<AWT Dev> RFR: 8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS
Jayathirth D V
jdv at openjdk.java.net
Thu Apr 15 08:44:37 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.
Marked as reviewed by jdv (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3488
More information about the awt-dev
mailing list