On Tue, 11 Oct 2022 07:52:42 GMT, Abhishek Kumar <d...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated based on review comments > > 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? I admit I misunderstood the question. I thought @kumarabhi006 had asked for adding another keyword to `@key` to specify a _manual_ test. I didn't think about removing `@key headful`. At the same time, a manual test implies being _headful_ to the UI with instructions. ------------- PR: https://git.openjdk.org/jdk/pull/10485