From b85dd260aac4ef61c86164e391001b907b7b0d94 Mon Sep 17 00:00:00 2001 From: JinhangZhang Date: Tue, 10 Dec 2024 12:38:13 -0500 Subject: [PATCH] Exclude more tests in FIPS140-3 Property 'jdk.tls.disabledAlgorithms' is not supposed to be set programmatically when in FIPS mode. Ignore this test for issue #20790. Signed-off-by: Jinhang Zhang --- test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt b/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt index f79329cac3a..eb7ce955ff3 100644 --- a/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt +++ b/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt @@ -611,6 +611,8 @@ javax/net/ssl/TLSv13/EngineOutOfSeqCCS.java https://github.com/ibmruntimes/openj javax/net/ssl/TLSv13/HRRKeyShares.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/net/ssl/ciphersuites/DisabledAlgorithms.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/net/ssl/ciphersuites/ECCurvesconstraints.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all +javax/net/ssl/ciphersuites/TLSWontNegotiateDisabledCipherAlgos.java#Client https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all +javax/net/ssl/ciphersuites/TLSWontNegotiateDisabledCipherAlgos.java#Server https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/net/ssl/compatibility/ClientHelloProcessing.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/net/ssl/finalize/SSLSessionFinalizeTest.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/net/ssl/interop/ClientHelloBufferUnderflowException.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all