< prev index next >

test/TEST.groups

Print this page
@  rev 9017 : 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
|  Reviewed-by: adinn, shade
~


 107   :needs_jre \
 108  -:needs_jdk
 109 
 110 # Tests that require the full JRE
 111 #
 112 needs_jre = \
 113   compiler/6852078/Test6852078.java \
 114   compiler/7047069/Test7047069.java \
 115   runtime/6294277/SourceDebugExtension.java \
 116   runtime/ClassFile/JsrRewriting.java \
 117   runtime/ClassFile/OomWhileParsingRepeatedJsr.java
 118 
 119 # Compact 3 adds further tests to compact2
 120 #
 121 compact3 = \
 122   :compact2 \
 123   :needs_compact3 \
 124  -:needs_jre \
 125  -:needs_jdk
 126 
 127 
 128 # When called from top level the test suites use the hotspot_ prefix
 129 hotspot_wbapitest = \
 130   sanity/
 131 
 132 hotspot_compiler = \
 133   sanity/ExecuteInternalVMTests.java
 134 
 135 hotspot_gc = \
 136   sanity/ExecuteInternalVMTests.java \
 137   -gc/g1/TestGreyReclaimedHumongousObjects.java
 138 
 139 hotspot_runtime = \
 140   sanity/ExecuteInternalVMTests.java
 141 
 142 hotspot_serviceability = \
 143   sanity/ExecuteInternalVMTests.java
 144 
 145 hotspot_all = \
 146   :hotspot_compiler \
 147   :hotspot_gc \
 148   :hotspot_runtime \
 149   :hotspot_serviceability





 150 # Tests that require compact3 API's
 151 #
 152 needs_compact3 = \
 153   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
 154   compiler/rangechecks/TestRangeCheckSmearing.java \
 155   compiler/whitebox/DeoptimizeMethodTest.java \
 156   compiler/whitebox/SetForceInlineMethodTest.java \
 157   compiler/whitebox/SetDontInlineMethodTest.java \
 158   compiler/whitebox/DeoptimizeAllTest.java \
 159   compiler/whitebox/MakeMethodNotCompilableTest.java \
 160   compiler/whitebox/ClearMethodStateTest.java \
 161   compiler/whitebox/EnqueueMethodForCompilationTest.java \
 162   compiler/whitebox/IsMethodCompilableTest.java \
 163   gc/6581734/Test6581734.java \
 164   gc/7072527/TestFullGCCount.java \
 165   gc/TestGCLogRotationViaJcmd.java \
 166   gc/g1/TestHumongousAllocInitialMark.java \
 167   gc/g1/TestHumongousShrinkHeap.java \
 168   gc/arguments/TestAggressiveHeap.java \
 169   gc/arguments/TestG1HeapRegionSize.java \




 107   :needs_jre \
 108  -:needs_jdk
 109 
 110 # Tests that require the full JRE
 111 #
 112 needs_jre = \
 113   compiler/6852078/Test6852078.java \
 114   compiler/7047069/Test7047069.java \
 115   runtime/6294277/SourceDebugExtension.java \
 116   runtime/ClassFile/JsrRewriting.java \
 117   runtime/ClassFile/OomWhileParsingRepeatedJsr.java
 118 
 119 # Compact 3 adds further tests to compact2
 120 #
 121 compact3 = \
 122   :compact2 \
 123   :needs_compact3 \
 124  -:needs_jre \
 125  -:needs_jdk
 126 

 127 # When called from top level the test suites use the hotspot_ prefix
 128 hotspot_wbapitest = \
 129   sanity/
 130 
 131 hotspot_compiler = \
 132   sanity/ExecuteInternalVMTests.java
 133 
 134 hotspot_gc = \
 135   sanity/ExecuteInternalVMTests.java \
 136   -gc/g1/TestGreyReclaimedHumongousObjects.java
 137 
 138 hotspot_runtime = \
 139   sanity/ExecuteInternalVMTests.java
 140 
 141 hotspot_serviceability = \
 142   sanity/ExecuteInternalVMTests.java
 143 
 144 hotspot_all = \
 145   :hotspot_compiler \
 146   :hotspot_gc \
 147   :hotspot_runtime \
 148   :hotspot_serviceability
 149 
 150 # Right now tier1 runs all hotspot tests
 151 hotspot_tier1 = \
 152   :jdk
 153 
 154 # Tests that require compact3 API's
 155 #
 156 needs_compact3 = \
 157   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
 158   compiler/rangechecks/TestRangeCheckSmearing.java \
 159   compiler/whitebox/DeoptimizeMethodTest.java \
 160   compiler/whitebox/SetForceInlineMethodTest.java \
 161   compiler/whitebox/SetDontInlineMethodTest.java \
 162   compiler/whitebox/DeoptimizeAllTest.java \
 163   compiler/whitebox/MakeMethodNotCompilableTest.java \
 164   compiler/whitebox/ClearMethodStateTest.java \
 165   compiler/whitebox/EnqueueMethodForCompilationTest.java \
 166   compiler/whitebox/IsMethodCompilableTest.java \
 167   gc/6581734/Test6581734.java \
 168   gc/7072527/TestFullGCCount.java \
 169   gc/TestGCLogRotationViaJcmd.java \
 170   gc/g1/TestHumongousAllocInitialMark.java \
 171   gc/g1/TestHumongousShrinkHeap.java \
 172   gc/arguments/TestAggressiveHeap.java \
 173   gc/arguments/TestG1HeapRegionSize.java \


< prev index next >