< prev index next >

test/jdk/TEST.groups

Print this page




 247     sun/tools/java \
 248     sun/tools/jrunscript
 249 
 250 svc_tools = \
 251     com/sun/tools/attach \
 252     sun/tools \
 253     -sun/tools/java \
 254     -sun/tools/jrunscript \
 255     sun/jvmstat
 256 
 257 jdk_tools = \
 258     :core_tools \
 259     :svc_tools
 260 
 261 #
 262 # Catch-all for other areas with a small number of tests
 263 #
 264 jdk_other = \
 265     java/sql \
 266     javax/sql \

 267     javax/rmi \
 268     javax/naming \
 269     javax/script \
 270     javax/smartcardio \
 271     javax/xml \
 272     -javax/xml/crypto \
 273     jdk/internal/jline \
 274     com/sun/jndi \
 275     lib/testlibrary
 276 
 277 #
 278 # SCTP is its own group as it is highly sensitive to kernel/network config
 279 #
 280 jdk_sctp = \
 281     com/sun/nio/sctp
 282 
 283 
 284 #
 285 # core group to run all core area tests
 286 #




 247     sun/tools/java \
 248     sun/tools/jrunscript
 249 
 250 svc_tools = \
 251     com/sun/tools/attach \
 252     sun/tools \
 253     -sun/tools/java \
 254     -sun/tools/jrunscript \
 255     sun/jvmstat
 256 
 257 jdk_tools = \
 258     :core_tools \
 259     :svc_tools
 260 
 261 #
 262 # Catch-all for other areas with a small number of tests
 263 #
 264 jdk_other = \
 265     java/sql \
 266     javax/sql \
 267     javax/transaction \
 268     javax/rmi \
 269     javax/naming \
 270     javax/script \
 271     javax/smartcardio \
 272     javax/xml \
 273     -javax/xml/crypto \
 274     jdk/internal/jline \
 275     com/sun/jndi \
 276     lib/testlibrary
 277 
 278 #
 279 # SCTP is its own group as it is highly sensitive to kernel/network config
 280 #
 281 jdk_sctp = \
 282     com/sun/nio/sctp
 283 
 284 
 285 #
 286 # core group to run all core area tests
 287 #


< prev index next >