[lworld] Integrated: 8270357: [lworld] some jtreg tests disabled on AArch64

Nick Gasson ngasson at openjdk.java.net
Mon Jul 26 07:13:18 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.

This pull request has now been integrated.

Changeset: 46b88b58
Author:    Nick Gasson <ngasson at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/46b88b580baa1dbc25f0477c2f851145f55718a7
Stats:     8 lines in 7 files changed: 0 ins; 0 del; 8 mod

8270357: [lworld] some jtreg tests disabled on AArch64

Reviewed-by: thartmann

-------------

PR: https://git.openjdk.java.net/valhalla/pull/480


More information about the valhalla-dev mailing list