Navigation Menu

Skip to content

Commit

Permalink
8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
Browse files Browse the repository at this point in the history
Reviewed-by: xuelei, rhalade, ssahoo
  • Loading branch information
mpdonova authored and rhalade committed Dec 16, 2022
1 parent 0eeaeb8 commit bf9a8ce
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions test/jdk/ProblemList.txt
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions test/jdk/javax/net/ssl/SSLEngine/Basics.java
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java
Expand Up @@ -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
*/

Expand Down
Expand Up @@ -30,7 +30,6 @@
* @test
* @bug 8180643
* @summary Illegal handshake message
* @ignore the dependent implementation details are changed
* @run main/othervm IllegalHandshakeMessage
*/

Expand Down
2 changes: 1 addition & 1 deletion test/jdk/javax/net/ssl/SSLEngine/IllegalRecordVersion.java
Expand Up @@ -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
*/

Expand Down
3 changes: 1 addition & 2 deletions test/jdk/javax/net/ssl/SSLEngine/TestAllSuites.java
Expand Up @@ -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
Expand Down

1 comment on commit bf9a8ce

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.