New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8270357: [lworld] some jtreg tests disabled on AArch64 #480
Conversation
Several tests under runtime/valhalla and compiler/valhalla have @requires os.simpleArch == "x64". They should be enabled on AArch64 too.
|
@nick-arm This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TobiHartmann) but any other Committer may sponsor as well.
|
@nick-arm this pull request can not be integrated into git checkout missing-tests
git fetch https://git.openjdk.java.net/valhalla lworld
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge lworld"
git push |
/integrate |
/sponsor |
Going to push as commit 46b88b5.
Your commit was automatically rebased without conflicts. |
@TobiHartmann @nick-arm Pushed as commit 46b88b5. |
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:
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.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/valhalla pull/480/head:pull/480
$ git checkout pull/480
Update a local copy of the PR:
$ git checkout pull/480
$ git pull https://git.openjdk.java.net/valhalla pull/480/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 480
View PR using the GUI difftool:
$ git pr show -t 480
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/valhalla/pull/480.diff