[lworld] RFR: 8270357: [lworld] some jtreg tests disabled on AArch64
Nick Gasson
ngasson at openjdk.java.net
Wed Jul 14 06:37:35 UTC 2021
Several tests under runtime/valhalla and compiler/valhalla have `@requires os.simpleArch == "x64"`. They should be enabled on AArch64 too.
A couple of these tests, as well as three of the existing ones, fail on AArch64 with some variant of:
java.lang.RuntimeException: Graph for 'TestBasicFunctionality::test3' contains different number of match nodes (expected 1 but got 0):
The regex pattern these tests are looking for is specific to the x86 opto assembly output. They regex needs to be adjusted for the AArch64 format. I'll do that after #457 is merged which also touches the same files.
-------------
Commit messages:
- 8270357: [lworld] some jtreg tests disabled on AArch64
Changes: https://git.openjdk.java.net/valhalla/pull/480/files
Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=480&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8270357
Stats: 13 lines in 7 files changed: 0 ins; 0 del; 13 mod
Patch: https://git.openjdk.java.net/valhalla/pull/480.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/480/head:pull/480
PR: https://git.openjdk.java.net/valhalla/pull/480
More information about the valhalla-dev
mailing list