RFR: 8355478: DoubleActionESC.java fails intermittently [v2]
Anass Baya
abaya at openjdk.org
Mon Jun 9 18:22:22 UTC 2025
On Thu, 15 May 2025 16:23:34 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update test/jdk/ProblemList.txt
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>
> test/jdk/java/awt/FileDialog/DoubleActionESC.java line 81:
>
>> 79: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
>> 80: robot.waitForIdle();
>> 81: robot.delay(1000);
>
> Can the delay be reduced to `500`?
hello @aivanov-jdk,
I left it as is to ensure that if the test fails, it's due to a bug and not an issue with the test itself
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25184#discussion_r2115949018
More information about the client-libs-dev
mailing list