test/TEST.groups

Print this page


   1 #  Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
   2 #  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 #
   4 #  This code is free software; you can redistribute it and/or modify it
   5 #  under the terms of the GNU General Public License version 2 only, as
   6 #  published by the Free Software Foundation.
   7 #
   8 #  This code is distributed in the hope that it will be useful, but WITHOUT
   9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 #  version 2 for more details (a copy is included in the LICENSE file that
  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #


 138 
 139 jdk_text = \
 140     java/text \
 141     sun/text
 142 
 143 jdk_management = \
 144     java/lang/management \
 145     com/sun/management \
 146     sun/management
 147 
 148 jdk_instrument = \
 149     java/lang/instrument
 150 
 151 jdk_jmx = \
 152     javax/management \
 153     com/sun/jmx
 154 
 155 jdk_jdi = \
 156     com/sun/jdi
 157 




 158 #
 159 # Tool (and tool API) tests are split into core and svc groups
 160 #
 161 core_tools = \
 162     tools \
 163     com/sun/tools/extcheck \
 164     sun/tools/java \
 165     sun/tools/native2ascii \
 166     sun/tools/jrunscript
 167 
 168 svc_tools = \
 169     com/sun/tools/attach \
 170     com/sun/tracing \
 171     sun/tools \
 172     -sun/tools/java \
 173     -sun/tools/native2ascii \
 174     -sun/tools/jrunscript \
 175     sun/jvmstat \
 176     demo/jvmti
 177 


   1 #  Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
   2 #  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 #
   4 #  This code is free software; you can redistribute it and/or modify it
   5 #  under the terms of the GNU General Public License version 2 only, as
   6 #  published by the Free Software Foundation.
   7 #
   8 #  This code is distributed in the hope that it will be useful, but WITHOUT
   9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 #  version 2 for more details (a copy is included in the LICENSE file that
  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #


 138 
 139 jdk_text = \
 140     java/text \
 141     sun/text
 142 
 143 jdk_management = \
 144     java/lang/management \
 145     com/sun/management \
 146     sun/management
 147 
 148 jdk_instrument = \
 149     java/lang/instrument
 150 
 151 jdk_jmx = \
 152     javax/management \
 153     com/sun/jmx
 154 
 155 jdk_jdi = \
 156     com/sun/jdi
 157 
 158 jdk_launcher = \
 159     tools/launcher \
 160     sun/tools
 161     
 162 #
 163 # Tool (and tool API) tests are split into core and svc groups
 164 #
 165 core_tools = \
 166     tools \
 167     com/sun/tools/extcheck \
 168     sun/tools/java \
 169     sun/tools/native2ascii \
 170     sun/tools/jrunscript
 171 
 172 svc_tools = \
 173     com/sun/tools/attach \
 174     com/sun/tracing \
 175     sun/tools \
 176     -sun/tools/java \
 177     -sun/tools/native2ascii \
 178     -sun/tools/jrunscript \
 179     sun/jvmstat \
 180     demo/jvmti
 181