test/TEST.groups

Print this page

        

@@ -157,21 +157,19 @@
 
 jdk_launcher = \
     tools/launcher \
     sun/tools
     
-
 #
 # Tool (and tool API) tests are split into core and svc groups
 #
 core_tools = \
     tools \
     com/sun/tools/extcheck \
     sun/tools/java \
     sun/tools/native2ascii \
-    sun/tools/jrunscript \
-    :jdk_launcher
+    sun/tools/jrunscript
 
 svc_tools = \
     com/sun/tools/attach \
     com/sun/tracing \
     sun/tools \

@@ -181,12 +179,11 @@
     sun/jvmstat \
     demo/jvmti
 
 jdk_tools = \
     :core_tools \
-    :svc_tools \
-    :jdk_launcher
+    :svc_tools
 
 #
 # Catch-all for other areas with a small number of tests
 #
 jdk_other = \