Skip to content

Commit

Permalink
Exclude some of the jdk_security2 and jdk_foreign tests on z/OS
Browse files Browse the repository at this point in the history
  • Loading branch information
psoujany committed Jun 8, 2023
1 parent 3d3de28 commit 07297e0
Showing 1 changed file with 11 additions and 1 deletion.
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
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

0 comments on commit 07297e0

Please sign in to comment.