-
Bug
-
Resolution: Unresolved
-
P4
-
17, 21, 22
-
x86_64
-
windows
The following test timed out in the JDK22 CI:
java/awt/dnd/MissedDragEnterTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/338)----------
command: main MissedDragEnterTest
reason: User specified action: run main MissedDragEnterTest
started: Mon Sep 18 21:36:33 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Mon Sep 18 21:41:58 UTC 2023
elapsed time (seconds): 324.888
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(1/16)----------
STATUS:Passed.
----------rerun:(50/5491)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+16-1196\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 324873ms).
Please note that the test PASSed while the timeout handler was running.
java/awt/dnd/MissedDragEnterTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/338)----------
command: main MissedDragEnterTest
reason: User specified action: run main MissedDragEnterTest
started: Mon Sep 18 21:36:33 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Mon Sep 18 21:41:58 UTC 2023
elapsed time (seconds): 324.888
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(1/16)----------
STATUS:Passed.
----------rerun:(50/5491)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+16-1196\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 324873ms).
Please note that the test PASSed while the timeout handler was running.
- relates to
-
JDK-8320083 java/awt/dnd/DragTriggerEventTest.java timed out
- In Progress