On Fri, 3 Feb 2023 22:39:29 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:

> The suggested change does fix the mouse pointer issue.
> 
> However, the test still fails for me:
> 
> ```
> Exception in thread "main" java.lang.RuntimeException: Robot.getPixelColor 
> test failed on Screen #1!
>       at MultiScreenLocationTest.main(MultiScreenLocationTest.java:98)
> ```
> 
> Is it possible to add diagnostic information?
> 
> If `moveMove` fails, one may want to see what the coordinates are, what the 
> expected coordinates are and what the bounds of the current screen are.
> 
> If `getPixelColor` fails, what is the color of the pixel and what is the 
> expected color?
> 
> These changes will be helpful for you while you debugging and updating the 
> test as well as for anyone who has to deal with the test later.

It does, indeed. It's required.

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

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

Reply via email to