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

Christoph Langer clanger at openjdk.java.net
Tue Feb 16 13:02:55 UTC 2021


On Mon, 15 Feb 2021 13:27:36 GMT, Christoph Langer <clanger at 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 <clanger at 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


More information about the core-libs-dev mailing list