< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page




 151   -:ctw_2 \
 152   -:ctw_3
 153 
 154 ctw_2 = \
 155   applications/ctw/modules/java_base.java \
 156   applications/ctw/modules/java_base_2.java \
 157   applications/ctw/modules/java_desktop.java \
 158   applications/ctw/modules/java_desktop_2.java
 159 
 160 ctw_3 = \
 161   applications/ctw/modules/java_xml.java \
 162   applications/ctw/modules/jdk_compiler.java \
 163   applications/ctw/modules/jdk_internal_vm_compiler.java \
 164   applications/ctw/modules/jdk_localedata.java \
 165   applications/ctw/modules/jdk_scripting_nashorn.java \
 166 
 167 tier1_gc = \
 168   :tier1_gc_1 \
 169   :tier1_gc_2 \
 170   :tier1_gc_gcold \
 171   :tier1_gc_gcbasher

 172 
 173 hotspot_not_fast_gc = \
 174   :hotspot_gc \
 175   -:tier1_gc
 176 
 177 tier1_gc_1 = \
 178   gc/epsilon/ \
 179   gc/g1/ \
 180   -gc/g1/ihop/TestIHOPErgo.java
 181 
 182 tier1_gc_2 = \
 183   gc/ \
 184   -gc/epsilon/ \
 185   -gc/g1/ \
 186   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 187   -gc/stress \
 188   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 189   -gc/cms/TestMBeanCMS.java \
 190   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java






 191 
 192 tier1_gc_gcold = \
 193   gc/stress/gcold/TestGCOldWithG1.java \
 194   gc/stress/gcold/TestGCOldWithCMS.java \
 195   gc/stress/gcold/TestGCOldWithSerial.java \
 196   gc/stress/gcold/TestGCOldWithParallel.java
 197 
 198 tier1_gc_gcbasher = \
 199   gc/stress/gcbasher/TestGCBasherWithG1.java \
 200   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 201   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 202   gc/stress/gcbasher/TestGCBasherWithParallel.java














































 203 
 204 tier1_runtime = \
 205   runtime/ \
 206  -runtime/6626217/bug_21227.java \
 207  -runtime/7100935 \
 208  -runtime/7158988/FieldMonitor.java \
 209  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 210  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 211  -runtime/ConstantPool/IntfMethod.java \
 212  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 213  -runtime/ErrorHandling/ErrorHandler.java \
 214  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
 215  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 216  -runtime/logging/MonitorMismatchTest.java \
 217  -runtime/memory/ReserveMemory.java \
 218  -runtime/memory/RunUnitTestsConcurrently.java \
 219  -runtime/Metaspace/FragmentMetaspace.java \
 220  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 221  -runtime/MirrorFrame/Test8003720.java \
 222  -runtime/modules/LoadUnloadModuleStress.java \




 151   -:ctw_2 \
 152   -:ctw_3
 153 
 154 ctw_2 = \
 155   applications/ctw/modules/java_base.java \
 156   applications/ctw/modules/java_base_2.java \
 157   applications/ctw/modules/java_desktop.java \
 158   applications/ctw/modules/java_desktop_2.java
 159 
 160 ctw_3 = \
 161   applications/ctw/modules/java_xml.java \
 162   applications/ctw/modules/jdk_compiler.java \
 163   applications/ctw/modules/jdk_internal_vm_compiler.java \
 164   applications/ctw/modules/jdk_localedata.java \
 165   applications/ctw/modules/jdk_scripting_nashorn.java \
 166 
 167 tier1_gc = \
 168   :tier1_gc_1 \
 169   :tier1_gc_2 \
 170   :tier1_gc_gcold \
 171   :tier1_gc_gcbasher \
 172   :tier1_gc_shenandoah
 173 
 174 hotspot_not_fast_gc = \
 175   :hotspot_gc \
 176   -:tier1_gc
 177 
 178 tier1_gc_1 = \
 179   :gc_epsilon \
 180   gc/g1/ \
 181   -gc/g1/ihop/TestIHOPErgo.java
 182 
 183 tier1_gc_2 = \
 184   gc/ \
 185   -:gc_epsilon \
 186   -gc/g1/ \
 187   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 188   -gc/stress \
 189   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 190   -gc/cms/TestMBeanCMS.java \
 191   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
 192   -gc/shenandoah
 193 
 194 gc_epsilon = \
 195   gc/epsilon/ \
 196   gc/CriticalNativeArgs.java \
 197   gc/stress/CriticalNativeStress.java 
 198 
 199 tier1_gc_gcold = \
 200   gc/stress/gcold/TestGCOldWithG1.java \
 201   gc/stress/gcold/TestGCOldWithCMS.java \
 202   gc/stress/gcold/TestGCOldWithSerial.java \
 203   gc/stress/gcold/TestGCOldWithParallel.java
 204 
 205 tier1_gc_gcbasher = \
 206   gc/stress/gcbasher/TestGCBasherWithG1.java \
 207   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 208   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 209   gc/stress/gcbasher/TestGCBasherWithParallel.java
 210   
 211 tier1_gc_shenandoah = \
 212   gc/shenandoah/options/ \
 213   gc/shenandoah/compiler/ \
 214   gc/shenandoah/mxbeans/ \
 215   gc/shenandoah/TestSmallHeap.java \
 216   gc/shenandoah/oom/ \
 217   gc/CriticalNativeArgs.java
 218 
 219 tier2_gc_shenandoah = \
 220   runtime/MemberName/MemberNameLeak.java \
 221   runtime/CompressedOops/UseCompressedOops.java \
 222   gc/TestHumongousReferenceObject.java \
 223   gc/TestSystemGC.java \
 224   gc/arguments/TestDisableDefaultGC.java \
 225   gc/arguments/TestUseCompressedOopsErgo.java \
 226   gc/arguments/TestAlignmentToUseLargePages.java \
 227   gc/class_unloading/TestClassUnloadingDisabled.java \
 228   gc/ergonomics/TestInitialGCThreadLogging.java \
 229   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 230   gc/logging/TestGCId.java \
 231   gc/metaspace/TestMetaspacePerfCounters.java \
 232   gc/metaspace/TestMetaspacePerfCounters.java \
 233   gc/startup_warnings/TestShenandoah.java \
 234   gc/TestFullGCALot.java \
 235   gc/logging/TestUnifiedLoggingSwitchStress.java \
 236   runtime/Metaspace/DefineClass.java \
 237   gc/shenandoah/ \
 238   serviceability/sa/TestHeapDumpForInvokeDynamic.java \
 239   -gc/shenandoah/TestStringDedupStress.java \
 240   -gc/stress/CriticalNativeStress.java \
 241   -:tier1_gc_shenandoah
 242 
 243 tier3_gc_shenandoah = \
 244   gc/stress/gcold/TestGCOldWithShenandoah.java \
 245   gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
 246   gc/stress/gclocker/TestGCLockerWithShenandoah.java \
 247   gc/stress/systemgc/TestSystemGCWithShenandoah.java \
 248   gc/shenandoah/TestStringDedupStress.java \
 249   gc/stress/CriticalNativeStress.java \
 250   -:tier2_gc_shenandoah
 251 
 252 hotspot_gc_shenandoah = \
 253   :tier1_gc_shenandoah \
 254   :tier2_gc_shenandoah \
 255   :tier3_gc_shenandoah
 256 
 257 tier1_runtime = \
 258   runtime/ \
 259  -runtime/6626217/bug_21227.java \
 260  -runtime/7100935 \
 261  -runtime/7158988/FieldMonitor.java \
 262  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 263  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 264  -runtime/ConstantPool/IntfMethod.java \
 265  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 266  -runtime/ErrorHandling/ErrorHandler.java \
 267  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
 268  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 269  -runtime/logging/MonitorMismatchTest.java \
 270  -runtime/memory/ReserveMemory.java \
 271  -runtime/memory/RunUnitTestsConcurrently.java \
 272  -runtime/Metaspace/FragmentMetaspace.java \
 273  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 274  -runtime/MirrorFrame/Test8003720.java \
 275  -runtime/modules/LoadUnloadModuleStress.java \


< prev index next >