RFR: JDK-8314246: javax/swing/JToolBar/4529206/bug4529206.java fails intermittently on Linux
Damon Nguyen
dnguyen at openjdk.org
Wed Aug 16 22:52:31 UTC 2023
On Wed, 16 Aug 2023 18:23:59 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
> JToolBar test - bug4529206.java was failing intermittently on Linux. It was due to timing issue. Added appropriate delay to fix the issue.
>
> CI Testing passes on all platforms.
Marked as reviewed by dnguyen (Committer).
test/jdk/javax/swing/JToolBar/4529206/bug4529206.java line 82:
> 80: SwingUtilities.invokeAndWait(() -> test());
> 81: Robot robot = new Robot();
> 82: robot.waitForIdle();
Changes look good. Did you try using using setAutoWaitForIdle?
-------------
PR Review: https://git.openjdk.org/jdk/pull/15316#pullrequestreview-1581536136
PR Review Comment: https://git.openjdk.org/jdk/pull/15316#discussion_r1296510993
More information about the client-libs-dev
mailing list