RFR: 8352905: Open some JComboBox bugs 1 [v2]
Sergey Bylokhov
serb at openjdk.org
Wed Apr 16 22:19:44 UTC 2025
On Wed, 16 Apr 2025 08:22:19 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> Updating and opening some tests
>
> Alisen Chung has updated the pull request incrementally with two additional commits since the last revision:
>
> - update tests
> - update tests
test/jdk/javax/swing/JComboBox/bug4530952.java line 84:
> 82: robot.delay(250);
> 83:
> 84: if (frame != null) {
frame initialized on a different thread.
test/jdk/javax/swing/JComboBox/bug4530952.java line 88:
> 86: }
> 87:
> 88: if (!passed()) {
pass is set to true on EDT
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24495#discussion_r2047842422
PR Review Comment: https://git.openjdk.org/jdk/pull/24495#discussion_r2047843760
More information about the client-libs-dev
mailing list