-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
The following tests are failing in jdk9/dev since the update of the JDK version to 9 (JDK-8000962)
java/security/Provider/ProviderVersionCheck.java
javax/crypto/sanity/CheckManifestForRelease.java
Here's an example failure:
----------System.out:(9/190)----------
SUN passed.
SunRsaSign passed.
SunEC failed. Version received was 1.8
SunJSSE passed.
SunJCE failed. Version received was 1.8
SunJGSS passed.
SunSASL passed.
XMLDSig passed.
SunPCSC passed.
----------System.err:(13/813)----------
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception: Provider(s) failed to have the expected version value.
JavaTest Message: shutting down test
java/security/Provider/ProviderVersionCheck.java
javax/crypto/sanity/CheckManifestForRelease.java
Here's an example failure:
----------System.out:(9/190)----------
SUN passed.
SunRsaSign passed.
SunEC failed. Version received was 1.8
SunJSSE passed.
SunJCE failed. Version received was 1.8
SunJGSS passed.
SunSASL passed.
XMLDSig passed.
SunPCSC passed.
----------System.err:(13/813)----------
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception: Provider(s) failed to have the expected version value.
JavaTest Message: shutting down test
- duplicates
-
JDK-8031372 JDK 9 Specification-Version in jar files is still 1.8
-
- Resolved
-
- relates to
-
JDK-8000962 Update JDK_MINOR_VERSION for JDK 9
-
- Resolved
-