RFR: 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS [v3]

Naveen Narayanan duke at openjdk.org
Thu Jan 30 13:26:09 UTC 2025


On Thu, 30 Jan 2025 11:52:09 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Naveen Narayanan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8344581: java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS
>
> test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java line 110:
> 
>> 108:     private static void doTest() throws Exception {
>> 109:         Robot robot = new Robot();
>> 110:         robot.mouseMove(0,0);
> 
> Suggestion:
> 
>         robot.mouseMove(0, 0);

done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23264#discussion_r1935604339


More information about the client-libs-dev mailing list