On Tue, 7 Feb 2023 11:50:21 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Lukasz Kostyra has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - ClipboardExtImageTest: Add missing copyright notice >> - Add manual test to check for leftover Clipboard files > > tests/manual/clipboard/ClipboardExtImageTest.java line 193: > >> 191: public void start(Stage primaryStage) throws Exception { >> 192: try { >> 193: /*if (!isWindows()) { > > This test can be only Windows specific. > I would enable this check and get rid of `isWindows()` check everywhere. Done ------------- PR: https://git.openjdk.org/jfx/pull/994