RFR: 8368375: Skip intermittently failing SWTCursorsTest [v2]

Kevin Rushforth kcr at openjdk.org
Tue Sep 23 15:27:22 UTC 2025


On Tue, 23 Sep 2025 13:32:46 GMT, Jayathirth D V <jdv at 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

Since this is just skipping a failing test, no need to wait 24 hours.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1917#issuecomment-3324500690


More information about the openjfx-dev mailing list