JDK-8142949 : [TEST_BUG] sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java test fails
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 7u101
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-13
  • Updated: 2015-12-21
  • Resolved: 2015-11-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u111Fixed 7u101 b01Fixed
Related Reports
Relates :  
Description
Regression test
  sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
has started to fail after JDK-8141050 was fixed
It fails with message:
----------System.err:(15/935)----------
java.lang.RuntimeException: SSL_RSA_WITH_RC4_128_SHA is not in order
	at CipherSuitesInOrder.checkSuites(CipherSuitesInOrder.java:225)
	at CipherSuitesInOrder.checkForProtocols(CipherSuitesInOrder.java:163)
	at CipherSuitesInOrder.main(CipherSuitesInOrder.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)

Comments
RULE "sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java" Exception java.lang.RuntimeException: SSL_RSA_WITH_RC4_128_SHA is not in order
13-11-2015