8226697: Several tests which need the @key headful keyword are missing it

Reviewed-by: serb
This commit is contained in:
Phil Race 2019-06-24 17:31:00 -07:00
parent d0107dc695
commit 41d734bc77
3 changed files with 3 additions and 0 deletions
test/jdk/com/sun/java/swing/plaf/gtk

@ -24,6 +24,7 @@
/*
* @test
* @bug 4928019
* @key headful
* @summary Makes sure all the basic classes can be created with GTK.
* @author Scott Violet
*/

@ -23,6 +23,7 @@
/* @test
@bug 6635110
@key headful
@summary GTK icons should not throw NPE when called by non-GTK UI
@author Peter Zhelezniakov
@run main Test6635110

@ -23,6 +23,7 @@
/* @test
@bug 6963870
@key headful
@summary Tests that GTKPainter.ListTableFocusBorder.getBorderInsets()
doesn't return null
@author Peter Zhelezniakov