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

Alexey Ivanov aivanov at openjdk.org
Thu Sep 4 14:41:51 UTC 2025


On Thu, 4 Sep 2025 13:20:32 GMT, Khalid Boulanouare <duke at openjdk.org> wrote:

>> Many Mixing tests failed because the work around click lands on the minimizing area in the window control and causes the tests to fail.
>> 
>> This fix changes the width of base frames which allows most of tests to pass.
>
> Khalid Boulanouare has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Organizes imports

test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java line 36:

> 34: 
> 35: /**
> 36:  * Base class for testing overlapping of Swing and AWT component put into GlassPane.

My IDE highlights that `ancestorLoc` is never used now.

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

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


More information about the client-libs-dev mailing list