JDK-7190991 : [macosx] java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest.java fail
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: generic
  • Submitted: 2012-08-13
  • Updated: 2012-08-15
  • Resolved: 2012-08-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
Regression test after update fail.
See log in attachment.

affected test: 
java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest.java

Comments
EVALUATION The attached log shows that the test fails in the JDK 1.7.0_06. According to the issue 7184365 now the TextEvent is not generated if an empty text is changed to empty in the JTextField or JTextArea for the JDK 7u8 and JDK 8. So the test has been updated correspondingly. Because the JDK 7u6 contains old behaviour (generating TextEvent each time when an empty text is changed to empty) the updated test fails as expected.
15-08-2012