RFR: 8198626: java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails on mac
Pankaj Bansal
pbansal at openjdk.java.net
Tue Oct 19 05:52:00 UTC 2021
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, a lot of cleanup is done including removing the local Semaphore class etc. The test passes after the changes on my local mac and mach5 (Link in the JBS)
-------------
Commit messages:
- Allignment issues
- ProblemList
- Initial commit
Changes: https://git.openjdk.java.net/jdk/pull/5976/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5976&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8198626
Stats: 114 lines in 2 files changed: 32 ins; 54 del; 28 mod
Patch: https://git.openjdk.java.net/jdk/pull/5976.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5976/head:pull/5976
PR: https://git.openjdk.java.net/jdk/pull/5976
More information about the client-libs-dev
mailing list