On Thu, 10 Sep 2026 04:01:28 GMT, Jayathirth D V <[email protected]> wrote:
>> Locally i see that this test fails intermittently because of timing issues. >> Made test more robust and test now passes on all platforms. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Jayathirth D V has updated the pull request incrementally with one additional > commit since the last revision: > > Update For me it still fails in HiDPI which is also mentioned in JBS comment. But it does not fail for 1.25 but fails for 1.75, 2.25 etc so it seems there's some product issue still to be fixed.. ./jdk/bin/java -Dsun.java2d.uiScale=1.75 OverriddenInsetsTest Test failed at 0 0 c=ff5050b0 Dumped res to: OverriddenInsetsTest_res.png Exception in thread "main" java.lang.RuntimeException: Test FAILED. at OverriddenInsetsTest.test(OverriddenInsetsTest.java:103) at OverriddenInsetsTest.main(OverriddenInsetsTest.java:69) ./jdk/bin/java -Dsun.java2d.uiScale=2.25 OverriddenInsetsTest Test failed at 99 0 c=ff3030cf Dumped res to: OverriddenInsetsTest_res.png Exception in thread "main" java.lang.RuntimeException: Test FAILED. at OverriddenInsetsTest.test(OverriddenInsetsTest.java:103) at OverriddenInsetsTest.main(OverriddenInsetsTest.java:69) ------------- PR Comment: https://git.openjdk.org/jdk/pull/32779#issuecomment-5613145878
