RFR: 8306812: Open source several AWT Miscellaneous tests [v2]
Sergey Bylokhov
serb at openjdk.org
Tue May 9 17:54:28 UTC 2023
On Mon, 8 May 2023 18:05:59 GMT, Tejesh R <tr at 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
More information about the client-libs-dev
mailing list