RFR: 8343601: javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04 [v4]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Sat Nov 9 11:53:46 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/27e675b0..819148de
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21896&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21896&range=02-03
Stats: 2 lines in 1 file changed: 0 ins; 1 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