test/TEST.groups

changeset 7270
8585e75970c7
parent 7255
e3ed86fc15ed
child 7344
787c9c28311f
equal deleted inserted replaced
7261:fffbcc20bf61 7270:8585e75970c7
123 :needs_compact3 \ 123 :needs_compact3 \
124 -:needs_jre \ 124 -:needs_jre \
125 -:needs_jdk 125 -:needs_jdk
126 126
127 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
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
128 # Tests that require compact3 API's 149 # Tests that require compact3 API's
129 # 150 #
130 needs_compact3 = \ 151 needs_compact3 = \
131 compiler/whitebox/DeoptimizeMethodTest.java \ 152 compiler/whitebox/DeoptimizeMethodTest.java \
132 compiler/whitebox/SetForceInlineMethodTest.java \ 153 compiler/whitebox/SetForceInlineMethodTest.java \

mercurial