On Mon, 15 Feb 2021 13:27:36 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> After the fix for JDK-8253702, the test java/lang/System/OsVersionTest.java 
> still fails on BigSur versions that have a patch version (> 1), e.g. on macOS 
> Big Sur 11.2.1, and where the JDK was built with xcode < 12.
> 
> java.lang.Error: 11.2 != 11.2.1
> 
> This is a proposal to relax the test and throw a SkippedException in such 
> cases.

This pull request has now been integrated.

Changeset: 8ba390d1
Author:    Christoph Langer <clan...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8ba390d1
Stats:     10 lines in 1 file changed: 7 ins; 0 del; 3 mod

8261753: Test java/lang/System/OsVersionTest.java still failing on BigSur patch 
versions after JDK-8253702

Reviewed-by: rriggs

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

PR: https://git.openjdk.java.net/jdk/pull/2576

Reply via email to