8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines #226
Conversation
/label hotspot-compiler-dev |
|
@jatin-bhateja |
@@ -42,6 +42,7 @@ | |||
* @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?
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. |
@jatin-bhateja 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 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.
|
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. |
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/226/head:pull/226
$ git checkout pull/226
Update a local copy of the PR:
$ git checkout pull/226
$ git pull https://git.openjdk.java.net/jdk17 pull/226/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 226
View PR using the GUI difftool:
$ git pr show -t 226
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/226.diff