On Tue, 8 Oct 2024 23:43:54 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:

>> Following tests are added as part of this PR:
>> 
>> 1. 
>> /java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java
>>  - CONVERTED TO AUTO
>> 2. /java/awt/LightweightComponent/PopupTest/PopupTest.java - MANUAL
>> 3. /java/awt/Panel/PanelRepaint/PanelRepaint.java - MANUAL
>> 4. /java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java MANUAL (PROBLEM 
>> LISTED)
>
> Damon Nguyen has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Review comments again

test/jdk/java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java line 81:

> 79:         EventQueue q2 = new EventQueue();
> 80: 
> 81:         f.setSize(200, 200);

You missed moving `f.setSize(200, 200);` to createUI()  :)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21398#discussion_r1792626401

Reply via email to