Re: RFR: 8319136: Skip pkcs11 tests on linux-aarch64 [v2]

2023-10-31 Thread Matthew Donovan
> 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. Matthew Donovan has updated

Re: RFR: 8319136: Skip pkcs11 tests on linux-aarch64

2023-10-30 Thread Rajan Halade
On Mon, 30 Oct 2023 19:57:02 GMT, Matthew Donovan 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

RFR: 8319136: Skip pkcs11 tests on linux-aarch64

2023-10-30 Thread Matthew Donovan
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. - Commit messages: - 831