On Tue, 12 Aug 2025 15:06:16 GMT, Alexey Ivanov <[email protected]> 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

Reply via email to