RFR: 8310914: Remove 2 malformed java/foreign ProblemList entries
Jaikiran Pai
jpai at openjdk.org
Tue Jun 27 06:25:03 UTC 2023
On Mon, 26 Jun 2023 19:33:50 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> 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
Marked as reviewed by jpai (Reviewer).
Hello Jorn,
>
> The `java/foreign/callarranger/TestAarch64CallArranger.java` test was removed,
It looks like this test is still present in mainline https://github.com/openjdk/jdk/blob/master/test/jdk/java/foreign/callarranger/TestLinuxAArch64CallArranger.java but like `java/foreign/TestLargeSegmentCopy.java` it too has a `@requires sun.arch.data.model == "64"`, so this proposed change to remove these entries from the problem listing looks OK to me.
-------------
PR Review: https://git.openjdk.org/jdk/pull/14664#pullrequestreview-1500023684
PR Comment: https://git.openjdk.org/jdk/pull/14664#issuecomment-1608868413
More information about the core-libs-dev
mailing list