RFR: 8340173: Open source some Component/Panel/EventQueue tests - Set2 [v3]
Harshitha Onkar
honkar at openjdk.org
Tue Oct 8 23:55:22 UTC 2024
On Tue, 8 Oct 2024 23:43:54 GMT, Damon Nguyen <dnguyen at 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
More information about the client-libs-dev
mailing list