git: openjdk/jdk23u: master: 4 new changesets

Alexey Ivanov aivanov at openjdk.org
Fri Sep 27 10:47:18 UTC 2024


Changeset: fa008ded
Branch: master
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2024-09-27 10:43:56 +0000
URL:       https://git.openjdk.org/jdk23u/commit/fa008ded77ce14d0c33b5ad6fc612ae3c983f019

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: b8d01b0e
Branch: master
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2024-09-27 10:44:18 +0000
URL:       https://git.openjdk.org/jdk23u/commit/b8d01b0ece17c533dadbe8dec5d21b083aaf589c

8340308: PassFailJFrame: Make rows default to number of lines in instructions

Backport-of: d1d824008d1dc70029013820814fd03c40b4e309

! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java

Changeset: faa89f45
Branch: master
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2024-09-27 10:44:38 +0000
URL:       https://git.openjdk.org/jdk23u/commit/faa89f45151c95d152798950fb9f422706e28ef5

8340210: Add positionTestUI() to PassFailJFrame.Builder

Backport-of: f0ae90f30c346544e87217ef1832d6a350fe1985

! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java

Changeset: f63b7021
Branch: master
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2024-09-27 10:45:00 +0000
URL:       https://git.openjdk.org/jdk23u/commit/f63b70216fc9e4cd9c13cec61e5c7158e5a4bc90

8340306: Add border around instructions in PassFailJFrame

Backport-of: 0120d3eed50bdc9fa53f2c41b31791620aeef613

! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java



More information about the jdk-updates-changes mailing list