8319136: Skip pkcs11 tests on linux-aarch64
Reviewed-by: rhalade
This commit is contained in:
parent
ee6f25b507
commit
3e39d7b34c
test/jdk
@ -629,6 +629,7 @@ sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 generic-
|
||||
sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 generic-all
|
||||
sun/security/pkcs11/KeyStore/Basic.java 8295343 generic-all
|
||||
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8316183 linux-ppc64le
|
||||
sun/security/pkcs11/Provider/MultipleLogins.sh 8319128 linux-aarch64
|
||||
|
||||
############################################################################
|
||||
|
||||
|
@ -825,8 +825,7 @@ public abstract class PKCS11Test {
|
||||
return fetchNssLib(LINUX_X64.class);
|
||||
|
||||
case "Linux-aarch64-64":
|
||||
return fetchNssLib(LINUX_AARCH64.class);
|
||||
|
||||
throw new SkippedException("Per JDK-8319128, skipping Linux aarch64 platforms.");
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user