JDK-8133019 : two regression test failed in the verona build
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9-repo-verona
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-08-05
  • Updated: 2015-08-17
  • Resolved: 2015-08-05
Related Reports
Duplicate :  
Description
two regression test failed in the verona build

java/security/Provider/ProviderVersionCheck.java
SUN failed. Version received was 9.0
SunRsaSign failed. Version received was 9.0
SunEC failed. Version received was 9.0
SunJSSE failed. Version received was 9.0
SunJCE failed. Version received was 9.0
SunJGSS failed. Version received was 9.0
SunSASL failed. Version received was 9.0
XMLDSig failed. Version received was 9.0
SunPCSC failed. Version received was 9.0
JdkLDAP failed. Version received was 9.0
JdkSASL failed. Version received was 9.0
SunPKCS11 failed. Version received was 9.0
----------System.err:(13/819)----------
java.lang.Exception: Provider(s) failed to have the expected version value.
	at ProviderVersionCheck.main(ProviderVersionCheck.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)


sun/security/util/Oid/S11N.java 
JavaTest Message: Test threw exception: java.lang.ArrayIndexOutOfBoundsException
JavaTest Message: shutting down test
Comments
the issue have been fix in http://hg.openjdk.java.net/verona/stage/jdk/rev/165608bfa113 need to re-run the verona build to verify it.
05-08-2015