Skip to content
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

Exclude some of the jdk_security2 and jdk_foreign tests on z/OS #4608

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion openjdk/excludes/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ java/nio/Buffer/DirectBufferAllocTest.java https://github.com/eclipse-openj9/ope
java/nio/Buffer/LimitDirectMemory.java https://github.com/eclipse-openj9/openj9/issues/8063 generic-all
java/nio/Buffer/LimitDirectMemoryNegativeTest.java https://github.com/eclipse-openj9/openj9/issues/8065 generic-all
java/nio/channels/DatagramChannel/AdaptorMulticasting.java https://github.ibm.com/runtimes/backlog/issues/655 windows-all,linux-s390x,macosx-all
java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/adoptium/infrastructure/issues/1173 linux-all,aix-all
#java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/nio/channels/AsyncCloseAndInterrupt.java https://github.com/adoptium/infrastructure/issues/1173 linux-all,aix-all,z/OS-s390x
karianna marked this conversation as resolved.
Show resolved Hide resolved
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
Expand Down Expand Up @@ -276,6 +277,12 @@ java/security/Signature/SignatureLength.java https://github.com/eclipse-openj

############################################################################

# jdk_security2

javax/xml/crypto/dsig/SecureValidation.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x

############################################################################

# jdk_security3

javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java https://github.ibm.com/runtimes/backlog/issues/795 linux-all,aix-all
Expand Down Expand Up @@ -444,6 +451,9 @@ java/foreign/TestResourceScope.java https://github.com/eclipse-openj9/openj9/iss
java/foreign/TestScopedOperations.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/foreign/TestStringEncoding.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/foreign/TestSymbolLookup.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/foreign/TestVarArgs.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/foreign/valist/VaListTest.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x
java/foreign/virtual/TestVirtualCalls.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x

############################################################################

Expand Down