JDK-8059627 now bundles NSS with our PKCS11 testsuite (just like on Windows)
I know you have implemented a different solution for locating NSS on Max OSX for your keytool tests. FYI if you switch to using the bundled NSS then you no longer need to set DYLD_LIBRARY_PATH. It’s not a big saving but I thought I’d let you know. On 27 Sep 2014, at 10:32, Vincent Ryan <vincent.x.r...@oracle.com> wrote: > Your fix looks good Max. I’ll examine the issue with PKCS11Test.java on > Monday. > Thanks. > > > On 27 Sep 2014, at 10:13, Wang Weijun <weijun.w...@oracle.com> wrote: > >> Hi Vinnie >> >> Can you review the fix at >> >> http://cr.openjdk.java.net/~weijun/8059313/webrev.00/ >> >> The test will try several places to look for NSS libs. If the machine has no >> Firefox or Thunderbird installed the NSS part won't run. At least this >> enables myself running NSS-related tests on my machine. >> >> I tried to do the same for PKCS11Test.java but cannot find a way to set >> DYLD_LIBRARY_PATH (or equivalent settings in Java) inside the test. If you >> know how to do that, I'll be happy to include it as well. BTW, I added the >> environment variable on jtreg command line and among 62 pkcs11 tests, 54 >> pass and 8 fail. There seems to be some extra work. >> >> Thanks >> Max >> >