RFR: 8157173: [macosx] java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails [v2]

Andrey Turbanov aturbanov at openjdk.org
Wed Nov 16 08:16:45 UTC 2022


On Mon, 14 Nov 2022 14:38:38 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> This test currently passing as it is on all platforms, but it was problemlisted with ["Problem List some tests that leave windows open on the desktop" reason](https://github.com/openjdk/jdk/commit/fd8df3adf13f5df8f5f95482b8e0a70bc519f39f)
>> 
>> So this test is cleaned up and stabilized.
>> 
>> CI testing looks good.
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Addressing review comments

test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java line 81:

> 79: 
> 80:             inputMasks = new int[3];
> 81:             inputMasks[0] =  InputEvent.SHIFT_DOWN_MASK;

nit:
Suggestion:

            inputMasks[0] = InputEvent.SHIFT_DOWN_MASK;

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

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



More information about the client-libs-dev mailing list