> On macOS this test fails all the time because of rounded corners but we check > for pixels even outside the rounder corners. > This test can also fail intermittently for edge pixels on HiDPI displays or > because robot screen capture downsamples from absolute fractional scaled data > on platforms like windows. > > We are now using insets to avoid rounded corner issue, test is run with > uiScale = 1 and we are excluding some edge pixels. Test is also updated to > dump an image on failure for better debugging purpose. > > On Linux we actually have blitting issue when we have source clipping and for > that i have created a separate issue > [JDK-8392471](https://bugs.openjdk.org/browse/JDK-8392471). Test is also > verified in CI. > > > > --------- > - [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: Exclude intersection pixels ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32904/files - new: https://git.openjdk.org/jdk/pull/32904/files/cc2a11f7..e98c5868 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32904&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32904&range=02-03 Stats: 15 lines in 1 file changed: 13 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/32904.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32904/head:pull/32904 PR: https://git.openjdk.org/jdk/pull/32904
