On Mon, 8 May 2023 18:05:59 GMT, Tejesh R <t...@openjdk.org> wrote:

>> Open source few AWT Miscellaneous ( Panel, Popup, robot and scrollbar) tests.
>
> Tejesh R has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Updated based on review comments

test/jdk/java/awt/PopupMenu/PopupMenuStayOpen.java line 102:

> 100:             robot.delay(500);
> 101: 
> 102:             if (!wasActionFired) {

"wasActionFired" is set on EDT and used here on main - should use some 
synchronization.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13828#discussion_r1188945850

Reply via email to