Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: 11, 14, 15
-
Fix Version/s: 17
-
Component/s: client-libs
-
Subcomponent:
-
CPU:generic
-
OS:os_x
Description
The test java/awt/dnd/DragInterceptorAppletTest/DragInterceptorAppletTest.java
1. Always passes if executed standalone or if executed alone via jtreg.
2. Hangs if executed via a manual call to jtreg in the full test run
3. Crashes if executed via "make test" in the full test run.
Observations:
- It hangs in step "2" because of the shift key pressed unexpectedly, SeeJDK-8242174
- The crash in step "3" occurs when the jtreg/makefile/default_failure_observer/something_else(still unclear) tries to kill hanged test
The crashed test produces a crash report window that breaks other tests.
1. Always passes if executed standalone or if executed alone via jtreg.
2. Hangs if executed via a manual call to jtreg in the full test run
3. Crashes if executed via "make test" in the full test run.
Observations:
- It hangs in step "2" because of the shift key pressed unexpectedly, See
- The crash in step "3" occurs when the jtreg/makefile/default_failure_observer/something_else(still unclear) tries to kill hanged test
The crashed test produces a crash report window that breaks other tests.