On Tue, 23 Sep 2025 13:32:46 GMT, Jayathirth D V <j...@openjdk.org> wrote:
>> This test is failing intermittently on macOS and Linux platforms and it will >> be fixed under [JDK-8367599](https://bugs.openjdk.org/browse/JDK-8367599). >> >> We need to skip this until >> [JDK-8367599](https://bugs.openjdk.org/browse/JDK-8367599) is fixed. >> >> javafx.base/com.sun.javafx.PlatformUtil helps to determine individual >> platforms on which test is running. But this module is exposed only to >> system tests and not to SWT tests. So i am replicating this test utility >> code in SWTCursorsTest. > > Jayathirth D V has updated the pull request incrementally with one additional > commit since the last revision: > > Disable test on all platforms Looks good. Since we are disabling the test on all platforms, this PR's description should probably be updated to remove mentioning of `PlatformUtils`. ------------- Marked as reviewed by angorya (Reviewer). PR Review: https://git.openjdk.org/jfx/pull/1917#pullrequestreview-3258490675