<Swing Dev> RFR: 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Apr 21 11:23:02 UTC 2021
On Wed, 21 Apr 2021 05:18:06 GMT, Phil Race <prr at openjdk.org> wrote:
>> 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.
>
> Are you sure you are up to date ? There was a fix so that it returns 11
>
> My build on my machine :
> ~/jdk.git/build/macosx-x86_64-server-release/jdk/bin/jshell
> | Welcome to JShell -- Version 17-internal
> | For an introduction type: /help intro
>
> jshell> System.getProperty("os.version")
> $1 ==> "11.2.3"
Yes, the repo was a bit outdated on BigSur system. I have updated the fix to check BigSur OS too.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3537
More information about the swing-dev
mailing list