[jdk8u-dev] RFR: 8296631: NSS tests failing on OL9 linux-aarch64 hosts
Andrew John Hughes
andrew at openjdk.org
Wed Jun 4 15:03:05 UTC 2025
On Thu, 29 May 2025 14:21:15 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> Hi,
>>
>> This is a backport of JDK-8296631: NSS tests failing on OL9 linux-aarch64 hosts
>>
>> Original patch does not apply cleanly for the following reasons:
>>
>> ・Fix to test/jdk/sun/security/pkcs11/PKCS11Test.java can not be applied because it is a fix to code that does not exist in jdk8.
>> ・Fix to test/jdk/sun/security/pkcs11/Provider/MultipleLogin.sh can not be applied since test/jdk/sun/security/pkcs11/Provider/MultipleLogin.sh added in https://bugs.openjdk.org/browse/JDK-8240256 (jdk17).
>> ・Fix to test/jdk/sun/security/pkcs11/tls/tls12 can not be applied since test/jdk/sun/security/pkcs11/tls/tls12 is an enhancement added in https://bugs.openjdk.org/browse/JDK-8220753 (jdk13).
>> ・pkcs11/fips/ClientJSSEServerJSSE.java and pkcs11/fips/TrustManagerTest.java fail if I run the pkcs11 tests without the fix to test/jdk/sun/security/pkcs11/fips/. This is because cert9.db, key4.db, and pkcs11.txt, which are required to run the tests using sqlite, do not exist in test/jdk/sun/security/pkcs11/fips. test/jdk/sun/security/pkcs11/fips was removed by https://bugs.openjdk.org/browse/JDK-8217835 (jdk13), so the original patch does not fix test/jdk/sun/security/pkcs11/fips/. I added the database files to test/jdk/sun/security/pkcs11/fips so that pkcs11/fips/ClientJSSEServerJSSE.java and pkcs11/fips/TrustManagerTest.java can run tests using sqlite and pass.
>>
>> Testing: jdk/sun/security/pkcs11 tests on RHEL9, GHA testing
>>
>> Thanks.
>
> I have no idea why. @jerboaa?
I've e-mailed ops and CCed you, @phohensee. I'm afraid I couldn't see an e-mail on your account, @kurashige23, to add you in as well but will let you know what happens.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/654#issuecomment-2940378137
More information about the jdk8u-dev
mailing list