Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018698 | 7u45 | Sergey Bylokhov | P2 | Closed | Fixed | b01 |
JDK-8014414 | 7u40 | Sergey Bylokhov | P2 | Closed | Fixed | b25 |
Description
test failed with jdk8 since b49 (no macosx bundles for b48, passed with b47) on macosx, works fine on other platforms (checked on linux, solaris amd64), log:
----------System.out:(2/90)----------
Any messages for the tester will display here.
Wrong number of ActionEvents. Test FAILS.
----------System.err:(5/315)----------
java.lang.RuntimeException: TEST FAILS
at DoubleActionEventTest.start(DoubleActionEventTest.java:117)
at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:153)
at java.lang.Thread.run(Thread.java:722)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: TEST FAILS
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: TEST FAILS
see comments for more details
----------System.out:(2/90)----------
Any messages for the tester will display here.
Wrong number of ActionEvents. Test FAILS.
----------System.err:(5/315)----------
java.lang.RuntimeException: TEST FAILS
at DoubleActionEventTest.start(DoubleActionEventTest.java:117)
at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:153)
at java.lang.Thread.run(Thread.java:722)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: TEST FAILS
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: TEST FAILS
see comments for more details
Attachments
Issue Links
- backported by
-
JDK-8014414 [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49
- Closed
-
JDK-8018698 [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49
- Closed
- relates to
-
JDK-7181403 Invalid MouseEvent conversion with SwingUtilities.convertMouseEvent
- Resolved