< prev index next >

jdk/test/TEST.groups

Print this page




 177 
 178 jdk_text = \
 179     java/text \
 180     sun/text
 181 
 182 jdk_management = \
 183     java/lang/management \
 184     com/sun/management \
 185     sun/management
 186 
 187 jdk_instrument = \
 188     java/lang/instrument
 189 
 190 jdk_jmx = \
 191     javax/management \
 192     com/sun/jmx
 193 
 194 jdk_jdi = \
 195     com/sun/jdi
 196 



 197 jdk_native_sanity = \
 198     native_sanity
 199 
 200 # java launcher specific tests, Note: do not include this group into any groups
 201 # that potentially could be included into a jprt test rule, as the complementary
 202 # closed  group includes awt SplashScreen and these tests may not run 
 203 # satisfacotorily on all platforms and  profiles thus this group must always 
 204 # be a stand-alone group
 205 jdk_launcher = \
 206     tools/launcher \
 207     sun/tools
 208     
 209 #
 210 # Tool (and tool API) tests are split into core and svc groups
 211 #
 212 core_tools = \
 213     tools \
 214     jdk/internal/jimage \
 215     jdk/internal/jrtfs \
 216     sun/tools/java \


 244     com/sun/jndi \
 245     com/sun/corba \
 246     lib/testlibrary \
 247     sample
 248 
 249 #
 250 # SCTP is its own group as it is highly sensitive to kernel/network config
 251 #
 252 jdk_sctp = \
 253     com/sun/nio/sctp
 254 
 255 
 256 #
 257 # core group to run all core area tests
 258 #
 259 jdk_core = \
 260     :jdk_lang \
 261     :jdk_util \
 262     :jdk_math \
 263     :jdk_io \

 264     :jdk_nio \
 265     :jdk_net \
 266     :jdk_rmi \
 267     :jdk_time \
 268     :jdk_security \
 269     :jdk_text \
 270     :core_tools \
 271     :jdk_other
 272 
 273 #
 274 # svc group to run all serviceability area tests
 275 #
 276 jdk_svc = \
 277     :jdk_management \
 278     :jdk_instrument \
 279     :jdk_jmx \
 280     :jdk_jdi \
 281     :svc_tools
 282 
 283 #############################




 177 
 178 jdk_text = \
 179     java/text \
 180     sun/text
 181 
 182 jdk_management = \
 183     java/lang/management \
 184     com/sun/management \
 185     sun/management
 186 
 187 jdk_instrument = \
 188     java/lang/instrument
 189 
 190 jdk_jmx = \
 191     javax/management \
 192     com/sun/jmx
 193 
 194 jdk_jdi = \
 195     com/sun/jdi
 196 
 197 jdk_jline = \
 198     jdk/internal/jline
 199 
 200 jdk_native_sanity = \
 201     native_sanity
 202 
 203 # java launcher specific tests, Note: do not include this group into any groups
 204 # that potentially could be included into a jprt test rule, as the complementary
 205 # closed  group includes awt SplashScreen and these tests may not run 
 206 # satisfacotorily on all platforms and  profiles thus this group must always 
 207 # be a stand-alone group
 208 jdk_launcher = \
 209     tools/launcher \
 210     sun/tools
 211     
 212 #
 213 # Tool (and tool API) tests are split into core and svc groups
 214 #
 215 core_tools = \
 216     tools \
 217     jdk/internal/jimage \
 218     jdk/internal/jrtfs \
 219     sun/tools/java \


 247     com/sun/jndi \
 248     com/sun/corba \
 249     lib/testlibrary \
 250     sample
 251 
 252 #
 253 # SCTP is its own group as it is highly sensitive to kernel/network config
 254 #
 255 jdk_sctp = \
 256     com/sun/nio/sctp
 257 
 258 
 259 #
 260 # core group to run all core area tests
 261 #
 262 jdk_core = \
 263     :jdk_lang \
 264     :jdk_util \
 265     :jdk_math \
 266     :jdk_io \
 267     :jdk_jline \
 268     :jdk_nio \
 269     :jdk_net \
 270     :jdk_rmi \
 271     :jdk_time \
 272     :jdk_security \
 273     :jdk_text \
 274     :core_tools \
 275     :jdk_other
 276 
 277 #
 278 # svc group to run all serviceability area tests
 279 #
 280 jdk_svc = \
 281     :jdk_management \
 282     :jdk_instrument \
 283     :jdk_jmx \
 284     :jdk_jdi \
 285     :svc_tools
 286 
 287 #############################


< prev index next >