blob: 15eccf8be1c182b8eb7b5047dcb95eb98405c211 [file] [log] [blame]
J. Duke686d76f2007-12-01 00:00:00 +00001#
Ingemar Aberg3bc34402015-02-25 11:04:14 +01002# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
J. Duke686d76f2007-12-01 00:00:00 +00003# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
Kelly O'Hair136614e2010-05-25 15:51:26 -07007# published by the Free Software Foundation. Oracle designates this
J. Duke686d76f2007-12-01 00:00:00 +00008# particular file as subject to the "Classpath" exception as provided
Kelly O'Hair136614e2010-05-25 15:51:26 -07009# by Oracle in the LICENSE file that accompanied this code.
J. Duke686d76f2007-12-01 00:00:00 +000010#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
Kelly O'Hair136614e2010-05-25 15:51:26 -070021# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
J. Duke686d76f2007-12-01 00:00:00 +000024#
25
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070026##############
27#
28# Global settings
29#
J. Duke686d76f2007-12-01 00:00:00 +000030
Magnus Ihse Bursief6875fe2015-02-27 11:56:57 +010031# Regression tests depend on test bundle
32jprt.use.reg.test.bundle=true
33
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070034# The current release name
Erik Joelssond914e2b2013-12-19 14:11:12 +010035jprt.tools.default.release=jdk9
J. Duke686d76f2007-12-01 00:00:00 +000036
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070037# Check if this is the equivalent of a hotspot push job
38# Interpret -testset hotspot to mean exactly that
39my.is.hotspot.job.hotspot=true
40my.is.hotspot.job=${my.is.hotspot.job.${jprt.test.set}}
Kelly O'Hairec348ed2013-01-04 21:04:03 -080041
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070042# Disable syncing the source after builds and tests are done
43jprt.sync.push=${my.is.hotspot.job ? false : true}
Kelly O'Hair891aa6b2010-03-06 15:00:40 -080044
Kelly O'Hair68ba7cf2010-09-07 15:13:58 -070045# Directories to be excluded from the source bundles
Kelly O'Hair891aa6b2010-03-06 15:00:40 -080046jprt.bundle.exclude.src.dirs=build dist webrev
J. Duke686d76f2007-12-01 00:00:00 +000047
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070048# Use configure when building
Erik Joelssond9706a02013-12-17 11:09:26 +010049jprt.build.use.configure=true
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070050
51# Set make target to use for different build flavors
52jprt.build.flavor.debugOpen.target=jprt_bundle
Erik Joelssond9706a02013-12-17 11:09:26 +010053jprt.build.flavor.fastdebug.target=jprt_bundle
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070054jprt.build.flavor.product.target=jprt_bundle
55jprt.build.flavor.productOpen.target=jprt_bundle
Igor Ignatyev913c598d2014-11-08 16:01:10 +030056jprt.build.flavor.optimized.target=jprt_bundle
57jprt.build.flavor.optimizedOpen.target=jprt_bundle
Erik Joelssond9706a02013-12-17 11:09:26 +010058
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070059# Use these configure args to define debug level
Erik Joelssond9706a02013-12-17 11:09:26 +010060jprt.debug.build.configure.args=--with-debug-level=slowdebug
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070061jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug
62jprt.product.build.configure.args=--with-debug-level=release
Igor Ignatyev913c598d2014-11-08 16:01:10 +030063jprt.optimized.build.configure.args=--with-debug-level=optimized
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070064jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} --enable-openjdk-only
65jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} --enable-openjdk-only
66jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
Igor Ignatyev913c598d2014-11-08 16:01:10 +030067jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070068
69# Select build flavors and build targets
70jprt.build.flavors=${my.is.hotspot.job ? ${my.build.flavors.hotspot} : ${my.build.flavors.default}}
71jprt.build.targets=${my.is.hotspot.job ? ${my.build.targets.hotspot} : ${my.build.targets.default}}
72
73# Select test targets - jprt default for jprt.test.set is "default"
74jprt.test.targets=${my.test.targets.${jprt.test.set}}
75jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
76
77# 7155453: Work-around to prevent popups on OSX from blocking test completion
78# but the work-around is added to all platforms to be consistent
79jprt.jbb.options=-Djava.awt.headless=true
80
81########
82#
83# Build options (generic)
84#
85
86# Configure args common to all builds
87# Also allows for additional, testset specific configure arguments to be set
88jprt.build.configure.args= \
Chris Hegartyebd8efe2014-08-17 15:51:37 +010089 --with-output-sync=recurse \
90 --with-boot-jdk=$ALT_BOOTDIR \
91 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \
Ingemar Aberg3bc34402015-02-25 11:04:14 +010092 ${my.additional.build.configure.args.${jprt.test.set}} \
93 ${my.custom.build.configure.args}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070094
95# i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
96jprt.i586.build.configure.args= \
97 --with-target-bits=32
98
99# i586 platforms have both client and server, but to allow for overriding the exact configuration
100# on a per-build flavor basis the value is set for the individual build flavors
101my.i586.default.build.configure.args= \
102 --with-jvm-variants=client,server
103jprt.i586.debug.build.configure.args= \
104 ${my.i586.default.build.configure.args} \
105 ${jprt.debug.build.configure.args}
106jprt.i586.fastdebug.build.configure.args= \
107 ${my.i586.default.build.configure.args} \
108 ${jprt.fastdebug.build.configure.args}
109jprt.i586.product.build.configure.args= \
110 ${my.i586.default.build.configure.args} \
111 ${jprt.product.build.configure.args}
112jprt.i586.debugOpen.build.configure.args= \
113 ${my.i586.default.build.configure.args} \
114 ${jprt.debugOpen.build.configure.args}
115jprt.i586.fastdebugOpen.build.configure.args= \
116 ${my.i586.default.build.configure.args} \
117 ${jprt.fastdebugOpen.build.configure.args}
118jprt.i586.productOpen.build.configure.args= \
119 ${my.i586.default.build.configure.args} \
120 ${jprt.productOpen.build.configure.args}
121
122########
123#
124# Build targets and options (default/jdk)
125#
126
127# The default build flavors
128my.build.flavors.default=fastdebug,product
129
130# Standard list of jprt build targets for this source tree
131my.build.targets.default= \
132 solaris_sparcv9_5.11-{product|fastdebug}, \
133 solaris_x64_5.11-{product|fastdebug}, \
134 linux_i586_2.6-{product|fastdebug}, \
135 linux_x64_2.6-{product|fastdebug}, \
136 macosx_x64_10.7-{product|fastdebug}, \
137 windows_i586_6.1-{product|fastdebug}, \
138 windows_x64_6.1-{product|fastdebug}
139
140# Test target list (no fastdebug & limited c2 testing)
141my.test.target.set= \
142 solaris_sparcv9_5.11-product-c2-TESTNAME, \
143 solaris_x64_5.11-product-c2-TESTNAME, \
144 linux_i586_2.6-product-{c1|c2}-TESTNAME, \
145 linux_x64_2.6-product-c2-TESTNAME, \
146 macosx_x64_10.7-product-c2-TESTNAME, \
147 windows_i586_6.1-product-c1-TESTNAME, \
148 windows_x64_6.1-product-c2-TESTNAME
149
150# Default vm test targets (testset=default)
151my.test.targets.default= \
152 ${my.test.target.set:TESTNAME=jvm98}, \
153 ${my.test.target.set:TESTNAME=scimark}
154
155# Default jdk test targets (testset=default)
156my.make.rule.test.targets.default= \
157 ${my.test.target.set:TESTNAME=langtools_jtreg}, \
158 ${my.test.target.set:TESTNAME=jdk_lang}, \
159 ${my.test.target.set:TESTNAME=jdk_math}, \
160 ${my.test.target.set:TESTNAME=jdk_util}
Magnus Ihse Bursiec4ced972014-11-27 15:41:56 +0100161
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700162# Default vm test targets (testset=core)
163my.test.targets.core=
164
165# Core jdk test targets (testset=core)
166my.make.rule.test.targets.core= \
167 ${my.test.target.set:TESTNAME=jdk_lang}, \
168 ${my.test.target.set:TESTNAME=jdk_math}, \
169 ${my.test.target.set:TESTNAME=jdk_util}, \
170 ${my.test.target.set:TESTNAME=jdk_io}, \
171 ${my.test.target.set:TESTNAME=jdk_net}, \
172 ${my.test.target.set:TESTNAME=jdk_nio}, \
173 ${my.test.target.set:TESTNAME=jdk_security1}, \
174 ${my.test.target.set:TESTNAME=jdk_security2}, \
175 ${my.test.target.set:TESTNAME=jdk_security3}, \
Sean Coffey5edf3d92014-09-10 16:13:35 +0100176 ${my.test.target.set:TESTNAME=jdk_security4}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700177 ${my.test.target.set:TESTNAME=jdk_rmi}, \
178 ${my.test.target.set:TESTNAME=jdk_text}, \
179 ${my.test.target.set:TESTNAME=jdk_time}, \
180 ${my.test.target.set:TESTNAME=jdk_other}, \
181 ${my.test.target.set:TESTNAME=core_tools}
182
183# Svc vm test targets (testset=svc)
184my.test.targets.svc=
185
186# Core jdk test targets (testset=svc)
187my.make.rule.test.targets.svc= \
188 ${my.test.target.set:TESTNAME=jdk_management}, \
189 ${my.test.target.set:TESTNAME=jdk_instrument}, \
190 ${my.test.target.set:TESTNAME=jdk_jmx}, \
191 ${my.test.target.set:TESTNAME=jdk_jdi}, \
Chris Hegartyb26d39f2014-12-03 14:20:21 +0000192 ${my.test.target.set:TESTNAME=svc_tools}, \
193 ${my.make.rule.test.targets.svc.extra}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700194
Tristan Yana78b9852014-12-15 13:09:39 -0800195# JAXP vm test targets (testset=jaxp)
196my.test.targets.jaxp=
197
198# JAXP test targets (testset=jaxp)
199my.make.rule.test.targets.jaxp= \
200 ${my.test.target.set:TESTNAME=jaxp_all}
201
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700202# All vm test targets (testset=all)
203my.test.targets.all= \
204 ${my.test.targets.default}, \
205 ${my.test.target.set:TESTNAME=runThese}, \
206 ${my.test.target.set:TESTNAME=jbb_default}
207
208# All jdk test targets (testset=all)
209my.make.rule.test.targets.all= \
210 ${my.make.rule.test.targets.core}, \
211 ${my.make.rule.test.targets.svc}, \
212 ${my.test.target.set:TESTNAME=jdk_awt}, \
Mikael Vidstedt09b196b2014-07-03 10:23:19 -0700213 ${my.test.target.set:TESTNAME=jdk_beans}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700214 ${my.test.target.set:TESTNAME=jdk_sound}, \
215 ${my.test.target.set:TESTNAME=jdk_swing}
216
217# PIT vm test targets (testset=pit)
218my.test.targets.pit= \
219 ${my.test.targets.all}
220
221# PIT jdk test targets (testset=pit)
222my.make.rule.test.targets.pit= \
223 ${my.test.target.set:TESTNAME=langtools_jtreg}, \
224 ${my.make.rule.test.targets.core}, \
Tristan Yana78b9852014-12-15 13:09:39 -0800225 ${my.make.rule.test.targets.svc} \
226 ${my.make.rule.test.targets.jaxp}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700227
228# JCK test targets in test/Makefile (no windows)
229my.test.target.set.jck= \
230 solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \
231 solaris_x64_5.11-product-c2-JCK7TESTRULE, \
232 linux_i586_2.6-product-c1-JCK7TESTRULE, \
233 linux_x64_2.6-product-c2-JCK7TESTRULE
234
235# JCK testset targets
236my.make.rule.test.targets.jck= \
237 ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \
238 ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \
239 ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
240
241
242#############
243#
244# Hotspot related settings (testset=hotspot)
245#
246
247# The hotspot build flavors
248my.build.flavors.hotspot= \
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300249 debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700250 ${my.additional.build.flavors.hotspot}
251
252# Platforms built for hotspot push jobs
253my.build.targets.hotspot= \
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300254 solaris_sparcv9_5.11-{product|fastdebug}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700255 solaris_x64_5.11-{product|fastdebug}, \
256 linux_i586_2.6-{product|fastdebug}, \
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300257 linux_x64_2.6-{product|fastdebug}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700258 macosx_x64_10.7-{product|fastdebug}, \
259 windows_i586_6.1-{product|fastdebug}, \
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300260 windows_x64_6.1-{product|fastdebug}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700261 solaris_x64_5.11-{debugOpen}, \
262 linux_x64_2.6-{productOpen}, \
263 ${my.additional.build.targets.hotspot}
264
265# Tests to run on the various platforms for hotspot push jobs
266my.test.targets.hotspot.solaris.sparcv9= \
267 solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \
268 solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
269 solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700270 solaris_sparcv9_5.11-product-c2-runThese8, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700271 solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \
272 solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700273 solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS, \
274 solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1, \
275 solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700276 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_default_nontiered, \
277 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_SerialGC, \
278 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParallelGC, \
279 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_CMS, \
280 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_G1, \
281 solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParOldGC
282
283my.test.targets.hotspot.solaris.x64= \
284 solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \
285 solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
286 solaris_x64_5.11-{product|fastdebug}-c2-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700287 solaris_x64_5.11-product-c2-runThese8, \
288 solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \
289 solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700290 solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \
291 solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700292 solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS, \
293 solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1, \
294 solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700295 solaris_x64_5.11-{product|fastdebug}-c2-jbb_default_nontiered, \
296 solaris_x64_5.11-{product|fastdebug}-c2-jbb_SerialGC, \
Bengt Rutissonf96d0512015-01-07 15:02:33 +0100297 solaris_x64_5.11-{product|fastdebug}-c2-jbb_ParallelGC,
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700298
299my.test.targets.hotspot.linux.i586= \
300 linux_i586_2.6-{product|fastdebug}-{c1|c2}-jvm98, \
301 linux_i586_2.6-{product|fastdebug}-c2-jvm98_nontiered, \
302 linux_i586_2.6-{product|fastdebug}-{c1|c2}-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700303 linux_i586_2.6-product-c1-runThese8_Xcomp_lang, \
304 linux_i586_2.6-product-c1-runThese8_Xcomp_vm, \
305 linux_i586_2.6-fastdebug-c1-runThese8_Xshare, \
306 linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_lang, \
307 linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_vm, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700308 linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
309 linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700310 linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
311 linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
312 linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700313 linux_i586_2.6-{product|fastdebug}-c1-jbb_SerialGC, \
314 linux_i586_2.6-{product|fastdebug}-c2-jbb_default_nontiered, \
315 linux_i586_2.6-{product|fastdebug}-c1-jbb_ParallelGC, \
316 linux_i586_2.6-{product|fastdebug}-c1-jbb_CMS, \
317 linux_i586_2.6-{product|fastdebug}-c1-jbb_G1, \
318 linux_i586_2.6-{product|fastdebug}-c1-jbb_ParOldGC
319
320my.test.targets.hotspot.linux.x64= \
321 linux_x64_2.6-{product|fastdebug}-c2-jvm98, \
322 linux_x64_2.6-{product|fastdebug}-c2-jvm98_nontiered, \
323 linux_x64_2.6-{product|fastdebug}-c2-scimark, \
324 linux_x64_2.6-{product|fastdebug}-c2-GCBasher_SerialGC, \
325 linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700326 linux_x64_2.6-{product|fastdebug}-c2-GCBasher_CMS, \
327 linux_x64_2.6-{product|fastdebug}-c2-GCBasher_G1, \
328 linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700329 linux_x64_2.6-{product|fastdebug}-c2-jbb_default_nontiered, \
330 linux_x64_2.6-{product|fastdebug}-c2-jbb_ParallelGC, \
331 linux_x64_2.6-{product|fastdebug}-c2-jbb_G1, \
332 linux_x64_2.6-{product|fastdebug}-c2-jbb_ParOldGC
333
334my.test.targets.hotspot.macosx.x64= \
335 macosx_x64_10.7-{product|fastdebug}-c2-jvm98, \
336 macosx_x64_10.7-{product|fastdebug}-c2-jvm98_nontiered, \
337 macosx_x64_10.7-{product|fastdebug}-c2-scimark, \
338 macosx_x64_10.7-{product|fastdebug}-c2-GCBasher_SerialGC, \
339 macosx_x64_10.7-{product|fastdebug}-c2-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700340 macosx_x64_10.7-{product|fastdebug}-c2-GCBasher_CMS, \
341 macosx_x64_10.7-{product|fastdebug}-c2-GCBasher_G1, \
342 macosx_x64_10.7-{product|fastdebug}-c2-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700343 macosx_x64_10.7-{product|fastdebug}-c2-jbb_default_nontiered, \
344 macosx_x64_10.7-{product|fastdebug}-c2-jbb_ParallelGC, \
345 macosx_x64_10.7-{product|fastdebug}-c2-jbb_G1, \
346 macosx_x64_10.7-{product|fastdebug}-c2-jbb_ParOldGC
347
348my.test.targets.hotspot.windows.i586= \
349 windows_i586_6.1-{product|fastdebug}-{c1|c2}-jvm98, \
350 windows_i586_6.1-{product|fastdebug}-c2-jvm98_nontiered, \
351 windows_i586_6.1-{product|fastdebug}-{c1|c2}-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700352 windows_i586_6.1-product-{c1|c2}-runThese8, \
353 windows_i586_6.1-product-{c1|c2}-runThese8_Xcomp_lang, \
354 windows_i586_6.1-product-{c1|c2}-runThese8_Xcomp_vm, \
355 windows_i586_6.1-fastdebug-c1-runThese8_Xshare, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700356 windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
357 windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700358 windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
359 windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
360 windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700361 windows_i586_6.1-{product|fastdebug}-{c1|c2}-jbb_default, \
362 windows_i586_6.1-{product|fastdebug}-c2-jbb_default_nontiered, \
363 windows_i586_6.1-product-{c1|c2}-jbb_ParallelGC, \
364 windows_i586_6.1-product-{c1|c2}-jbb_CMS, \
365 windows_i586_6.1-product-{c1|c2}-jbb_G1, \
366 windows_i586_6.1-product-{c1|c2}-jbb_ParOldGC
367
368my.test.targets.hotspot.windows.x64= \
369 windows_x64_6.1-{product|fastdebug}-c2-jvm98, \
370 windows_x64_6.1-{product|fastdebug}-c2-jvm98_nontiered, \
371 windows_x64_6.1-{product|fastdebug}-c2-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700372 windows_x64_6.1-product-c2-runThese8, \
373 windows_x64_6.1-product-c2-runThese8_Xcomp_lang, \
374 windows_x64_6.1-product-c2-runThese8_Xcomp_vm, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700375 windows_x64_6.1-{product|fastdebug}-c2-GCBasher_SerialGC, \
376 windows_x64_6.1-{product|fastdebug}-c2-GCBasher_ParallelGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700377 windows_x64_6.1-{product|fastdebug}-c2-GCBasher_CMS, \
378 windows_x64_6.1-{product|fastdebug}-c2-GCBasher_G1, \
379 windows_x64_6.1-{product|fastdebug}-c2-GCBasher_ParOldGC, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700380 windows_x64_6.1-{product|fastdebug}-c2-jbb_default, \
381 windows_x64_6.1-{product|fastdebug}-c2-jbb_default_nontiered, \
382 windows_x64_6.1-product-c2-jbb_CMS, \
383 windows_x64_6.1-product-c2-jbb_ParallelGC, \
384 windows_x64_6.1-product-c2-jbb_G1, \
385 windows_x64_6.1-product-c2-jbb_ParOldGC
386
387# Some basic "smoke" tests for OpenJDK builds
388my.test.targets.hotspot.open= \
389 solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98, \
390 linux_x64_2.6-{productOpen|fastdebugOpen}-c2-jvm98
391
392# The complete list of test targets for jprt
393my.test.targets.hotspot= \
394 ${my.test.targets.hotspot.open}, \
395 ${my.test.targets.hotspot.solaris.sparcv9}, \
396 ${my.test.targets.hotspot.solaris.x64}, \
397 ${my.test.targets.hotspot.linux.i586}, \
398 ${my.test.targets.hotspot.linux.x64}, \
399 ${my.test.targets.hotspot.macosx.x64}, \
400 ${my.test.targets.hotspot.windows.i586}, \
401 ${my.test.targets.hotspot.windows.x64}, \
402 ${my.test.targets.hotspot.solaris.sparcv9}, \
403 ${my.test.targets.hotspot.solaris.x64}, \
404 ${my.test.targets.hotspot.linux.x64}, \
405 ${my.test.targets.hotspot.windows.i586}, \
406 ${my.test.targets.hotspot.windows.x64}, \
407 ${my.additional.test.targets.hotspot}
408
409
410# Make file based test targets
411
412my.make.rule.test.targets.hotspot.clienttests= \
413 linux_i586_2.6-*-c1-hotspot_clienttest, \
414 windows_i586_6.1-*-c1-hotspot_clienttest
415
416my.make.rule.test.targets.hotspot.servertests= \
417 solaris_sparcv9_5.11-*-c2-hotspot_servertest, \
418 solaris_x64_5.11-*-c2-hotspot_servertest, \
419 linux_i586_2.6-*-c2-hotspot_servertest, \
420 linux_x64_2.6-*-c2-hotspot_servertest, \
421 macosx_x64_10.7-*-c2-hotspot_servertest, \
422 windows_i586_6.1-*-c2-hotspot_servertest, \
423 windows_x64_6.1-*-c2-hotspot_servertest
424
425my.make.rule.test.targets.hotspot.internalvmtests= \
426 solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \
427 solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \
428 linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \
429 linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \
430 macosx_x64_10.7-fastdebug-c2-hotspot_internalvmtests, \
431 windows_i586_6.1-fastdebug-c2-hotspot_internalvmtests, \
432 windows_x64_6.1-fastdebug-c2-hotspot_internalvmtests
433
Zoltan Majoe56234c2014-08-05 09:05:51 +0200434my.make.rule.test.targets.hotspot.reg.group= \
435 solaris_sparcv9_5.11-fastdebug-c2-GROUP, \
436 solaris_x64_5.11-fastdebug-c2-GROUP, \
437 linux_i586_2.6-fastdebug-c2-GROUP, \
438 linux_x64_2.6-fastdebug-c2-GROUP, \
439 macosx_x64_10.7-fastdebug-c2-GROUP, \
440 windows_i586_6.1-fastdebug-c2-GROUP, \
441 windows_x64_6.1-fastdebug-c2-GROUP, \
442 linux_i586_2.6-fastdebug-c1-GROUP, \
443 windows_i586_6.1-fastdebug-c1-GROUP
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700444
Mikael Vidstedt27cc5d82014-07-11 13:49:07 -0700445my.make.rule.test.targets.hotspot= \
446 ${my.make.rule.test.targets.hotspot.clienttests}, \
447 ${my.make.rule.test.targets.hotspot.servertests}, \
448 ${my.make.rule.test.targets.hotspot.internalvmtests}, \
449 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_wbapitest}, \
Staffan Larsen5bab4562014-09-22 20:04:40 +0200450 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1}, \
451 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2}, \
452 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3}, \
453 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \
Mikael Vidstedt27cc5d82014-07-11 13:49:07 -0700454 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc}, \
Bengt Rutisson16f26a82015-01-07 10:17:45 +0100455 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed}, \
Bengt Rutissonf96d0512015-01-07 15:02:33 +0100456 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold}, \
Zoltan Majoe56234c2014-08-05 09:05:51 +0200457 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \
Christian Tornqvist9835d9b2014-08-18 14:30:35 -0700458 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime_closed}, \
Mikael Vidstedt27cc5d82014-07-11 13:49:07 -0700459 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \
Mikael Aunocb0c3ed2014-11-14 10:29:01 +0100460 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700461 ${my.additional.make.rule.test.targets.hotspot}
Magnus Ihse Bursief6875fe2015-02-27 11:56:57 +0100462
463# Native jdk and hotspot test targets (testset=nativesanity)
464my.make.rule.test.targets.nativesanity= \
465 ${my.test.target.set:TESTNAME=jdk_native_sanity}, \
466 ${my.test.target.set:TESTNAME=hotspot_native_sanity}