< prev index next >

test/jdk/TEST.groups

Print this page




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

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




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


< prev index next >