test/jdk/java/awt/List/SetBackgroundTest/SetBackgroundTest.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
child 52739 7199c4da1a6f
--- a/test/jdk/java/awt/List/SetBackgroundTest/SetBackgroundTest.java	Tue Feb 20 21:49:06 2018 -0800
+++ b/test/jdk/java/awt/List/SetBackgroundTest/SetBackgroundTest.java	Wed Feb 21 12:49:00 2018 -0800
@@ -24,6 +24,8 @@
 /*
   @test
   @bug 6246467
+  @key headful
+  @requires (os.family == "linux") | (os.family == "solaris")
   @summary List does not honor user specified background, foreground colors on XToolkit
   @author Dmitry Cherepanov  area=awt.list
   @library ../../../../lib/testlibrary