RFR: 8355478: DoubleActionESC.java fails intermittently [v8]
Alexey Ivanov
aivanov at openjdk.org
Mon Jun 30 18:37:42 UTC 2025
On Mon, 30 Jun 2025 18:27:46 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with six additional commits since the last revision:
>>
>> - The bug id is not needed
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>> - No need to add bug id
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java
>>
>> Co-authored-by: Abhishek Kumar <abhishek.cx.kumar at oracle.com>
>> - Increased the latch timeout to ensure the test doesn't fail incorrectly.
>
> test/jdk/java/awt/FileDialog/DoubleActionESCWithGtkDisabled.java line 37:
>
>> 35: DoubleActionESC.main(args);
>> 36: }
>> 37: }
>
> A file should end with `\n` to avoid this error.
>
> No need to create another test, just add another `@run` into existing test.
To avoid the warning *No newline at end of file* displayed at the end of the file.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25184#discussion_r2175664949
More information about the client-libs-dev
mailing list