> 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.
> Also updated the screen capture code, made frame undecorated, added some 
> prints for better debugging.

Manukumar V S has updated the pull request incrementally with one additional 
commit since the last revision:

  Review comments fixed: Replaced one robot.waitForIdle with robot.delay(), 
formatting corrections, taken the insets into account for initial frame position

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10655/files
  - new: https://git.openjdk.org/jdk/pull/10655/files/5b33a645..b3ac566d

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

  Stats: 36 lines in 1 file changed: 10 ins; 8 del; 18 mod
  Patch: https://git.openjdk.org/jdk/pull/10655.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10655/head:pull/10655

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

Reply via email to