From 5d1c5218749fb9ba3f47f5a47ab82343fb6d850f Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal Date: Mon, 18 Dec 2023 09:52:57 -0500 Subject: [PATCH] Exclude subtests for FIPS openjdk8_j9 -Exclude `sun/security/krb5/etype/WeakCrypto.java` -Exclude `javax/smartcardio/TerminalFactorySpiTest.java` related: https://github.ibm.com/runtimes/backlog/issues/1089 Signed-off-by: Anna Babu Palathingal --- jdk/test/ProblemList-FIPS140_2.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jdk/test/ProblemList-FIPS140_2.txt b/jdk/test/ProblemList-FIPS140_2.txt index f104240e2e3..43558c584ae 100644 --- a/jdk/test/ProblemList-FIPS140_2.txt +++ b/jdk/test/ProblemList-FIPS140_2.txt @@ -882,3 +882,10 @@ sun/rmi/rmic/manifestClassPath/run.sh https://gith # The minimum length for an MD5 HMAC key is 16 bytes. # However, this test uses a 4 bytes length key for HmacMD5. com/sun/crypto/provider/Mac/HmacMD5.java https://github.com/ibmruntimes/openj9-openjdk-jdk8/issues/611 linux-x64,linux-ppc64le,linux-s390x + +# Temporary Exclusion +# java.security.NoSuchAlgorithmException: MyType TerminalFactory not available +javax/smartcardio/TerminalFactorySpiTest.java https://github.ibm.com/runtimes/backlog/issues/1089 linux-x64,linux-ppc64le,linux-s390x + +# java.lang.IllegalArgumentException: EncryptionKey: Key bytes cannot be null! +sun/security/krb5/etype/WeakCrypto.java https://github.ibm.com/runtimes/backlog/issues/1089 linux-x64,linux-ppc64le,linux-s390x