[jdk8u-dev] RFR: 8282538: PKCS11 tests fail on CentOS Stream 9

Olga Mikhaltsova omikhaltcova at openjdk.org
Tue Jun 21 23:18:23 UTC 2022


It's backport of JDK-8282538 to jdk8u.
The same failure of the regression tests group (test/jdk/sun/security/pkcs11/Signature/) is observed on CentOS Stream 9 because of missing cert9.db and key4.db which are required by NSS 3.35 and above.
Applied manually due to the location difference:
`test/jdk/sun/security/pkcs11/nss/db/cert9.db`  ->  `jdk/test/sun/security/pkcs11/nss/db/cert9.db`
`test/jdk/sun/security/pkcs11/nss/db/key4.db`  ->  `jdk/test/sun/security/pkcs11/nss/db/key4.db`
Tested manually on CentOS Stream 9 with above mentioned tests group.

-------------

Commit messages:
 - Backport d8fd22239bafecdaaedb8985ab6d709ed846e808

Changes: https://git.openjdk.org/jdk8u-dev/pull/76/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=76&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8282538
  Stats: 0 lines in 2 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/76.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/76/head:pull/76

PR: https://git.openjdk.org/jdk8u-dev/pull/76


More information about the jdk8u-dev mailing list