On Tue, 11 Oct 2022 08:50:48 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 39: >> >>> 37: * @test >>> 38: * @bug 6616245 >>> 39: * @key headful >> >> Is it required to have a `key` tag for manual test case? > >> Is it required to have a `key` tag for manual test case? > > A manual test is declared by its `@run` tag: > > * @run main/manual FileViewNPETest > > > If `-a` (automatic tests) is passed to jtreg, this test isn't selected for > running. Removed the tag. ------------- PR: https://git.openjdk.org/jdk/pull/10485