RFR: 8351907: [XWayland] [OL10] Robot.mousePress() is delivered to wrong place [v2]
Alexander Zvegintsev
azvegint at openjdk.org
Mon May 19 06:19:53 UTC 2025
On Fri, 16 May 2025 23:28:58 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
> Since you mentioned there is a manual part (i.e granting permission for the 1st time) , is it a good idea to convert the OELMouseTest.java (test attached to JBS) as a semi-automated PassFailJFrame test and run it on linux platforms with awt.robot.screenshotMethod property - dbusRemoteDesktop (and skipping if not) and this way there would be a dedicated jtreg test for this fix or is there an existing test we could re-use ?
I'm not sure if it's really needed, since many tests already depend on the `java.awt.Robot` itself, CI has a one-time manual task to set up all the required permissions for the `java.awt.Robot`, so automated tests provide sufficient coverage.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25265#issuecomment-2889749455
More information about the client-libs-dev
mailing list