Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b115
-
Verified
Description
Standard Output
Checking Jar Contents...
Checking: jce.jar
Checking: security/US_export_policy.jar
Checking: security/local_policy.jar
Checking: ext/sunjce_provider.jar
Checking: ext/sunec.jar
Checking: ext/sunmscapi.jar
Checking: ext/sunpkcs11.jar
Checking: ext/ucrypto.jar
Checking Installed Provider Version Numbers
SUN passed.
SunRsaSign passed.
SunEC passed.
SunJSSE passed.
SunJCE passed.
SunJGSS passed.
SunSASL passed.
XMLDSig passed.
SunPCSC passed.
test failed. Provider Version mismatch: 1.8 != 1.5
I think I see what's going on, there is probably a Provider named "test" being added to the Security Provider list by another test. Worse comes to worse, I can run in othervm, but should probably figure out the root cause so it doesn't cause other tests to fail.
Checking Jar Contents...
Checking: jce.jar
Checking: security/US_export_policy.jar
Checking: security/local_policy.jar
Checking: ext/sunjce_provider.jar
Checking: ext/sunec.jar
Checking: ext/sunmscapi.jar
Checking: ext/sunpkcs11.jar
Checking: ext/ucrypto.jar
Checking Installed Provider Version Numbers
SUN passed.
SunRsaSign passed.
SunEC passed.
SunJSSE passed.
SunJCE passed.
SunJGSS passed.
SunSASL passed.
XMLDSig passed.
SunPCSC passed.
test failed. Provider Version mismatch: 1.8 != 1.5
I think I see what's going on, there is probably a Provider named "test" being added to the Security Provider list by another test. Worse comes to worse, I can run in othervm, but should probably figure out the root cause so it doesn't cause other tests to fail.
Attachments
Issue Links
- relates to
-
JDK-8027598 addProvider/insertProviderAt/removeProvider calls affect other tests run in -agentvm in JTREG.
- Resolved