Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 7, 8u25, 9, 10
-
Fix Version/s: 11
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b01
-
CPU:generic
-
OS:linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8267765 | openjdk8u302 | Sergey Bylokhov | P4 | Resolved | Fixed | b05 |
JDK-8267060 | 8u311 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
Description
test/java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java
Failed on Linux Gnome with fresh jdk build (~b112) with the message (also fails with jdk7b109):
java.lang.RuntimeException: Test FAILED: exception is not handled for modal dialog
at HandleExceptionOnEDT.main(HandleExceptionOnEDT.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:729)
Failed on Linux Gnome with fresh jdk build (~b112) with the message (also fails with jdk7b109):
java.lang.RuntimeException: Test FAILED: exception is not handled for modal dialog
at HandleExceptionOnEDT.main(HandleExceptionOnEDT.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:729)
Attachments
Issue Links
- backported by
-
JDK-8267060 [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome
-
- Resolved
-
-
JDK-8267765 [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome
-
- Resolved
-