On Tue, 19 Oct 2021 09:56:07 GMT, Jayathirth D V <[email protected]> wrote:

> This test was added under https://bugs.openjdk.java.net/browse/JDK-8255722 to 
> verify rotated blit operation. But it started failing XRender pipeline 
> because of pixel color mismatch. Looks like we have minor difference in pixel 
> color because of arithmetic precision differences in transformations.
> 
> This test fails every-time in XRender without tolerance and passes with +/-1 
> in Color values in CI systems. Updated test to use +/-1 tolerance as 
> mentioned in JBS. Added this little tolerance in Color will not change 
> functionality that we are verifying in this test.

This pull request has now been integrated.

Changeset: dcd6e0da
Author:    Jayathirth D V <[email protected]>
URL:       
https://git.openjdk.java.net/jdk/commit/dcd6e0da245338de68d9dede451e233f4bfaa934
Stats:     12 lines in 2 files changed: 5 ins; 1 del; 6 mod

8255724: [XRender] the BlitRotateClippedArea test fails on Linux in the XR 
pipeline

Reviewed-by: psadhukhan

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

PR: https://git.openjdk.java.net/jdk/pull/6002

Reply via email to