-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8373389: Two jdk/incubator/vector/ tests fails after JDK-8371446 #28757
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
Conversation
|
👋 Welcome back sherman! A progress list of the required criteria for merging this PR into |
|
@xuemingshen-oracle 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 13 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 |
|
@xuemingshen-oracle To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
/label core-libs |
|
@xuemingshen-oracle |
Does that mean we should problem-list the tests, instead of changing them? |
Its a trade off, we really want to problem list the problematic data and only on certain platforms, but we can't and so problem listing the test is broader than we would actually like. Further, resolving why the tests are failing for that data on the specific AVX512 platforms may take some time. So in this case i think it best to revert closer to the prior data we used, while retaining the updated test computation. |
PaulSandoz
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.
I don't see any update to the template file(s), did you forget to include that in the commit?
Answering myself, ah, i see now if i read the details section properly :-) |
|
/integrate |
|
Going to push as commit ae85d89.
Your commit was automatically rebased without conflicts. |
|
@xuemingshen-oracle Pushed as commit ae85d89. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Test case ByteNNNVectorTests.MULReduceByteNNNVectorTestsMasked (specifically av.reduceLanes(VectorOperators.MUL, vmask)) fails "intermittently" with the newly added test data mask[random] on certain CPUs, likely those using AVX-512. For example, AMD_EPYC_9J14_96-Core is the one consistently fails.
This new mask data was added to BOOLEAN_MASK_GENERATORS as part of the changes for JDK-8371446 #28593
Although this addition does reveals a potential bug in C2's av.reduceLanes(VectorOperators.MUL, vmask) implementation, it unfortunately introduces nosy, non-deterministic tier3 test failures in the vector API test suite.
This change temporarily remove this data entry from BOOLEAN_MASK_GENERATORS to reduce the the test instability.
This change also includes the regenerated test updates from gen-test.sh to sync the template and the generated test code, addressing the issue reported in JDK-8373390.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28757/head:pull/28757$ git checkout pull/28757Update a local copy of the PR:
$ git checkout pull/28757$ git pull https://git.openjdk.org/jdk.git pull/28757/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28757View PR using the GUI difftool:
$ git pr show -t 28757Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28757.diff
Using Webrev
Link to Webrev Comment