JDK-8307490 : ProblemList sun/security/pkcs11/Cipher/TestKATForGCM.java on linux-x64 and macosx-x64
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: 21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64
  • Submitted: 2023-05-04
  • Updated: 2024-02-16
  • Resolved: 2023-05-04
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 b22Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

sun/security/pkcs11/Cipher/TestKATForGCM.java

on linux-x64 and macosx-x64. We have reach 4 sightings in
the JDK21 CI, 2 each on linux-x64 and macosx-x64.
Comments
Changeset: 111858f3 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-05-04 21:32:35 +0000 URL: https://git.openjdk.org/jdk/commit/111858f3ff86a15666537df515375fa04ffef048
04-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13816 Date: 2023-05-04 20:49:26 +0000
04-05-2023

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 671ef85c4ca..90c1147dfa3 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -605,6 +605,7 @@ sun/security/pkcs11/rsa/TestSignatures.java 8295343 linux-al sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 linux-all sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 linux-all sun/security/pkcs11/KeyStore/Basic.java 8295343 linux-all +sun/security/pkcs11/Cipher/TestKATForGCM.java 8240611 linux-x64,macosx-x64 ############################################################################
04-05-2023