Integrated: 8286786: [macos] javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java still fails
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Tue May 24 04:38:47 UTC 2022
On Fri, 20 May 2022 09:07:29 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> In PR#[8380](https://github.com/openjdk/jdk/pull/8380) we have reduced the error tolerance from 25 to 1 so no need of exact color check which is causing failure in specific M1 iMac system because of minimalistic color difference of "1"
>
>
> x 0 y 0 red1 171 red2 171 green1 174 green2 175 blue1 184 blue2 184
> x 0 y 1 red1 172 red2 173 green1 177 green2 177 blue1 185 blue2 185
> x 0 y 2 red1 173 red2 174 green1 177 green2 178 blue1 187 blue2 187
> x 0 y 6 red1 0 red2 0 green1 1 green2 0 blue1 0 blue2 0
> x 0 y 15 red1 1 red2 0 green1 0 green2 0 blue1 0 blue2 0
>
>
> `so modified to use the tolerance check for all L&Fs.
This pull request has now been integrated.
Changeset: a5caffd4
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/a5caffd4a5dfac44a925f783bc1f72e0a7b85869
Stats: 7 lines in 1 file changed: 0 ins; 2 del; 5 mod
8286786: [macos] javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java still fails
Reviewed-by: serb, dnguyen
-------------
PR: https://git.openjdk.java.net/jdk/pull/8804
More information about the client-libs-dev
mailing list