Skip to content

Commit c4f6b76

Browse files
taoliultpshipton
authored andcommitted
Update exclude tests list for extended.openjdk after jdk_security3 enabled
When the jdk_security3 test target enabled, there are more test failures due to the tests are not for the FIPS mode. Adding those tests into the exclude list so that those tests will not be run in the FIPS mode extended.openjdk testing. Signed-off-by: Tao Liu <[email protected]>
1 parent 9828132 commit c4f6b76

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

test/jdk/ProblemList-fips.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,3 +1031,45 @@ sun/security/x509/URICertStore/ExtensionsWithLDAP.java https://github.com/ibmrun
10311031

10321032
com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
10331033
com/sun/security/auth/module/KeyStoreLoginModule/ReadOnly.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1034+
1035+
#
1036+
# Update the exclude tests list for extended.openjdk after jdk_security3 test target enabled
1037+
#
1038+
1039+
# Failed due to the test case try to initial SunPKCS11 using p11-nss.txt file
1040+
# But in FIPS mode, SunPKCS11 already be initialized in FIPS mode, and can not be initialized again
1041+
1042+
sun/security/pkcs11/ec/TestECDH.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1043+
1044+
# FIPS don't support exporting DES, DSA, secret, tls master keys, only support RSA keys
1045+
1046+
sun/security/pkcs11/KeyGenerator/DESParity.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1047+
sun/security/pkcs11/tls/TestKeyMaterial.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1048+
sun/security/pkcs11/tls/TestMasterSecret.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1049+
sun/security/provider/certpath/SunCertPathBuilderExceptionTest.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1050+
1051+
# Testing unusual curves in FIPS mode
1052+
1053+
sun/security/pkcs11/ec/TestCurves.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1054+
1055+
# FIPS dont support importing DH, EC, DSA, RSA keys - only support Secret keys
1056+
1057+
sun/security/pkcs11/ec/TestECDSA.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1058+
sun/security/pkcs11/ec/TestECDSA2.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1059+
sun/security/pkcs11/ec/TestECDH2.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1060+
sun/security/pkcs11/Signature/TestDSA.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1061+
sun/security/pkcs11/tls/TestLeadingZeroesP11.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1062+
sun/security/provider/DSA/TestMaxLengthDER.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1063+
sun/security/x509/X509CertImpl/ECSigParamsVerifyWithCert.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1064+
1065+
# A mismatch in the error message but the function is correct
1066+
1067+
sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1068+
1069+
# Algorithm not supported in FIPS mode
1070+
1071+
sun/security/provider/MessageDigest/SHA512.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64
1072+
1073+
# FIPS unexpected provider error - not a FIPS test
1074+
1075+
sun/security/ssl/HandshakeHash/HandshakeHashCloneExhaustion.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/131 linux-x64

0 commit comments

Comments
 (0)