Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8354900

javax/swing/AbstractButton/bug4133768.java failing on macosx-aarch64

XMLWordPrintable

    • 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]

            jdv Jayathirth D V
            honkar Harshitha Onkar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: