On Thu, 4 Sep 2025 13:59:22 GMT, Matthew Donovan <[email protected]> wrote:
> This PR updates PKCS11 tests to better handle NSS version numbers. The > previous code treated the version numbers as double values and used > comparison operators. The problem is that it incorrectly treats 3.111 as > between 3.11 and 3.12. This update parses and compares the major and minor > version numbers separately. This pull request has now been integrated. Changeset: cc9483b4 Author: Matthew Donovan <[email protected]> URL: https://git.openjdk.org/jdk/commit/cc9483b4da1a0f65f8773d0c7f35f2e6a7e1bd4f Stats: 92 lines in 6 files changed: 27 ins; 19 del; 46 mod 8366182: Some PKCS11Tests are being skipped when they shouldn't Reviewed-by: rhalade ------------- PR: https://git.openjdk.org/jdk/pull/27095
