On Thu, 17 Apr 2025 05:59:03 GMT, Jayathirth D V <j...@openjdk.org> wrote:

> javax/swing/AbstractButton/bug4133768.java was automated and open-sourced 
> recently and it fails intermittently in CI.
> 
> Looks like when we have mouse pointer at same location from where we are 
> picking UI color from robot, it picks wrong color.
> 
> Updated test to have mouse pointer to be at different place from where we are 
> picking roll-over color of buttons.
> Also made other changes to make test more robust. With all these changes test 
> now passes all the time in CI.

test/jdk/javax/swing/AbstractButton/bug4133768.java line 1:

> 1: /*

private static Icon RED, GREEN;

Separate declaration

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24712#discussion_r2050322753

Reply via email to