RFR: 8343601: javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04 [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Nov 7 08:54:20 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:
Increase timeout
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21896/files
- new: https://git.openjdk.org/jdk/pull/21896/files/82c59ec5..f1fc4d4e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21896&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21896&range=00-01
Stats: 46 lines in 1 file changed: 20 ins; 1 del; 25 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