RFR: JDK-8266245: AWT Test FullScreenInsets.java fails due to incorrect pixel color and wrong window bounds [v2]
Sergey Bylokhov
serb at openjdk.org
Wed Dec 7 09:23:15 UTC 2022
On Tue, 6 Dec 2022 10:20:43 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> @mrserb Since the current test fix works on other platforms (windows, mac) other than linux, can the other platforms be removed and the test be problemlisted only on linux platform until the product bug is fixed on linux then? Additionally the test was failing on Mac-ARM due to color mismatch that was fixed by adding tolerance.
>
> It is still unclear why tolerance is needed in this test and is not needed in the CheckCommonColors?
On Windows, it does not work as well if a non-accelerated java2d pipeline is selected. You can test that by using this option:
`-Dsun.java2d.d3d=false`
-------------
PR: https://git.openjdk.org/jdk/pull/11462
More information about the client-libs-dev
mailing list