Skip to content

Commit cdbce9c

Browse files
committed
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
Backport-of: bf9a8ce0bb975a3d50e92148f92850ef930d64b0
1 parent 23457a6 commit cdbce9c

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

test/jdk/ProblemList.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,13 @@ sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-
635635

636636
javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64
637637

638+
javax/net/ssl/SSLEngine/TestAllSuites.java 8298874 generic-all
639+
javax/net/ssl/SSLEngine/IllegalRecordVersion.java 8298873 generic-all
640+
javax/net/ssl/SSLEngine/EngineCloseOnAlert.java 8298868 generic-all
641+
javax/net/ssl/SSLEngine/ConnectionTest.java 8298869 generic-all
642+
javax/net/ssl/SSLEngine/CheckStatus.java 8298872 generic-all
643+
javax/net/ssl/SSLEngine/Basics.java 8298867 generic-all
644+
638645
sun/security/smartcardio/TestChannel.java 8039280 generic-all
639646
sun/security/smartcardio/TestConnect.java 8039280 generic-all
640647
sun/security/smartcardio/TestConnectAgain.java 8039280 generic-all

test/jdk/javax/net/ssl/SSLEngine/Basics.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @bug 4495742
2727
* @summary Add non-blocking SSL/TLS functionality, usable with any
2828
* I/O abstraction
29-
* @ignore JSSE supported cipher suites are changed with CR 6916074,
30-
* need to update this test case in JDK 7 soon
3129
*
3230
* This is intended to test many of the basic API calls to the SSLEngine
3331
* interface. This doesn't really exercise much of the SSL code.

test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 4948079
2727
* @summary SSLEngineResult needs updating [none yet]
28-
* @ignore the dependent implementation details are changed
28+
*
2929
* @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
3030
*
3131
* @author Brad Wetmore

test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* @bug 4495742
2727
* @summary Add non-blocking SSL/TLS functionality, usable with any
2828
* I/O abstraction
29-
* @ignore the dependent implementation details are changed
3029
* @author Brad Wetmore
3130
*
3231
* @run main/othervm ConnectionTest

test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 8133632
2727
* @summary javax.net.ssl.SSLEngine does not properly handle received
2828
* SSL fatal alerts
29-
* @ignore the dependent implementation details are changed
29+
*
3030
* @run main/othervm EngineCloseOnAlert
3131
*/
3232

test/jdk/javax/net/ssl/SSLEngine/IllegalHandshakeMessage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
* @test
3131
* @bug 8180643
3232
* @summary Illegal handshake message
33-
* @ignore the dependent implementation details are changed
3433
* @run main/othervm IllegalHandshakeMessage
3534
*/
3635

test/jdk/javax/net/ssl/SSLEngine/IllegalRecordVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @test
2929
* @bug 8042449
3030
* @summary Issue for negative byte major record version
31-
* @ignore the dependent implementation details are changed
31+
*
3232
* @run main/othervm IllegalRecordVersion
3333
*/
3434

test/jdk/javax/net/ssl/SSLEngine/TestAllSuites.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
/*
2525
* @test
2626
* @bug 4495742
27-
* @ignore JSSE supported cipher suites are changed with CR 6916074,
28-
* need to update this test case in JDK 7 soon
27+
*
2928
* @run main/timeout=180 TestAllSuites
3029
* @summary Add non-blocking SSL/TLS functionality, usable with any
3130
* I/O abstraction

0 commit comments

Comments
 (0)