< prev index next >

test/TEST.groups

Print this page
rev 7556 : imported patch 8065279.diff


 185 
 186 # Minimal VM on Compact 2 adds in some compact2 tests
 187 #
 188 compact2_minimal = \
 189   :compact1_minimal \
 190   :needs_compact2 \
 191  -:needs_full_vm_compact2 \
 192  -:needs_compact3 \
 193  -:needs_jre \
 194  -:needs_jdk
 195 
 196 # Tests that require compact2 API's
 197 #
 198 needs_compact2 = \
 199   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 200 
 201 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 202 compact1_minimal = \
 203   serviceability/ \
 204   compiler/ \
 205   testlibrary_tests/ \
 206   sanity/ \
 207   runtime/ \
 208   gc/ \
 209  -:needs_full_vm_compact1 \
 210  -:needs_full_vm_compact2 \
 211  -:needs_compact2 \
 212  -:needs_compact3 \
 213  -:needs_jre \
 214  -:needs_jdk
 215 
 216 # All tests that explicitly set the G1 GC
 217 #
 218 needs_g1gc = \
 219   compiler/regalloc/C1ObjectSpillInLogicOp.java \
 220   gc/TestSystemGC.java \
 221   gc/arguments/TestAlignmentToUseLargePages.java \
 222   gc/arguments/TestG1HeapRegionSize.java \
 223   gc/arguments/TestG1HeapSizeFlags.java \
 224   gc/arguments/TestMaxHeapSizeTools.java \
 225   gc/arguments/TestMaxNewSize.java \




 185 
 186 # Minimal VM on Compact 2 adds in some compact2 tests
 187 #
 188 compact2_minimal = \
 189   :compact1_minimal \
 190   :needs_compact2 \
 191  -:needs_full_vm_compact2 \
 192  -:needs_compact3 \
 193  -:needs_jre \
 194  -:needs_jdk
 195 
 196 # Tests that require compact2 API's
 197 #
 198 needs_compact2 = \
 199   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 200 
 201 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 202 compact1_minimal = \
 203   serviceability/ \
 204   compiler/ \

 205   sanity/ \
 206   runtime/ \
 207   gc/ \
 208  -:needs_full_vm_compact1 \
 209  -:needs_full_vm_compact2 \
 210  -:needs_compact2 \
 211  -:needs_compact3 \
 212  -:needs_jre \
 213  -:needs_jdk
 214 
 215 # All tests that explicitly set the G1 GC
 216 #
 217 needs_g1gc = \
 218   compiler/regalloc/C1ObjectSpillInLogicOp.java \
 219   gc/TestSystemGC.java \
 220   gc/arguments/TestAlignmentToUseLargePages.java \
 221   gc/arguments/TestG1HeapRegionSize.java \
 222   gc/arguments/TestG1HeapSizeFlags.java \
 223   gc/arguments/TestMaxHeapSizeTools.java \
 224   gc/arguments/TestMaxNewSize.java \


< prev index next >