8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
Reviewed-by: xuelei, rhalade, ssahoo
This commit is contained in:
parent
0eeaeb8e7b
commit
bf9a8ce0bb
@ -586,6 +586,13 @@ sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-
|
||||
|
||||
sun/security/tools/keytool/ListKeychainStore.sh 8156889 macosx-all
|
||||
|
||||
javax/net/ssl/SSLEngine/TestAllSuites.java 8298874 generic-all
|
||||
javax/net/ssl/SSLEngine/IllegalRecordVersion.java 8298873 generic-all
|
||||
javax/net/ssl/SSLEngine/EngineCloseOnAlert.java 8298868 generic-all
|
||||
javax/net/ssl/SSLEngine/ConnectionTest.java 8298869 generic-all
|
||||
javax/net/ssl/SSLEngine/CheckStatus.java 8298872 generic-all
|
||||
javax/net/ssl/SSLEngine/Basics.java 8298867 generic-all
|
||||
|
||||
sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all
|
||||
|
||||
sun/security/smartcardio/TestChannel.java 8039280 generic-all
|
||||
|
@ -26,8 +26,6 @@
|
||||
* @bug 4495742
|
||||
* @summary Add non-blocking SSL/TLS functionality, usable with any
|
||||
* I/O abstraction
|
||||
* @ignore JSSE supported cipher suites are changed with CR 6916074,
|
||||
* need to update this test case in JDK 7 soon
|
||||
*
|
||||
* This is intended to test many of the basic API calls to the SSLEngine
|
||||
* interface. This doesn't really exercise much of the SSL code.
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @test
|
||||
* @bug 4948079
|
||||
* @summary SSLEngineResult needs updating [none yet]
|
||||
* @ignore the dependent implementation details are changed
|
||||
*
|
||||
* @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
|
||||
*
|
||||
* @author Brad Wetmore
|
||||
|
@ -26,7 +26,6 @@
|
||||
* @bug 4495742
|
||||
* @summary Add non-blocking SSL/TLS functionality, usable with any
|
||||
* I/O abstraction
|
||||
* @ignore the dependent implementation details are changed
|
||||
* @author Brad Wetmore
|
||||
*
|
||||
* @run main/othervm ConnectionTest
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8133632
|
||||
* @summary javax.net.ssl.SSLEngine does not properly handle received
|
||||
* SSL fatal alerts
|
||||
* @ignore the dependent implementation details are changed
|
||||
*
|
||||
* @run main/othervm EngineCloseOnAlert
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
* @test
|
||||
* @bug 8180643
|
||||
* @summary Illegal handshake message
|
||||
* @ignore the dependent implementation details are changed
|
||||
* @run main/othervm IllegalHandshakeMessage
|
||||
*/
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @test
|
||||
* @bug 8042449
|
||||
* @summary Issue for negative byte major record version
|
||||
* @ignore the dependent implementation details are changed
|
||||
*
|
||||
* @run main/othervm IllegalRecordVersion
|
||||
*/
|
||||
|
||||
|
@ -24,8 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4495742
|
||||
* @ignore JSSE supported cipher suites are changed with CR 6916074,
|
||||
* need to update this test case in JDK 7 soon
|
||||
*
|
||||
* @run main/timeout=180 TestAllSuites
|
||||
* @summary Add non-blocking SSL/TLS functionality, usable with any
|
||||
* I/O abstraction
|
||||
|
Loading…
x
Reference in New Issue
Block a user