test/TEST.groups

Print this page




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


 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




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