On Mon, 30 Jun 2025 18:27:46 GMT, Alexey Ivanov <aiva...@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.ku...@oracle.com> >> - No need to add bug id >> >> Co-authored-by: Abhishek Kumar <abhishek.cx.ku...@oracle.com> >> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java >> >> Co-authored-by: Abhishek Kumar <abhishek.cx.ku...@oracle.com> >> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java >> >> Co-authored-by: Abhishek Kumar <abhishek.cx.ku...@oracle.com> >> - Update test/jdk/java/awt/FileDialog/DoubleActionESC.java >> >> Co-authored-by: Abhishek Kumar <abhishek.cx.ku...@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