<AWT Dev> Integrated: 8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Thu Apr 15 09:58:35 UTC 2021


On Wed, 14 Apr 2021 10:38:03 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> This test NullModalityDialogTest.java was failing repeatedly on macos in automated testing citing "Tab navigation did not happen properly". 
> Modified to use invokeAndWait() instead of invokeLater and also use setAutoDelay() with appropriate delay time, in consistent with other automated tests running on mach5.
> Several iterations of the test works fine in all platforms after this modification.

This pull request has now been integrated.

Changeset: 2b5869ad
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2b5869ad
Stats:     7 lines in 2 files changed: 3 ins; 1 del; 3 mod

8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS

Reviewed-by: jdv

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

PR: https://git.openjdk.java.net/jdk/pull/3488


More information about the awt-dev mailing list