On Wed, 9 Nov 2022 16:01:33 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> The NSS tests do not work fine on linux-aarch64 now. Disable them at the > moment. I guess it's not possible to ProblemList an OS/arch combo? test/jdk/sun/security/pkcs11/PKCS11Test.java line 703: > 701: "/usr/lib/arm-linux-gnueabi/nss/", > 702: "/usr/lib/arm-linux-gnueabihf/nss/" }); > 703: // osMap.put("Linux-aarch64-64", new String[] { Perhaps add a comment above this noting why these are being excluded. Could include the bugid for now until it is fixed. ------------- PR: https://git.openjdk.org/jdk/pull/11063