RFR: 8261753: Test java/lang/System/OsVersionTest.java still failing on BigSur patch versions after JDK-8253702 [v2]
Christoph Langer
clanger at openjdk.java.net
Mon Feb 15 15:07:55 UTC 2021
> 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.
Christoph Langer has updated the pull request incrementally with one additional commit since the last revision:
Simplify the coding, use startsWith comparison
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2576/files
- new: https://git.openjdk.java.net/jdk/pull/2576/files/6c52a6db..f06114c9
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2576&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2576&range=00-01
Stats: 8 lines in 1 file changed: 0 ins; 5 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/2576.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2576/head:pull/2576
PR: https://git.openjdk.java.net/jdk/pull/2576
More information about the core-libs-dev
mailing list