On Mon, 18 Apr 2022 04:12:56 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> 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. > > I have run the test 100 times and all are green. Test job link in JBS. @prsadhuk Is latest CI test ran without JTREG_RETRY_COUNT? In intermittent cases it is better to run CI tests without retries. ------------- PR: https://git.openjdk.java.net/jdk/pull/8261