-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b26
-
aarch64
-
os_x
Exception in thread "main" java.lang.RuntimeException: issue setting up config
at MultipleLogins.main(MultipleLogins.java:53)
===
String nssConfig = PKCS11Test.getNssConfig();
===
above call fails in this environment. Perhaps we should just return silently like other tests.
at MultipleLogins.main(MultipleLogins.java:53)
===
String nssConfig = PKCS11Test.getNssConfig();
===
above call fails in this environment. Perhaps we should just return silently like other tests.
- relates to
-
JDK-8240256 Better resource cleaning for SunPKCS11 Provider
- Resolved
-
JDK-8268190 Update NSS tests with macosx-aarch64 support
- Closed