RFR: 8326497: Window.toFront() fails for iconified windows on Linux [v5]

Maxim Kartashev mkartashev at openjdk.org
Tue Mar 5 13:28:46 UTC 2024


On Tue, 5 Mar 2024 10:44:53 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Maxim Kartashev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Made the test to waitForIdle()
>
> test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java line 41:
> 
>> 39: 
>> 40: public class IconifiedToFront {
>> 41:     private static final int PAUSE_MS = 1500;
> 
> 1.5 sec is minimum delay, can we reduced it ?

Not unless there's another idea on how to measure tests' success. 1.5 seconds is about the time my MacOS needs to complete an iconify/de-iconfiy process.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17985#discussion_r1512822193


More information about the client-libs-dev mailing list