-
-
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 jdk11 and jdk17-2nd pass #5943
base: master
Are you sure you want to change the base?
Conversation
23a1487
to
9a718f4
Compare
Please follow https://github.com/adoptium/aqa-tests/blob/master/Contributing.md
|
011cd60
to
c4f8aac
Compare
Updated ProblemList_openjdk11-openj9.txt Updated ProblemList_openjdk17-openj9.txt Reincluded java/net/MulticastSocket/Test.java for aix only related : adoptium#5860 Signed-off-by: Denny Chacko Jacob<[email protected]>
Please check if this test exists. If not, remove the exclude. |
The test exists and is passing |
java/nio/channels/AsynchronousFileChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all | ||
java/nio/channels/AsynchronousSocketChannel/Basic.java https://bugs.openjdk.java.net/browse/JDK-7052549 windows-all | ||
java/nio/channels/DatagramChannel/AfterDisconnect.java https://github.com/adoptium/aqa-tests/issues/1650 aix-all | ||
java/nio/channels/DatagramChannel/AfterDisconnect.java https://github.ibm.com/runtimes/backlog/issues/1594 aix-all | ||
java/nio/channels/DatagramChannel/BasicMulticastTests.java https://github.ibm.com/runtimes/backlog/issues/966 macosx-all | ||
java/nio/channels/DatagramChannel/ChangingAddress.java https://github.com/adoptium/aqa-tests/issues/1650 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.
If java/nio/channels/DatagramChannel/ChangingAddress.java
passed on AIX, why it is still excluded?
Clean up Excludes Test List jdk17 and jdk11- 2nd pass
related : #5860
Signed-off-by: Denny Chacko Jacob [email protected]