RFR: 8285094: Test java/awt/Frame/InvisibleOwner/InvisibleOwner.java failing on Linux [v2]

Phil Race prr at openjdk.java.net
Thu Apr 21 15:26:25 UTC 2022


On Thu, 21 Apr 2022 14:42:03 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8285094
>
> test/jdk/java/awt/Frame/InvisibleOwner/InvisibleOwner.java line 135:
> 
>> 133:                             ownedWindowBounds.y + ownedWindowBounds.height / 2);
>> 134:             robot.mousePress(InputEvent.BUTTON1_MASK);
>> 135:             robot.mouseRelease(InputEvent.BUTTON1_MASK);
> 
> Nit: Shouldn't we use BUTTON1_DOWN_MASK instead of deprecated BUTTON1_MASK?

That is how it was before but I fixed this.

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

PR: https://git.openjdk.java.net/jdk/pull/8312



More information about the client-libs-dev mailing list