JDK-8309570 : ProblemList sun/security/pkcs11/Signature/TestRSAKeyLength.java
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: 21
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-06-06
  • Updated: 2023-06-13
  • Resolved: 2023-06-06
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 21
21 b26Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

sun/security/pkcs11/Signature/TestRSAKeyLength.java

on macosx-x64 and windows-x64. The test is already ProblemListed on linux-all.
Comments
Changeset: 0ceb4322 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-06-06 22:08:43 +0000 URL: https://git.openjdk.org/jdk/commit/0ceb43227d1bcc8e709d66071e6ae11fcf0090fc
06-06-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14343 Date: 2023-06-06 22:01:10 +0000
06-06-2023

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 11c06b74f4f..634d47e2410 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -604,7 +604,7 @@ sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java 8039280 gene sun/security/provider/PolicyParser/PrincipalExpansionError.java 8039280 generic-all sun/security/tools/keytool/NssTest.java 8295343 linux-all -sun/security/pkcs11/Signature/TestRSAKeyLength.java 8295343 linux-all +sun/security/pkcs11/Signature/TestRSAKeyLength.java 8295343,8309569 linux-all,macosx-x64,windows-x64 sun/security/pkcs11/rsa/TestSignatures.java 8295343 linux-all sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 linux-all sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 linux-all
06-06-2023