On Wed, 14 Apr 2021 10:38:03 GMT, Prasanta Sadhukhan <psadhuk...@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