Skip to content

Commit e74a76a

Browse files
author
Andrew Lu
committedJul 24, 2024
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
Backport-of: bf9a8ce0bb975a3d50e92148f92850ef930d64b0
1 parent 3b0f78b commit e74a76a

8 files changed

+11
-9
lines changed
 

‎test/jdk/ProblemList.txt

+7
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,13 @@ sun/security/pkcs11/ec/TestKeyFactory.java 8026976 generic-
608608
sun/security/pkcs11/KeyStore/ClientAuth.sh 8254806 solaris-all
609609
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all
610610

611+
javax/net/ssl/SSLEngine/TestAllSuites.java 8298874 generic-all
612+
javax/net/ssl/SSLEngine/IllegalRecordVersion.java 8298873 generic-all
613+
javax/net/ssl/SSLEngine/EngineCloseOnAlert.java 8298868 generic-all
614+
javax/net/ssl/SSLEngine/ConnectionTest.java 8298869 generic-all
615+
javax/net/ssl/SSLEngine/CheckStatus.java 8298872 generic-all
616+
javax/net/ssl/SSLEngine/Basics.java 8298867 generic-all
617+
611618
javax/net/ssl/DTLS/PacketLossRetransmission.java 8169086 macosx-x64
612619
javax/net/ssl/DTLS/RespondToRetransmit.java 8169086 macosx-all
613620
javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64

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

-2
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

+1-1
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

-1
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

+1-1
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

-1
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

+1-1
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

+1-2
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

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Jul 24, 2024

@openjdk-notifier[bot]
Please sign in to comment.