Update Excludes For Platform Specific Gotchas#6920
Update Excludes For Platform Specific Gotchas#6920smlambert merged 6 commits intoadoptium:masterfrom
Conversation
Co-authored-by: Adam Farley <adfarley@ibm.com>
Co-authored-by: Adam Farley <adfarley@ibm.com>
Co-authored-by: Adam Farley <adfarley@ibm.com>
Co-authored-by: Adam Farley <adfarley@ibm.com>
Co-authored-by: Adam Farley <adfarley@ibm.com>
adamfarley
left a comment
There was a problem hiding this comment.
A few comments where spaces should be removed, as leaving them in will cause the platforms (after the first one) to be considered a comment, and ignored.
|
hmm, ECA check seems borked... if it never returns status, you may need to push a benign change to the PR to cause it to be rerun so it doesn't block the merge |
Thanks Adam :) |
|
Since none of these changes touched the JDK 26 problemlist file, you do not need to cherrypick to the release branch already created for March release (v1.0.12-release). |
Ah, I probably need to make the fixes for JDK26 also.. I'll do that now.. |
We are testing JDK 26 and 27 presently, though looks like we have not yet even created the JDK 27 problemlist, so guessing its not looking real hot at the moment. |
* Update Excludes For Platform Specific Gotchas * Update openjdk/excludes/ProblemList_openjdk11.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk17.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk21.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk25.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk8.txt Co-authored-by: Adam Farley <adfarley@ibm.com> --------- Co-authored-by: Adam Farley <adfarley@ibm.com>
* Update Excludes For Platform Specific Gotchas * Update openjdk/excludes/ProblemList_openjdk11.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk17.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk21.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk25.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk8.txt Co-authored-by: Adam Farley <adfarley@ibm.com> --------- Co-authored-by: Adam Farley <adfarley@ibm.com>
* Update Excludes For Platform Specific Gotchas * Update openjdk/excludes/ProblemList_openjdk11.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk17.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk21.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk25.txt Co-authored-by: Adam Farley <adfarley@ibm.com> * Update openjdk/excludes/ProblemList_openjdk8.txt Co-authored-by: Adam Farley <adfarley@ibm.com> --------- Co-authored-by: Adam Farley <adfarley@ibm.com>
Update the gotchas for the s390x virtual thread tests.
Exlude the problematic LargeGatheringWrite tests on Arm32,& Arm64 as when they crash, they leave behind disk filling files, particularly within docker environments.
See also adoptium/infrastructure#4262 which will track the infra investigation to try and resolve the underlying issue. In the meantime excluding these tests to prevent system downtimes.