Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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