On Fri, 5 Nov 2021 10:26:07 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
> Test java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails > on mac fails on Mac. The test fails on my local machine (macOS BigSur) always > and on mach5 also. The test uses Robot for mouse clicks and there is no delay > or autoDelay set on Robot. > > The fix adds set autoDelay on the robot. Along with this, some other cleanup > is done. The test passes after the changes on my local mac and mach5 (Link in > the JBS) This pull request has now been integrated. Changeset: a60e9125 Author: Pankaj Bansal <pban...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a60e91259ba83d2a525b612b2c7a1fd7934b88a2 Stats: 50 lines in 2 files changed: 34 ins; 8 del; 8 mod 8198626: java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails on mac Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/6273