8315024: Vector API FP reduction tests should not test for exact equality#2768
8315024: Vector API FP reduction tests should not test for exact equality#2768amosshi wants to merge 7 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back ashi! A progress list of the required criteria for merging this PR into |
|
@amosshi 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 245 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 |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
In the original commit I see in test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java openjdk/jdk@e6f23a9 Is it intentional that it is not in the backport ? |
|
Hi @MBaesken, Somehow the git + 625 // for floating point reduction ops that may introduce rounding errors
+ 626 private static final double RELATIVE_ROUNDING_ERROR = (double)0.000001;I will move them to earlier lines in respect to the original commit. Regards |
Update
|
TheRealMDoerr
left a comment
There was a problem hiding this comment.
Looks basically good. I only found a couple of formatting differences which should get removed.
TheRealMDoerr
left a comment
There was a problem hiding this comment.
Thanks for the update!
|
|
|
/approval request "Backporting for parity with 17.0.13-oracle. No risk, test fix. Un-Clean backport. Test passes and SAP nightlies pass on 2024-08-17” |
|
/integrate |
|
Going to push as commit 03cbfaa.
Your commit was automatically rebased without conflicts. |
Backport of JDK-8315024
commit 1: the git apply result, which iscleancommit 2: manually merge the following two.rejfilestest/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java.rejtest/jdk/jdk/incubator/vector/FloatMaxVectorTests.java.rejcommit 3,4: Fix code postioncommit 5: Add fileUnit-header.templateContent of
test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java.rejContent of
test/jdk/jdk/incubator/vector/FloatMaxVectorTests.java.rejTesting
MacOS 14.5withApple M1 MaxDouble128VectorTests.java: Test results: passed: 1Double256VectorTests.java: Test results: passed: 1Double512VectorTests.java: Test results: passed: 1Double64VectorTests.java: Test results: passed: 1DoubleMaxVectorTests.java: Test results: passed: 1Float128VectorTests.java: Test results: passed: 1Float256VectorTests.java: Test results: passed: 1Float512VectorTests.java: Test results: passed: 1Float64VectorTests.java: Test results: passed: 1FloatMaxVectorTests.java: Test results: passed: 1This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.2024-08-17jtreg_jdk_tier3, Started at2024-08-16 22:45:27+01:00Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2768/head:pull/2768$ git checkout pull/2768Update a local copy of the PR:
$ git checkout pull/2768$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2768/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2768View PR using the GUI difftool:
$ git pr show -t 2768Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2768.diff
Webrev
Link to Webrev Comment