-
Notifications
You must be signed in to change notification settings - Fork 155
8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines #226
Conversation
|
/label hotspot-compiler-dev |
|
👋 Welcome back jbhateja! A progress list of the required criteria for merging this PR into |
|
@jatin-bhateja |
| * @summary AArch64: 'bad AD file' in some vector conversion tests | ||
| * @modules jdk.incubator.vector | ||
| * @run testng/othervm -XX:-TieredCompilation compiler.vectorapi.VectorCastShape128Test | ||
| * @run testng/othervm -XX:-TieredCompilation -XX:+UnlockDiagnosticVMOptions -XX:+UseKNLSetting compiler.vectorapi.VectorCastShape128Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose UseKNLSetting is a x86 specific option, is this okay for other platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 2 test cases should be removed from test/hotspot/jtreg/ProblemList.txt[1] in your patch. See #221 for more details.
Webrevs
|
|
Yes, you don't need to add new run commands in tests. We are running these tests with these flags on avx512 machines in our testing. |
vnkozlov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I will run tests.
|
@jatin-bhateja This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 12 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
tier1-3 testing passed (it included runs with -XX:+UseKNLSetting). |
|
/integrate |
|
Going to push as commit 62ff55d.
Your commit was automatically rebased without conflicts. |
|
@jatin-bhateja Pushed as commit 62ff55d. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/226/head:pull/226$ git checkout pull/226Update a local copy of the PR:
$ git checkout pull/226$ git pull https://git.openjdk.java.net/jdk17 pull/226/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 226View PR using the GUI difftool:
$ git pr show -t 226Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/226.diff