From f8a83c729268a994c79f7c7183bf6944b26203b1 Mon Sep 17 00:00:00 2001 From: Andrew Lu Date: Mon, 6 May 2024 07:41:05 +0000 Subject: [PATCH 1/5] 8295343: sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer 8231351: Add notes for PKCS11 tests in the test doc Reviewed-by: lucy Backport-of: 6ce0ebb858d3112f136e12d3ad595f805f6871a0 --- doc/testing.html | 20 ++-- doc/testing.md | 16 +++ test/jdk/ProblemList.txt | 7 +- test/jdk/sun/security/pkcs11/PKCS11Test.java | 101 ++---------------- test/jdk/sun/security/pkcs11/README | 13 +-- .../sun/security/tools/keytool/NssTest.java | 9 +- .../sun/security/tools/keytool/p11-nss.txt | 2 +- 7 files changed, 52 insertions(+), 116 deletions(-) diff --git a/doc/testing.html b/doc/testing.html index 18ba3e2baf6..c3e8ca956b0 100644 --- a/doc/testing.html +++ b/doc/testing.html @@ -5,7 +5,7 @@ Testing the JDK -