[lworld] RFR: 8270357: [lworld] some jtreg tests disabled on AArch64
Tobias Hartmann
thartmann at openjdk.java.net
Mon Jul 19 08:12:08 UTC 2021
On Wed, 14 Jul 2021 06:32:14 GMT, Nick Gasson <ngasson at openjdk.org> wrote:
> 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.
Looks good to me.
-------------
Marked as reviewed by thartmann (Committer).
PR: https://git.openjdk.java.net/valhalla/pull/480
More information about the valhalla-dev
mailing list