RFR: 8158801: [TEST_BUG] Mixing tests fail because of focus workaround trick [v38]

Khalid Boulanouare duke at openjdk.org
Mon Sep 15 08:41:55 UTC 2025


On Thu, 4 Sep 2025 18:14:50 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Khalid Boulanouare has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removes MULTI_FRAME_TEST instance variable and cleans up code
>
> test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java line 98:
> 
>> 96:         return false;
>> 97:     }
>> 98:     /**
> 
> Suggestion:
> 
>     }
> 
>     /**

Done.

> test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java line 179:
> 
>> 177:             }
>> 178: 
>> 179:         }
> 
> Suggestion:
> 
>             }
>         }
> 
> There shouldn't be a blank line between the closing braces.

Done.

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

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


More information about the client-libs-dev mailing list