From 07297e019aadc52e3cadf6d398d5c792a18f47e0 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Thu, 8 Jun 2023 10:14:20 +0530 Subject: [PATCH] Exclude some of the jdk_security2 and jdk_foreign tests on z/OS --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index ba6d2013d5..63b032dd00 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -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 @@ -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 @@ -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 ############################################################################