RFR: 8319136: Skip pkcs11 tests on linux-aarch64

Rajan Halade rhalade at openjdk.org
Tue Oct 31 04:30:30 UTC 2023


On Mon, 30 Oct 2023 19:57:02 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

> Due to test failures on OL 7.9 aarch64, this PR skips tests for LInux aarch64. The MultipleLogin.sh script had to be added to the ProblemList because it reported error when the Java component threw the skipped exception.
> 
> Tests will be fixed in JDK-8319128.

Marked as reviewed by rhalade (Reviewer).

test/jdk/sun/security/pkcs11/PKCS11Test.java line 828:

> 826: 
> 827:             case "Linux-aarch64-64":
> 828:                 throw new SkippedException("Skipping Linux aarch64 platforms.");

please add JDK-8319128 either in exception message or as a comment here. My preference would be to add it to the exception message since this is temporary.

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

PR Review: https://git.openjdk.org/jdk/pull/16427#pullrequestreview-1705426282
PR Review Comment: https://git.openjdk.org/jdk/pull/16427#discussion_r1377040133



More information about the security-dev mailing list