RFR: 8296589: PixelBufferDrawTest fails on some systems [v2]

Kevin Rushforth kcr at openjdk.org
Sat Nov 12 15:39:12 UTC 2022


On Thu, 10 Nov 2022 14:56:17 GMT, Lukasz Kostyra <duke at openjdk.org> wrote:

>> Issue happening on some hardware due to slightly different pixel values being returned.
>> 
>> Increased tolerance of asserts in compareColor function to allow these tests to pass (0.01 delta is still tighter than other similar tests which use 0.07).
>
> Lukasz Kostyra has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   8296589: PixelBufferDrawTest fails on some systems
>   
>   Issue happening on some hardware due to slightly different pixel values being returned.
>   
>   Increased tolerance of asserts in compareColor function to allow these tests to pass
>   (0.01 delta is tighter than other tests which use 0.07).

Updated fix looks fine.

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

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.org/jfx/pull/944


More information about the openjfx-dev mailing list