git: openjdk/jdk21u-dev: master: 2 new changesets

Goetz Lindenmaier goetz at openjdk.org
Thu Oct 31 09:14:25 UTC 2024


Changeset: d7c85b19
Branch: master
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2024-10-31 09:11:26 +0000
URL:       https://git.openjdk.org/jdk21u-dev/commit/d7c85b194dcb2c312afe18e62a87b1708d4f14bb

8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature

Reviewed-by: lucy
Backport-of: c6f0a35e9e3eeaab1e238e8712051a626b337e0b

! test/jdk/sun/security/pkcs11/PKCS11Test.java
! test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java

Changeset: b0b4699c
Branch: master
Author:    Goetz Lindenmaier <goetz at openjdk.org>
Date:      2024-10-31 09:13:19 +0000
URL:       https://git.openjdk.org/jdk21u-dev/commit/b0b4699c71bbf306366c9c6cf1fb7b1806379ab3

8332901: Select{Current,New}ItemTest.java for Choice don't open popup on macOS

Move SelectCurrentItemTest.java to java/awt/Choice/SelectItem/.
Move SelectNewItemTest.java to java/awt/Choice/SelectItem/.
Use latches to control test flow instead of delays.
Encapsulate the common logic in SelectCurrentItemTest.
Provide overridable checkXXX() methods to modify conditions.
Provide an overridable method which defines where to click
in the choice popup to select an item.

Backport-of: ef96a7b014795f366af3a90ef8f474cfb621197f

! test/jdk/ProblemList.txt
- test/jdk/java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.java
+ test/jdk/java/awt/Choice/SelectItem/SelectCurrentItemTest.java
+ test/jdk/java/awt/Choice/SelectItem/SelectNewItemTest.java
- test/jdk/java/awt/Choice/SelectNewItemTest/SelectNewItemTest.java



More information about the jdk-updates-changes mailing list