RFR: 8296675: Exclude linux-aarch64 in NSS tests
Sean Mullan
mullan at openjdk.org
Wed Nov 9 16:15:31 UTC 2022
On Wed, 9 Nov 2022 16:01:33 GMT, Weijun Wang <weijun at 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
More information about the security-dev
mailing list