RFR: 8239801: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails [v2]

Damon Nguyen dnguyen at openjdk.org
Mon Nov 21 17:28:58 UTC 2022


> This is an older test that failed intermittently but had a fix specifically for mac systems by adding key presses on mac only. This test still intermittently failed after this fix long ago and was problem listed. 
> 
> I ran this test 100 times on each OS after applying waitForIdle and delays between all key presses to match the delays previously present in the test.
> 
> I also added a debug line and save and image of the failing window upon failure to better debug if/when the test ever fails again. The debug line is to check if the previous fix for mac is relevant in the failure. The image shows the status of the window and what is focused at the time of failure.

Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:

  Modify delays. Capture full screen instead.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/11227/files
  - new: https://git.openjdk.org/jdk/pull/11227/files/720c651c..386edcbc

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11227&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11227&range=00-01

  Stats: 8 lines in 1 file changed: 3 ins; 1 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/11227.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11227/head:pull/11227

PR: https://git.openjdk.org/jdk/pull/11227



More information about the client-libs-dev mailing list