On Tue, 6 Dec 2022 10:20:43 GMT, Sergey Bylokhov <s...@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