From 89e2f39da7a71023681f929a476825800fd9ae89 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 5 Dec 2024 15:23:03 -0500 Subject: [PATCH] Exclude TestCipherMode for OpenJ9 jdk17, 21 (#5799) Issue https://github.com/eclipse-openj9/openj9/issues/19962 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk21-openj9.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 052e817f70..7a4f979b30 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -302,6 +302,7 @@ java/security/Signature/SignatureLength.java https://github.com/eclipse-openj # jdk_security2 +javax/crypto/Cipher/TestCipherMode.java https://github.com/eclipse-openj9/openj9/issues/19962 aix-all javax/xml/crypto/dsig/SecureValidation.java https://github.com/adoptium/aqa-tests/issues/1297 z/OS-s390x ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 0873eb3bae..f9ffaf85b8 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -372,6 +372,12 @@ java/security/Signature/SignatureLength.java https://github.com/eclipse-openj ############################################################################ +# jdk_security2 + +javax/crypto/Cipher/TestCipherMode.java https://github.com/eclipse-openj9/openj9/issues/19962 aix-all + +############################################################################ + # jdk_security3 javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java https://github.ibm.com/runtimes/backlog/issues/795 linux-all,aix-all