RFR: 8266246: Swing test PressedIconTest.java sometimes fails on macOS 11 ARM

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Apr 15 10:06:21 UTC 2022


javax/swing/JButton/8151303/PressedIconTest.java was failing few times in macos M1 system owing t color profile issue.

java.lang.RuntimeException: Colors are different!
at PressedIconTest.main(PressedIconTest.java:88) 


Test is now passing in all mac M1 systems in CI (link in jBS) so can be removed from problemlist.

-------------

Commit messages:
 - 8266246: Swing test PressedIconTest.java sometimes fails on macOS 11 ARM

Changes: https://git.openjdk.java.net/jdk/pull/8261/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8261&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8266246
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8261.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8261/head:pull/8261

PR: https://git.openjdk.java.net/jdk/pull/8261



More information about the client-libs-dev mailing list