./jdk/test/TEST.groups

Print this page




 164     javax/management \
 165     com/sun/jmx
 166 
 167 jdk_jdi = \
 168     com/sun/jdi
 169 
 170 # java launcher specific tests, Note: do not include this group into any groups
 171 # that potentially could be included into a jprt test rule, as the complementary
 172 # closed  group includes awt SplashScreen and these tests may not run 
 173 # satisfacotorily on all platforms and  profiles thus this group must always 
 174 # be a stand-alone group
 175 jdk_launcher = \
 176     tools/launcher \
 177     sun/tools
 178     
 179 #
 180 # Tool (and tool API) tests are split into core and svc groups
 181 #
 182 core_tools = \
 183     tools \
 184     com/sun/tools/extcheck \
 185     sun/tools/java \
 186     sun/tools/native2ascii \
 187     sun/tools/jrunscript
 188 
 189 svc_tools = \
 190     com/sun/tools/attach \
 191     com/sun/tracing \
 192     sun/tools \
 193     -sun/tools/java \
 194     -sun/tools/native2ascii \
 195     -sun/tools/jrunscript \
 196     sun/jvmstat \
 197     demo/jvmti
 198 
 199 jdk_tools = \
 200     :core_tools \
 201     :svc_tools
 202 
 203 #
 204 # Catch-all for other areas with a small number of tests




 164     javax/management \
 165     com/sun/jmx
 166 
 167 jdk_jdi = \
 168     com/sun/jdi
 169 
 170 # java launcher specific tests, Note: do not include this group into any groups
 171 # that potentially could be included into a jprt test rule, as the complementary
 172 # closed  group includes awt SplashScreen and these tests may not run 
 173 # satisfacotorily on all platforms and  profiles thus this group must always 
 174 # be a stand-alone group
 175 jdk_launcher = \
 176     tools/launcher \
 177     sun/tools
 178     
 179 #
 180 # Tool (and tool API) tests are split into core and svc groups
 181 #
 182 core_tools = \
 183     tools \

 184     sun/tools/java \
 185     sun/tools/native2ascii \
 186     sun/tools/jrunscript
 187 
 188 svc_tools = \
 189     com/sun/tools/attach \
 190     com/sun/tracing \
 191     sun/tools \
 192     -sun/tools/java \
 193     -sun/tools/native2ascii \
 194     -sun/tools/jrunscript \
 195     sun/jvmstat \
 196     demo/jvmti
 197 
 198 jdk_tools = \
 199     :core_tools \
 200     :svc_tools
 201 
 202 #
 203 # Catch-all for other areas with a small number of tests