On Tue, 23 Sep 2025 07:50:08 GMT, Jayathirth D V <[email protected]> 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. This pull request has now been integrated. Changeset: 8f4d7a01 Author: Jayathirth D V <[email protected]> URL: https://git.openjdk.org/jfx/commit/8f4d7a0102800ed4c191fc7046a9005addd3fa94 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8368375: Skip intermittently failing SWTCursorsTest Reviewed-by: kcr, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1917
