On Fri, 29 Jul 2022 18:18:03 GMT, Alisen Chung <ach...@openjdk.org> wrote:

>> Removed darkening of icons on button press in Aqua to match other L&Fs. The 
>> icon darkening was causing this test to fail on MacOS.
>> 
>> The test is passing on all platforms after this change.
>
> Alisen Chung has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   reverted changes to AquaButtonUI

test/jdk/java/awt/image/multiresolution/MultiresolutionIconTest.java line 131:

> 129:     private boolean checkPressedColor(int x, int y, Color ok) {
> 130: 
> 131:         r.mouseMove(x+5, y+5);

What's the purpose of moving the robot mouse move +5 in the x and y directions 
if the fix is to skip the test in MacOS?

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

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

Reply via email to