-
Bug
-
Resolution: Unresolved
-
P4
-
8u311
-
linux
The java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java test consistently fails on Linux with the message:
Test FAILED: exception is not handled for frame
----------messages:(4/141)----------
command: main HandleExceptionOnEDT
reason: User specified action: run main HandleExceptionOnEDT
Mode: othervm
elapsed time (seconds): 0.287
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/821)----------
java.lang.RuntimeException: Test FAILED: exception is not handled for frame
at HandleExceptionOnEDT.main(HandleExceptionOnEDT.java:100)
at ...
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: exception is not handled for frame
Test FAILED: exception is not handled for frame
----------messages:(4/141)----------
command: main HandleExceptionOnEDT
reason: User specified action: run main HandleExceptionOnEDT
Mode: othervm
elapsed time (seconds): 0.287
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/821)----------
java.lang.RuntimeException: Test FAILED: exception is not handled for frame
at HandleExceptionOnEDT.main(HandleExceptionOnEDT.java:100)
at ...
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: exception is not handled for frame
- relates to
-
JDK-8279784 [8u] ProblemList failing tests in CI
- Resolved
-
JDK-8203047 [macosx] java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails
- Closed