7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac
authoryan
Fri, 09 Dec 2016 12:42:17 +0300
changeset 42741 3254386c787e
parent 42740 ad57210989cd
child 42742 60484cf11911
7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac Reviewed-by: ssadetsky, serb Contributed-by: Maksim Khramov <maksim.khramov@oracle.com>
jdk/test/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java
--- a/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java	Thu Dec 08 08:11:47 2016 -0800
+++ b/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java	Fri Dec 09 12:42:17 2016 +0300
@@ -25,6 +25,7 @@
   test
   @bug 6242241
   @summary Tests basic DnD functionality in an applet
+  @requires (os.family == "windows")
   @author Your Name: Alexey Utkin area=dnd
   @run applet/manual=yesno DnDFileGroupDescriptor.html
 */