[jdk11u-dev] RFR: 8306067: Open source AWT Graphics, GridBagLayout related tests
Amos Shi
ashi at openjdk.org
Tue Apr 23 07:04:33 UTC 2024
On Tue, 23 Apr 2024 06:25:26 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> @amosshi, the SAP nightlies are not passing! Please have a look.
Oops, `GetGraphicsTest.java` failed
java.awt.HeadlessException
at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:208)
at java.desktop/java.awt.Window.<init>(Window.java:548)
at java.desktop/java.awt.Frame.<init>(Frame.java:423)
at java.desktop/java.awt.Frame.<init>(Frame.java:388)
at GetGraphicsTest.<init>(GetGraphicsTest.java:35)
at GetGraphicsTest.main(GetGraphicsTest.java:47)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:829)
JavaTest Message: Test threw exception: java.awt.HeadlessException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.awt.HeadlessException
Action taken
- The 2nd commit just added
- commit hash rebased to jdk17u-dev so current PR is clean
- waiting for testing machine result for the next days.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2653#issuecomment-2071574110
More information about the jdk-updates-dev
mailing list