On Mon, 24 Jun 2024 12:07:49 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
> In this PR, I updated the version of NSS to 3.101 and removed the test from > the ProblemList for all platforms but linux-ppc64le (that bug is still > outstanding.) > > I also updated the skipTest logic in TestDSAKeyLength.java. Prior to my > change, it compared the version numbers as double values but that doesn't > work when version 3.101 is later (i.e., greater) than 3.14. This pull request has now been integrated. Changeset: c6f0a35e Author: Matthew Donovan <mdono...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c6f0a35e9e3eeaab1e238e8712051a626b337e0b Stats: 9 lines in 3 files changed: 4 ins; 0 del; 5 mod 8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature Reviewed-by: rhalade ------------- PR: https://git.openjdk.org/jdk/pull/19855