java/awt/PopupMenu/PopupMenuLocation.java seems to be unstable in MacOS machines, especially in MacOSX 12 & 13 machines. It seems to be a testbug as adding some stability improvements fixes the issue. It intermittently fails in CI causing some noise. This test was already problem listed in windows due to an umbrella bug JDK-8238720. This fix doesn't cover the Windows issue, so the problem listing in windows will remain same.
Fix: Some stability improvements have been done and the test has been run 100 times per platform in mach5 and got full PASS. ------------- Commit messages: - 8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines Changes: https://git.openjdk.org/jdk/pull/10606/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10606&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8288415 Stats: 43 lines in 1 file changed: 31 ins; 3 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/10606.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10606/head:pull/10606 PR: https://git.openjdk.org/jdk/pull/10606
