8316341: sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux ppc64le Ubuntu 22
Reviewed-by: lucy, clanger
This commit is contained in:
parent
ca3fe7b3fd
commit
aa0ebeedb1
@ -616,7 +616,10 @@ public abstract class PKCS11Test {
|
||||
"/usr/lib/x86_64-linux-gnu/nss/",
|
||||
"/usr/lib64/"});
|
||||
osMap.put("Linux-ppc64-64", new String[]{"/usr/lib64/"});
|
||||
osMap.put("Linux-ppc64le-64", new String[]{"/usr/lib64/"});
|
||||
osMap.put("Linux-ppc64le-64", new String[]{
|
||||
"/usr/lib/powerpc64le-linux-gnu/",
|
||||
"/usr/lib/powerpc64le-linux-gnu/nss/",
|
||||
"/usr/lib64/"});
|
||||
osMap.put("Linux-s390x-64", new String[]{"/usr/lib64/"});
|
||||
osMap.put("Windows-x86-32", new String[]{});
|
||||
osMap.put("Windows-amd64-64", new String[]{});
|
||||
|
Loading…
x
Reference in New Issue
Block a user