RFR: 8287743: javax/swing/text/CSSBorder/6796710/bug6796710.java failed
Sergey Bylokhov
serb at openjdk.java.net
Sat Jun 4 21:06:35 UTC 2022
On Fri, 3 Jun 2022 09:46:11 GMT, Prasanta Sadhukhan <psadhukhan at 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
More information about the client-libs-dev
mailing list