[jdk25u-dev] RFR: 8366182: Some PKCS11Tests are being skipped when they shouldn't
duke
duke at openjdk.org
Fri Dec 5 15:45:23 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)
@rm-gh-8
Your change (at version 209e26be200b79afc704e1884e493498639de4ec) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk25u-dev/pull/59#issuecomment-3617431983
More information about the jdk-updates-dev
mailing list