After JDK-8295343 , sun/security/pkcs11/Provider/MultipleLogins.sh startsed to fail in our test infra (e.g. on Linux. Mac).
we get in stderr :
Exception in thread "main" jtreg.SkippedException: Warning: unsupported OS: Linux-amd64-64, please initialize NSS library location, skipping test
at PKCS11Test.getNSSLibPath(PKCS11Test.java:262)
at PKCS11Test.getNSSLibDir(PKCS11Test.java:243)
at PKCS11Test.getNSSLibDir(PKCS11Test.java:239)
at PKCS11Test.getNssConfig(PKCS11Test.java:484)
at MultipleLogins.main(MultipleLogins.java:49)
Probably Provider/MultipleLogins.sh still cannot deal correctly with the cases where now a SkippedException is thrown .