JDK-8264656 : ProblemList sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java on linux-x64
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2021-04-02
  • Updated: 2021-04-08
  • Resolved: 2021-04-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b17Fixed
Description
In order to reduce the noise in the JDK17 CI, I'm ProblemListing
sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java
on Linux-X64.
Comments
Changeset: d0f3cc92 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-04-02 18:13:20 +0000 URL: https://git.openjdk.java.net/jdk/commit/d0f3cc92
02-04-2021

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index c8e182ab9b0..39c4f37948c 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -697,6 +697,7 @@ javax/security/auth/kerberos/KerberosTixDateTest.java 8039280 generic- sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java 8039280 generic-all sun/security/provider/PolicyParser/ExtDirsChange.java 8039280 generic-all sun/security/provider/PolicyParser/PrincipalExpansionError.java 8039280 generic-all +sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java 8262409 linux-x64 ############################################################################
02-04-2021