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. This pull request has now been integrated. Changeset: 2b5869ad Author: Prasanta Sadhukhan <psadhuk...@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