-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Clean up Excludes Test List jdk21- 1st pass #5903
Conversation
Thanks @dennycjacob
|
Created the issue here https://github.ibm.com/runtimes/backlog/issues/1591 |
java/net/MulticastSocket/B6427403.java https://github.ibm.com/runtimes/backlog/issues/715 macosx-all,aix-all | ||
java/net/MulticastSocket/MulticastAddresses.java https://github.ibm.com/runtimes/backlog/issues/715 macosx-all | ||
java/net/MulticastSocket/NoSetNetworkInterface.java https://github.ibm.com/runtimes/backlog/issues/655 windows-all | ||
java/net/MulticastSocket/Promiscuous.java https://github.com/adoptium/infrastructure/issues/699 linux-s390x,macosx-all,aix-all | ||
java/net/MulticastSocket/Promiscuous.java https://github.com/adoptium/infrastructure/issues/699 linux-s390x,aix-all |
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.
Please update this issue link to the new backlog issue
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.
added the link to the issue
a5827a0
to
eb0e76f
Compare
Update ProblemList_openjdk21-openj9.txt to add the link to a new issue Added link to https://github.ibm.com/runtimes/backlog/issues/1591 for java/net/MulticastSocket/Promiscuous.java because of failures in linux-s390x and aix-all platforms
eb0e76f
to
f409e59
Compare
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
Just for the record, some tests are also excluded at the test target level (i.e., jdk_net), so re-enable its subtests will not enable them in our nightly/weekly run. |
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
related : Clean up ProblemList_openjdkXXX-openj9.txt for openj9 #5860
Signed-off-by: Denny Chacko Jacob [email protected]