-
Bug
-
Resolution: Fixed
-
P3
-
25
-
b20
-
aarch64
-
os_x
javax/swing/AbstractButton/bug4133768.java was recently open-sourced in JDK-8354163 and is seen to fail on macosx-aarch64 on CI
Stack trace:
java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
at bug4133768.testEnabledButton(bug4133768.java:139)
at bug4133768.main(bug4133768.java:65)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
Stack trace:
java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
at bug4133768.testEnabledButton(bug4133768.java:139)
at bug4133768.main(bug4133768.java:65)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Button roll over color is : java.awt.Color[r=55,g=55,b=55] but it should be : java.awt.Color[r=0,g=255,b=0]
- relates to
-
JDK-8354163 Open source Swing tests Batch 1
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/eda73945
-
Review(master) openjdk/jdk/24712