RFR: 8360498: [TEST_BUG] Some Mixing test continue to fail [v20]
Alexey Ivanov
aivanov at openjdk.org
Fri Feb 13 19:35:21 UTC 2026
On Mon, 29 Dec 2025 12:02:09 GMT, Khalid Boulanouare <duke at openjdk.org> wrote:
>> test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java line 177:
>>
>>> 175: "focus");
>>> 176: }
>>> 177: clickAndBlink(robot, lLoc);
>>
>> Is `clickAndBlink` supposed to fix the focus issue?
>>
>> Is it still required if the ancestor received the focus? (If it didn't, you throw an exception.)
>
> I had duplicated code during merge, by mistake. This is fixed now and clickAndBlink happens only when we get focus.
In this case, `clickAndBlink` could've just stayed where where it was… before the following `if` statement.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26625#discussion_r2805742392
More information about the client-libs-dev
mailing list