RFR: 8310914: Remove 2 malformed java/foreign ProblemList entries
Jorn Vernee
jvernee at openjdk.org
Mon Jun 26 21:24:21 UTC 2023
Remove 2 malformed problem list entries. These entries are considered malformed according to [1] since they are missing a bug number.
The `java/foreign/callarranger/TestAarch64CallArranger.java` test was removed, and the `java/foreign/TestLargeSegmentCopy.java` disables x86 in the jtreg test header using `@requires sun.arch.data.model == "64"`, so neither of these entries are needed.
Testing: `jdk_foreign` test suite (which contains these tests)
[1]: https://openjdk.org/jtreg/faq.html#what-is-a-problemlist.txt-file
-------------
Commit messages:
- remove unneeded problem list entries
Changes: https://git.openjdk.org/jdk/pull/14664/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14664&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8310914
Stats: 7 lines in 1 file changed: 0 ins; 7 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/14664.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14664/head:pull/14664
PR: https://git.openjdk.org/jdk/pull/14664
More information about the core-libs-dev
mailing list