RFR: 8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines [v3]

Manukumar V S mvs at openjdk.org
Wed Jan 11 06:14:41 UTC 2023


> 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: Refactoring, formatting corrections, frame.setVisible(true) position changed

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

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

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

  Stats: 9 lines in 1 file changed: 1 ins; 1 del; 7 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



More information about the client-libs-dev mailing list