< prev index next >

test/TEST.groups

Print this page




 173 
 174 # Compact 1 adds full VM tests
 175 #
 176 compact1 = \
 177   :compact1_minimal \
 178   :needs_full_vm_compact1 \
 179  -:needs_compact2 \
 180  -:needs_full_vm_compact2 \
 181  -:needs_compact3 \
 182  -:needs_jre \
 183  -:needs_jdk
 184 
 185 # Tests that require compact1 API's and a full VM
 186 #
 187 needs_full_vm_compact1 = \
 188   runtime/NMT \
 189   gc/g1/TestRegionAlignment.java \
 190   gc/g1/TestShrinkToOneRegion.java \
 191   gc/metaspace/G1AddMetaspaceDependency.java \
 192   gc/startup_warnings/TestCMS.java \
 193   gc/startup_warnings/TestDefaultMaxRAMFraction.java \
 194   gc/startup_warnings/TestDefNewCMS.java \
 195   gc/startup_warnings/TestParallelGC.java \
 196   gc/startup_warnings/TestParallelScavengeSerialOld.java \
 197   gc/startup_warnings/TestParNewCMS.java \
 198   gc/startup_warnings/TestParNewSerialOld.java \
 199   runtime/SharedArchiveFile/SharedArchiveFile.java
 200 
 201 # Minimal VM on Compact 2 adds in some compact2 tests
 202 #
 203 compact2_minimal = \
 204   :compact1_minimal \
 205   :needs_compact2 \
 206  -:needs_full_vm_compact2 \
 207  -:needs_compact3 \
 208  -:needs_jre \
 209  -:needs_jdk
 210 
 211 # Tests that require compact2 API's
 212 #
 213 needs_compact2 = \




 173 
 174 # Compact 1 adds full VM tests
 175 #
 176 compact1 = \
 177   :compact1_minimal \
 178   :needs_full_vm_compact1 \
 179  -:needs_compact2 \
 180  -:needs_full_vm_compact2 \
 181  -:needs_compact3 \
 182  -:needs_jre \
 183  -:needs_jdk
 184 
 185 # Tests that require compact1 API's and a full VM
 186 #
 187 needs_full_vm_compact1 = \
 188   runtime/NMT \
 189   gc/g1/TestRegionAlignment.java \
 190   gc/g1/TestShrinkToOneRegion.java \
 191   gc/metaspace/G1AddMetaspaceDependency.java \
 192   gc/startup_warnings/TestCMS.java \

 193   gc/startup_warnings/TestDefNewCMS.java \
 194   gc/startup_warnings/TestParallelGC.java \
 195   gc/startup_warnings/TestParallelScavengeSerialOld.java \
 196   gc/startup_warnings/TestParNewCMS.java \
 197   gc/startup_warnings/TestParNewSerialOld.java \
 198   runtime/SharedArchiveFile/SharedArchiveFile.java
 199 
 200 # Minimal VM on Compact 2 adds in some compact2 tests
 201 #
 202 compact2_minimal = \
 203   :compact1_minimal \
 204   :needs_compact2 \
 205  -:needs_full_vm_compact2 \
 206  -:needs_compact3 \
 207  -:needs_jre \
 208  -:needs_jdk
 209 
 210 # Tests that require compact2 API's
 211 #
 212 needs_compact2 = \


< prev index next >