Skip to content

Commit 3e39d7b

Browse files
author
Matthew Donovan
committed
8319136: Skip pkcs11 tests on linux-aarch64
Reviewed-by: rhalade
1 parent ee6f25b commit 3e39d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jdk/ProblemList.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 generic-
629629
sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 generic-all
630630
sun/security/pkcs11/KeyStore/Basic.java 8295343 generic-all
631631
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8316183 linux-ppc64le
632+
sun/security/pkcs11/Provider/MultipleLogins.sh 8319128 linux-aarch64
632633

633634
############################################################################
634635

test/jdk/sun/security/pkcs11/PKCS11Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,7 @@ private static String fetchNssLib(String osId) {
825825
return fetchNssLib(LINUX_X64.class);
826826

827827
case "Linux-aarch64-64":
828-
return fetchNssLib(LINUX_AARCH64.class);
829-
828+
throw new SkippedException("Per JDK-8319128, skipping Linux aarch64 platforms.");
830829
default:
831830
return null;
832831
}

0 commit comments

Comments
 (0)