From 600a687841bacc836bb705e9a695b36877b273bc Mon Sep 17 00:00:00 2001 From: Jinhang-Zhang Date: Sat, 15 Oct 2022 00:03:58 -0400 Subject: [PATCH] Update the ProblemList-fips for openjdk Signed-off-by: Jinhang Zhang --- jdk/test/ProblemList-fips.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jdk/test/ProblemList-fips.txt b/jdk/test/ProblemList-fips.txt index af57d6a280e..92697e06d6b 100644 --- a/jdk/test/ProblemList-fips.txt +++ b/jdk/test/ProblemList-fips.txt @@ -21,7 +21,7 @@ # Exclude tests list from sanity.openjdk # # java.security.NoSuchProviderException: no such provider: SunRsaSign -java/math/BigInteger/ModPow65537.java.ModPow65537 +java/math/BigInteger/ModPow65537.java https://github.com/ibmruntimes/openj9-openjdk-jdk8/issues/611 linux-x64 # Existing Jars sign related java/util/jar/JarFile/ScanSignedJar.java https://github.com/ibmruntimes/openj9-openjdk-jdk8/issues/611 linux-x64 @@ -876,3 +876,8 @@ javax/crypto/CipherSpi/TestGCMWithByteBuffer.java https://gith # the ExtClassLoader will not load the jar file under ${JAVA_HOME}/jre/lib/ext. # One solution that fix this issue is expanding -Djava.ext.dirs with {JAVA_HOME}/jre/lib/ext. sun/rmi/rmic/manifestClassPath/run.sh https://github.com/ibmruntimes/openj9-openjdk-jdk8/issues/611 linux-x64 + +# sun.security.pkcs11.wrapper.PKCS11Exception: CKR_KEY_SIZE_RANGE +# 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