[jdk25u-dev] Integrated: 8366182: Some PKCS11Tests are being skipped when they shouldn't
Roland Mesde
duke at openjdk.org
Fri Dec 5 17:02:34 UTC 2025
On Wed, 3 Dec 2025 19:47:14 GMT, Roland Mesde <duke at openjdk.org> wrote:
> Backporting JDK-8366182: Some PKCS11Tests are being skipped when they shouldn't.
>
> For parity with Oracle JDK. The commit fixes PKCS11 tests to correctly parse NSS version numbers by comparing major and minor versions separately instead of treating them as doubles, which incorrectly ordered versions like 3.111 between 3.11 and 3.12.
>
> Ran GHA Sanity Checks (passed), jtreg tier1 tests (passed) and related tests (passed) on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
>
> (Passed) - make test-tier1
> (Passed) - make test TEST=test/jdk/jdk/sun/security/pkcs11
>
> Results are attached.
>
> [linux-aarch64-jtreg-tier1.log](https://github.com/user-attachments/files/23938512/linux-aarch64-jtreg-tier1.log)
> [linux-aarch64-specific-test.log](https://github.com/user-attachments/files/23938515/linux-aarch64-specific-test.log)
> [linux-x64-jtreg-tier1.log](https://github.com/user-attachments/files/23938516/linux-x64-jtreg-tier1.log)
> [linux-x64-specific-test.log](https://github.com/user-attachments/files/23938517/linux-x64-specific-test.log)
> [macos-aarch64-jtreg-tier1.log](https://github.com/user-attachments/files/23938518/macos-aarch64-jtreg-tier1.log)
> [macos-aarch64-specific-test.log](https://github.com/user-attachments/files/23938519/macos-aarch64-specific-test.log)
> [windows-x64-jtreg-tier1.log](https://github.com/user-attachments/files/23938520/windows-x64-jtreg-tier1.log)
> [windows-x64-specific-test.log](https://github.com/user-attachments/files/23938521/windows-x64-specific-test.log)
This pull request has now been integrated.
Changeset: e5781ca3
Author: Roland Mesde <mesde at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk25u-dev/commit/e5781ca38d8ae961d2c706ab591fe0f56115a46f
Stats: 92 lines in 6 files changed: 27 ins; 19 del; 46 mod
8366182: Some PKCS11Tests are being skipped when they shouldn't
Backport-of: cc9483b4da1a0f65f8773d0c7f35f2e6a7e1bd4f
-------------
PR: https://git.openjdk.org/jdk25u-dev/pull/59
More information about the jdk-updates-dev
mailing list