I have broken these into two webrev. The first: JDK-8012971 PKCS11Test hiding exception failures http://cr.openjdk.java.net/~ascarpino/8012971/webrev.01/
handles the minimum changes needed for PKCS11Test to function and the Problemlist updated to reflect the failures that would show up.
The second, are the test changes that fix the problems uncovered by the above change:
JDK-8020424 The NSS version should be detected before running crypto tests http://cr.openjdk.java.net/~ascarpino/8020424/webrev.00/ Tony