On Wed, 21 Apr 2021 05:18:06 GMT, Phil Race <[email protected]> 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