-
Bug
-
Resolution: Unresolved
-
P4
-
9, 17, 20, 21
-
x86_64
-
linux
The following test failed in the JDK21 CI:
java/awt/Frame/FrameLocation/FrameLocation.java
Here's a snippet from the log file:
#section:main
----------messages:(7/266)----------
command: main FrameLocation
reason: User specified action: run main FrameLocation
started: Wed Apr 12 03:28:43 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
finished: Wed Apr 12 03:29:01 UTC 2023
elapsed time (seconds): 18.429
----------configuration:(3/40)----------
Boot Layer
add modules: java.desktop
----------System.out:(0/0)----------
----------System.err:(11/756)----------
java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
at FrameLocation.main(FrameLocation.java:56)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1592)
JavaTest Message: Test threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
----------rerun:(44/5651)*----------
java/awt/Frame/FrameLocation/FrameLocation.java
Here's a snippet from the log file:
#section:main
----------messages:(7/266)----------
command: main FrameLocation
reason: User specified action: run main FrameLocation
started: Wed Apr 12 03:28:43 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
finished: Wed Apr 12 03:29:01 UTC 2023
elapsed time (seconds): 18.429
----------configuration:(3/40)----------
Boot Layer
add modules: java.desktop
----------System.out:(0/0)----------
----------System.err:(11/756)----------
java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
at FrameLocation.main(FrameLocation.java:56)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1592)
JavaTest Message: Test threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
----------rerun:(44/5651)*----------
- relates to
-
JDK-8157144 [PIT] java/awt/Frame/SlideNotResizableTest/SlideNotResizableTest.java fails
- Closed