On Sun, 31 Aug 2025 09:15:27 GMT, Khalid Boulanouare <d...@openjdk.org> wrote:

>> test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java line 172:
>> 
>>> 170:             if (!await) {
>>> 171:                 throw new RuntimeException("Ancestor frame didn't 
>>> receive " +
>>> 172:                         "focus");
>> 
>> I guess this latch wait needs to be moved to `ancestor != null` block as it 
>> is a noop for null ancestor
>
> I will move the latch synchronization to `ancestor != null ` condition and 
> test that it is still wokring.

I have moved the latch logic inside the `ancestor != null` and run the CI job. 
Each test is run 5 times on the same machine and on two machines for each OS.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25971#discussion_r2313989122

Reply via email to