On Wed, 16 Apr 2025 08:22:19 GMT, Alisen Chung <ach...@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

Reply via email to