-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
22
-
None
-
generic
-
linux, os_x
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 .
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 .
- duplicates
-
JDK-8319128 sun/security/pkcs11 tests fail on OL 7.9 aarch64
- Resolved
- relates to
-
JDK-8295343 sun/security/pkcs11 tests fail on Linux RHEL 8.6 and newer
- Resolved