RFR: 8306137: Open source several AWT ScrollPane related tests

Tejesh R tr at openjdk.org
Tue Apr 25 05:24:17 UTC 2023


On Mon, 24 Apr 2023 18:59:29 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Open source few AWT ScrollPane related tests.
>
> test/jdk/java/awt/ScrollPane/RemoveChild/ScrollPaneRemoveAdd.java line 94:
> 
>> 92:             robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
>> 93: 
>> 94:             Toolkit.getDefaultToolkit().sync();
> 
> Shouldn't `sync` be replaced with `Robot.waitForIdle`?

Not sure y both has been used here, will remove sync and test in CI, if its fine there then can be removed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13621#discussion_r1176017290



More information about the client-libs-dev mailing list