git: openjdk/jdk17u-dev: 2 new changesets
Goetz Lindenmaier
goetz at openjdk.org
Thu Oct 31 09:37:28 UTC 2024
Changeset: 5fe6cf88
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-31 09:34:08 +0000
URL: https://git.openjdk.org/jdk17u-dev/commit/5fe6cf88bafc57f34f59a1cb32a98d6bdb79791f
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
Changeset: eea619e5
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-31 09:35:07 +0000
URL: https://git.openjdk.org/jdk17u-dev/commit/eea619e532e3ee45ee9a981b68a19176215d6e79
8340210: Add positionTestUI() to PassFailJFrame.Builder
Backport-of: f0ae90f30c346544e87217ef1832d6a350fe1985
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
More information about the jdk-updates-changes
mailing list