< prev index next >

test/TEST.groups

Print this page
rev 12803 : 8177967: Move TestGCOld to subdirectory


 113   -:hotspot_tier1_compiler_3 \
 114   -:hotspot_tier1_compiler_closed
 115 
 116 hotspot_tier1_gc_1 = \
 117   gc/g1/
 118 
 119 hotspot_tier1_gc_2 = \
 120   sanity/ExecuteInternalVMTests.java \
 121   gc/ \
 122   -gc/g1/ \
 123   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 124   -gc/stress \
 125   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 126   -gc/cms/TestMBeanCMS.java \
 127   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 128 
 129 hotspot_tier1_gc_closed = \
 130   sanity/ExecuteInternalVMTests.java
 131 
 132 hotspot_tier1_gc_gcold = \
 133   gc/stress/TestGCOld.java



 134 
 135 hotspot_tier1_gc_gcbasher = \
 136   gc/stress/gcbasher/TestGCBasherWithG1.java \
 137   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 138   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 139   gc/stress/gcbasher/TestGCBasherWithParallel.java
 140 
 141 hotspot_tier1_runtime = \
 142   runtime/ \
 143  -runtime/6626217/Test6626217.sh \
 144  -runtime/7100935 \
 145  -runtime/7158988/FieldMonitor.java \
 146  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 147  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 148  -runtime/ConstantPool/IntfMethod.java \
 149  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 150  -runtime/ErrorHandling/ErrorHandler.java \
 151  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 152  -runtime/logging/MonitorMismatchTest.java \
 153  -runtime/memory/ReserveMemory.java \




 113   -:hotspot_tier1_compiler_3 \
 114   -:hotspot_tier1_compiler_closed
 115 
 116 hotspot_tier1_gc_1 = \
 117   gc/g1/
 118 
 119 hotspot_tier1_gc_2 = \
 120   sanity/ExecuteInternalVMTests.java \
 121   gc/ \
 122   -gc/g1/ \
 123   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 124   -gc/stress \
 125   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 126   -gc/cms/TestMBeanCMS.java \
 127   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 128 
 129 hotspot_tier1_gc_closed = \
 130   sanity/ExecuteInternalVMTests.java
 131 
 132 hotspot_tier1_gc_gcold = \
 133   gc/stress/gcold/TestGCOldWithG1.java
 134   gc/stress/gcold/TestGCOldWithCMS.java
 135   gc/stress/gcold/TestGCOldWithSerial.java
 136   gc/stress/gcold/TestGCOldWithParallel.java
 137 
 138 hotspot_tier1_gc_gcbasher = \
 139   gc/stress/gcbasher/TestGCBasherWithG1.java \
 140   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 141   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 142   gc/stress/gcbasher/TestGCBasherWithParallel.java
 143 
 144 hotspot_tier1_runtime = \
 145   runtime/ \
 146  -runtime/6626217/Test6626217.sh \
 147  -runtime/7100935 \
 148  -runtime/7158988/FieldMonitor.java \
 149  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 150  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 151  -runtime/ConstantPool/IntfMethod.java \
 152  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 153  -runtime/ErrorHandling/ErrorHandler.java \
 154  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 155  -runtime/logging/MonitorMismatchTest.java \
 156  -runtime/memory/ReserveMemory.java \


< prev index next >