comparison test/TEST.groups @ 20556:8585e75970c7

8049071: Add jtreg jobs to JPRT for hotspot Reviewed-by: dholmes, iveresov
author mikael
date Thu, 16 Oct 2014 20:20:17 -0400
parents e3ed86fc15ed
children 787c9c28311f
comparison
equal deleted inserted replaced
20547:fffbcc20bf61 20556: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 \