RFR: 8265113: ProblemList gtest/GTestWrapper.java:os.release_multi_mappings on macosx-aarch64
Mikael Vidstedt
mikael at openjdk.java.net
Tue Apr 13 07:11:13 UTC 2021
Let's do the equivalent of problem listing the gtest/GTestWrapper.java os.release_multi_mappings sub-test (included in tier1) until JDK-8262952 is fixed.
Note: I considered a few different ways of disabling the test on macosx-aarch64. The gtest docs (https://github.com/google/googletest/blob/master/docs/advanced.md#temporarily-disabling-tests) note, and I agree, that adding the DISABLED_ prefix is preferable over preprocessor excluding the whole test. There are several ways to add the DISABLED_ prefix conditionally, only on macosx-aarch64. In the end I found this the easiest to read and understand.
-------------
Commit messages:
- 8265113: ProblemList gtest/GTestWrapper.java:os.release_multi_mappings on macosx-aarch64
Changes: https://git.openjdk.java.net/jdk/pull/3454/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3454&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8265113
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3454.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3454/head:pull/3454
PR: https://git.openjdk.java.net/jdk/pull/3454
More information about the hotspot-runtime-dev
mailing list