RFR: JDK-8296631 NSS tests failing on OL9 linux-aarch64 hosts

Valerie Peng valeriep at openjdk.org
Thu Sep 14 23:21:39 UTC 2023


On Fri, 8 Sep 2023 19:41:47 GMT, Mark Powers <mpowers at openjdk.org> wrote:

> https://bugs.openjdk.org/browse/JDK-8296631

test/jdk/sun/security/pkcs11/Secmod/AddPrivateKey.java line 74:

> 72:         if (version == 0.0 || version >= 3.55) {
> 73:             useSqlite(true);
> 74:         }

Instead of updating various tests with this block, how about doing this inside SecmodTest.initSecmod()?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15644#discussion_r1326607136



More information about the security-dev mailing list