RFR: 8356061: [macos] com/apple/laf/RootPane/RootPaneDefaultButtonTest.java test fails on macosx-aarch64 machine [v3]
Jayathirth D V
jdv at openjdk.org
Wed May 21 06:55:54 UTC 2025
On Mon, 19 May 2025 05:37:05 GMT, Jeremy Wood <duke at openjdk.org> wrote:
>> Unfortunately I'm unable to reproduce this failure. I slowed the test down; it passes on my machine before and after this PR.
>>
>> I added a little bit of logging that might also help identify what's happening.
>>
>> Does anyone have any more suggestions?
>
> Jeremy Wood has updated the pull request incrementally with one additional commit since the last revision:
>
> 8356061: removing robot
>
> This is in response to:
> https://github.com/openjdk/jdk/pull/25244#issuecomment-2889420453
I understand that this is not a regression test. Mouse pointer color can be changed from default color. Just deleting `robot.mouseMove(x, y)` might also resolve the issue seen in our test environment.
But the current refactoring using BufferedImage is better than using Robot and deleting mouseMove() call.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25244#issuecomment-2896806185
More information about the client-libs-dev
mailing list