comparison test/TEST.groups @ 20562:8b9ec2da541a hs25.40-b16

Merge
author amurillo
date Thu, 23 Oct 2014 15:32:07 -0700
parents 8585e75970c7
children 787c9c28311f
comparison
equal deleted inserted replaced
20550:8538a606a105 20562:8b9ec2da541a
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 \