RFR: 8326027: Comparing buffered images of white background frame fails in Mac

Jayathirth D V jdv at openjdk.org
Mon Sep 2 04:51:18 UTC 2024


On Thu, 29 Aug 2024 04:38:29 GMT, Tejesh R <tr at openjdk.org> wrote:

> On analysis of captured image, it is observed that there are few pixels which vary slightly w.r.t to expected color. Hence tolerance is included in color comparison. 
> Tested in mach5 multiple time and its green.

Why are we extending this test to be run on Mac now? Looks like it was Linux specific test.

Also Title "Comparing buffered images of white background frame fails in Mac" makes it looks like some product issue. But changes are related to a single test, if we are making single test related changes its better to have [Testbug] or test in the title instead of issue description.

This color comparison failure is happening when we are checking boundary pixels of a window or is it happening everywhere?

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

PR Comment: https://git.openjdk.org/jdk/pull/20760#issuecomment-2323807363


More information about the client-libs-dev mailing list