-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
VectorGatherMaskFoldingTest fails for s390x and riscv jdk 23 #5620
Comments
The test is newly introduced in 23+ via: The test is known to fail when maximum vector bits is 64: Though the comment specifically mentions aarch64 and risc-v, it may be that it applies to s390x as well. The test has been fixed but the code was not backported to 23 yet. |
Maybe we can check what the vector bits setting is for s390x and then consider excluding this test. |
Or apply the patch to 23 and run the test. Not sure what will take the least amount of work/effort though... |
Could also try other vendor releases for s390x to see if the test failed |
I guess only openj9 support s390x |
I applied the changes in adoptium/jdk@9b0a5c5 and the test passes on s390x |
I would vote to ignore this test result for the release then. |
Yes, and in fact, excluding this testcase in master using https://bugs.openjdk.org/browse/JDK-8333248 as the link in the ProblemList entry and cherrypick to October's release branch v1.0.4-release would be appropriate. |
I will submit an exclude for the master branch and then coordinate with someone to cherry pick it. |
The test is also failing for the same reason on riscv. Updating this issue to track that and will also add it to the excludes. |
Sorry for missing that in the initial PRs |
This should be fixed in 23.0.2, coming out on 2025-01-21, so the exclusion can be removed after 23.0.1 is released on 2024-10-15. Wonder if there's a remind me feature I can use for this... |
This was excluded for JDK23 but not for JDK21 where the failure is also now seen, #5690 (comment). |
:| I've commented on both https://bugs.openjdk.org/browse/JDK-8325520 and https://bugs.openjdk.org/browse/JDK-8333248 so hopefully future backports will include both fixes. It was noted that the original issue was also seen on 17 and 11, so maybe someone will backport that there. There is an open work item to backport the test-case fix (JDK-8333248) to 21 then if anyone wants to take that on. For updating AQA excludes, I will submit a PR later today. |
@jiehang, I didn't see the https://bugs.openjdk.org/browse/JDK-8325520 was back port to 17 and 11. Can you double check? I'd love to do the backport JDK-8333248 to 21, but I didn't find the work item opened? |
@sophia-guo Yes JDK-8325520 was not backported to 17 or 11. It was backported to 21 in June though. For JDK-8333248 to 21, what work item are you looking for? I'm not sure I understood the question. When you follow the backport steps with the PR, it will do a lot of JBS things for you, including managing the backport issue. |
Logs:
From:
https://ci.adoptium.net/job/Grinder/10882/consoleText
The text was updated successfully, but these errors were encountered: