RFR: 8343601: javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04 [v3]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Nov 8 15:39:23 UTC 2024


> It is seen that javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04 OCI instance. It is seen that test frame is being rendered at top-left of screen instead of at the center, and robot mouseMove is being used to point and click on radiobutton, checkbox etc and linux left dock placement can be a problem with this top-left rendering.
> 
> Fix is made to render the frame at the center.
> Repeated iteration of the test run in 22.04 OCI instance is ok.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Reduce timeout

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21896/files
  - new: https://git.openjdk.org/jdk/pull/21896/files/f1fc4d4e..27e675b0

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

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

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


More information about the client-libs-dev mailing list