RFR: 8292588: [macos] Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java: Robot.mouseMove test failed on Screen #0 [v2]
Alexey Ivanov
aivanov at openjdk.org
Wed Feb 8 09:29:55 UTC 2023
On Fri, 3 Feb 2023 22:39:29 GMT, Damon Nguyen <dnguyen at 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
More information about the client-libs-dev
mailing list