RFR: 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI [v4]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Jan 8 10:21:37 UTC 2025
On Wed, 8 Jan 2025 10:15:08 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> mac limitation
>
> test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java line 50:
>
>> 48: String osName = System.getProperty("os.name");
>> 49: if (osName.toLowerCase().contains("os x")) {
>> 50: System.out.println("This test is not for MacOS, considered passed.");
>
> Test is restricted to run on non-mac systems.
> Is it required to check OS explicitly here ?
For standalone run..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22937#discussion_r1906950208
More information about the client-libs-dev
mailing list