-
-
Notifications
You must be signed in to change notification settings - Fork 335
Initial exclude list for JDK26 #6746
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
|
Test one of the previously failing targets to check that it addresses the missing file issue: Test all sanity.openjdk and extended.openjdk targets to verify which testcases should get excluded in the newly added fail: |
I've re-run your extended one with |
sxa
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.
Test one of the previously failing targets to check that it addresses the missing file issue:
https://ci.adoptium.net/job/Grinder/15664/
Approving on the basis that this has passed so resolves the immediate problem and so it's got my pre-approval for when we add additional tests into it and take it out of draft :-)
|
Colating results here before updating the problemlist as part of this PR: sanity on linux aarch64 - 2 testcases failing extended on linux x64 - 7 testcases |
|
extended.openjdk on x64 windows: https://ci.adoptium.net/job/Grinder/15690/ I will continue to vet each exclusion via #6749, but it will take time, so to expedite a fix for the jdk26 test runs, I will bring in a problemlist file based on jdk25, with 32-bit platforms removed (as they are not in jdk26). |
adamfarley
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.
LGTM
Fixes #6745