On Fri, 3 Jun 2022 09:46:11 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Test is failing in iMac CI systems owing to color difference of 1 > > `x 0 y 0 rgb1: fff0f0f0 rgb2: fff0eff0` > > Added minor color tolerance check. CI testing is green This test does not check the resulted color against the golden value. It validates the same area of the window which is captured twice, so even monitor color profile cannot affect it. Why do we have a difference of 1? Is it an issue in the rendering or robot? ------------- PR: https://git.openjdk.java.net/jdk/pull/9011