On Fri, 16 May 2025 23:28:58 GMT, Harshitha Onkar <hon...@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

Reply via email to