<Swing Dev> RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Apr 21 05:13:04 UTC 2021
On Wed, 21 Apr 2021 05:07:38 GMT, Phil Race <prr at openjdk.org> wrote:
>> it also works in macos11
>
> So on macOS 11 we enter this block since isMacOSX14 is false and the test passes ?
No, it still fails in macosx11 without this modification. macos11, System .getProperty returns 10.16 so it satisfies this macosx >=10.14 condition and it bails out from this subtest.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3537
More information about the swing-dev
mailing list