RFR: 8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine [v2]

Tejesh R tr at openjdk.org
Wed Sep 4 04:54:22 UTC 2024


On Wed, 4 Sep 2024 00:04:19 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

> break check;

Yeah starting with `checkmarkFound = true` might not be right condition to start with. I selected these specific pixels index pattern based on checkmarker considering color gradient. Pixel counter would also be fine I guess, but pattern matching would be restricted check and Pixel counter is more of relaxed check. Will update as per your suggestions because I think here such restrictions might cause intermittent failures too, if image capture varies by even one pixel pixel `y` position.

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

PR Comment: https://git.openjdk.org/jdk/pull/20723#issuecomment-2327916347


More information about the client-libs-dev mailing list