< prev index next >

hotspot/test/TEST.groups

Print this page




 312 #
 313 applicable_parallelgc = \
 314   :jdk \
 315  -:needs_g1gc \
 316  -:needs_serialgc \
 317  -:needs_cmsgc
 318 
 319 # All tests that could be executed with the CMS GC without VM flags conflict
 320 #
 321 applicable_cmsgc = \
 322   :jdk \
 323  -:needs_g1gc \
 324  -:needs_serialgc \
 325  -:needs_parallelgc
 326 
 327 
 328 # When called from top level the test suites use the hotspot_ prefix
 329 hotspot_wbapitest = \
 330   sanity/
 331 



 332 hotspot_compiler_1 = \
 333   compiler/arraycopy/ \
 334   compiler/c1/ \
 335   compiler/c2/ \
 336   -compiler/c2/5091921/Test6850611.java \
 337   -compiler/c2/5091921/Test6890943.java \
 338   -compiler/c2/5091921/Test6905845.java \
 339   -compiler/c2/6340864 \
 340   -compiler/c2/6589834 \
 341   -compiler/c2/6603011 \
 342   -compiler/c2/6912517 \
 343   -compiler/c2/6792161 \
 344   -compiler/c2/7070134 \
 345   -compiler/c2/8004867
 346   
 347 hotspot_compiler_2 = \
 348   compiler/classUnloading/ \
 349   compiler/codecache/ \
 350   compiler/codegen/ \
 351   compiler/cpuflags/ \




 312 #
 313 applicable_parallelgc = \
 314   :jdk \
 315  -:needs_g1gc \
 316  -:needs_serialgc \
 317  -:needs_cmsgc
 318 
 319 # All tests that could be executed with the CMS GC without VM flags conflict
 320 #
 321 applicable_cmsgc = \
 322   :jdk \
 323  -:needs_g1gc \
 324  -:needs_serialgc \
 325  -:needs_parallelgc
 326 
 327 
 328 # When called from top level the test suites use the hotspot_ prefix
 329 hotspot_wbapitest = \
 330   sanity/
 331 
 332 hotspot_native_sanity = \
 333   native_sanity
 334 
 335 hotspot_compiler_1 = \
 336   compiler/arraycopy/ \
 337   compiler/c1/ \
 338   compiler/c2/ \
 339   -compiler/c2/5091921/Test6850611.java \
 340   -compiler/c2/5091921/Test6890943.java \
 341   -compiler/c2/5091921/Test6905845.java \
 342   -compiler/c2/6340864 \
 343   -compiler/c2/6589834 \
 344   -compiler/c2/6603011 \
 345   -compiler/c2/6912517 \
 346   -compiler/c2/6792161 \
 347   -compiler/c2/7070134 \
 348   -compiler/c2/8004867
 349   
 350 hotspot_compiler_2 = \
 351   compiler/classUnloading/ \
 352   compiler/codecache/ \
 353   compiler/codegen/ \
 354   compiler/cpuflags/ \


< prev index next >