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

Khalid Boulanouare duke at openjdk.org
Fri Aug 15 17:53:12 UTC 2025


On Tue, 12 Aug 2025 15:06:16 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Khalid Boulanouare has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updates CountDownLatch waiting time to one second
>
> Strangely enough, these changes make no difference for me when I run Mixing tests locally. The same number of tests fails with and without this fix. However, it seems to affect the CI.
> 
> Additionally, I still see the windows / frames are minimised on Windows. I don't think this is expected, is it? Thus, your previous suggestion for increasing the size of the windows looks reasonable to me.

@aivanov-jdk both increasing the width of the frames and the requesting focus in frames worked for me. The test creates many frames and once a test completed for an AWT component, the next frame is created and shown on top of previously created frame (Maybe we can improve this by disposing the frame that finished testing ...). For each AWT component, a mixing frame is created. I will try on Windows and see if I can catch anything.

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

PR Comment: https://git.openjdk.org/jdk/pull/25971#issuecomment-3192301954


More information about the client-libs-dev mailing list