Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8031382

Security provider tests failing in jdk9/dev

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 9
    • security-libs

       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

            ascarpino Anthony Scarpino
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: