jprt.properties revision 2369:66b770c85156
1#
2# Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
3# 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
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
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#
21# 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.
24#
25
26##############
27#
28# Global settings
29#
30
31# Install test bundle for targets in jprt.test.bundle.targets set
32jprt.selective.test.bundle.installation=true
33
34# The current release name
35jprt.tools.default.release=jdk9
36
37# Allow concurrent changes to be merged in prior to pushing
38jprt.sync.push=true
39
40# Directories to be excluded from the source bundles
41jprt.bundle.exclude.src.dirs=build dist webrev
42
43# Use configure when building
44jprt.build.use.configure=true
45jprt.build.use.jib=true
46jprt.test.use.jib=true
47jprt.jib.launcher=common/bin/jib.sh
48
49# Clear out all the build needs as JIB handles this
50jprt.jdk9.build.needs=
51jprt.macosx.jdk9.build.needs=
52jprt.windows_i586.jdk9.build.needs=
53jprt.windows_x64.jdk9.build.needs=
54jprt.solaris.jdk9.build.needs=
55jprt.linux_i586.jdk9.build.needs=
56jprt.linux_x64.jdk9.build.needs=
57jprt.linux_armv6.jdk9.build.needs=
58jprt.linux_armvh.jdk9.build.needs=
59jprt.linux_arm64.jdk9.build.needs=
60jprt.linux_armsflt.jdk9.build.needs=
61jprt.linux_armvfpsflt.jdk9.build.needs=
62jprt.linux_armvfphflt.jdk9.build.needs=
63jprt.linux_armv6vfphflt.jdk9.build.needs=
64jprt.solaris.client.build.needs=
65jprt.linux.client.build.needs=
66jprt.solaris.jdk9.compiler=
67jprt.linux.jdk9.compiler=
68jprt.jdk9.test.needs=
69
70# Disable the need for preinstalled Visual Studio and Xcode
71jprt.windows.jdk9.compiler=
72jprt.windows.6.2.jdk9.compiler=
73jprt.windows.6.3.jdk9.compiler=
74jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
75jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
76
77# Set up the run flavors (jvm variants)
78jprt.run.flavors=c2,default,${my.additional.run.flavors}
79
80# Setup jib profiles
81jprt.linux_i586.product.build.jib.profile=linux-x86
82jprt.linux_x64.product.build.jib.profile=linux-x64
83jprt.macosx_x64.product.build.jib.profile=macosx-x64
84jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9
85jprt.solaris_x64.product.build.jib.profile=solaris-x64
86jprt.windows_i586.product.build.jib.profile=windows-x86
87jprt.windows_x64.product.build.jib.profile=windows-x64
88
89jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug
90jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug
91jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug
92jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug
93jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug
94jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug
95jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug
96
97jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug
98jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug
99jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug
100jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug
101jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug
102jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug
103jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug
104
105jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open
106jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
107jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open
108jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open
109jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open
110jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open
111jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open
112
113jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug
114jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug
115jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug
116jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug
117jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug
118jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug
119jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug
120
121jprt.linux_i586.productZero.build.jib.profile=linux-x86-zero
122jprt.linux_x64.productZero.build.jib.profile=linux-x64-zero
123
124jprt.linux_i586.fastdebugZero.build.jib.profile=linux-x86-zero-debug
125jprt.linux_x64.fastdebugZero.build.jib.profile=linux-x64-zero-debug
126
127jprt.test.jib.profile=run-test
128
129# Set make target to use for different build flavors
130jprt.build.flavor.fastdebugOpen.target=jprt_bundle
131jprt.build.flavor.fastdebug.target=jprt_bundle
132jprt.build.flavor.product.target=jprt_bundle
133jprt.build.flavor.productOpen.target=jprt_bundle
134jprt.build.flavor.optimized.target=jprt_bundle
135jprt.build.flavor.optimizedOpen.target=jprt_bundle
136jprt.build.flavor.slowdebug.target=jprt_bundle
137jprt.build.flavor.productZero.target=jprt_bundle
138jprt.build.flavor.fastdebugZero.target=jprt_bundle
139
140# Use these configure args to define debug level or provide specific
141# configuration details not covered by Jib profiles.
142jprt.slowdebug.build.configure.args=
143jprt.fastdebug.build.configure.args=--disable-precompiled-headers
144# Don't disable precompiled headers on windows. It's simply too slow.
145jprt.windows_i586.fastdebug.build.configure.args=
146jprt.windows_x64.fastdebug.build.configure.args=
147jprt.windows_i586.fastdebugOpen.build.configure.args=
148jprt.windows_x64.fastdebugOpen.build.configure.args=
149jprt.product.build.configure.args=
150jprt.optimized.build.configure.args=--with-debug-level=optimized
151jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
152jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
153jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
154jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
155
156
157# hotspot testset has custom build flavors and build targets
158my.jprt.testsetHasCustomBuildFlavors.hotspot=true
159my.jprt.testsetHasCustomBuildTargets.hotspot=true
160my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
161my.jprt.testsetHasCustomBuildTargets.buildinfra=true
162
163# determine if the specified testset has custom build flavors or build targets
164my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
165my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
166
167# Select build flavors and build targets based on the specified testset
168jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
169    ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
170jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
171    ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
172
173# Select test targets - jprt default for jprt.test.set is "default"
174jprt.test.targets=${my.test.targets.${jprt.test.set}}
175jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
176jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
177
178# 7155453: Work-around to prevent popups on OSX from blocking test completion
179# but the work-around is added to all platforms to be consistent
180jprt.jbb.options=-Djava.awt.headless=true
181
182########
183#
184# Build options (generic)
185#
186
187# Configure args common to all builds
188# Also allows for additional, testset specific configure arguments to be set
189jprt.build.configure.args=						\
190    --with-output-sync=recurse						\
191    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
192    --with-version-opt=$JPRT_JOB_ID					\
193    ${my.additional.build.configure.args.${jprt.test.set}}		\
194    ${my.custom.build.configure.args}
195
196########
197#
198# Build targets and options (default/jdk)
199#
200
201# The default build flavors
202my.build.flavors.default=fastdebug,product
203
204# Standard list of jprt build targets for this source tree
205my.build.targets.default= \
206    solaris_sparcv9_5.11-{product|fastdebug}, \
207    solaris_x64_5.11-{product|fastdebug}, \
208    linux_i586_3.8-{product|fastdebug}, \
209    linux_x64_3.8-{product|fastdebug}, \
210    macosx_x64_10.9-{product|fastdebug}, \
211    windows_i586_6.3-{product|fastdebug}, \
212    windows_x64_6.3-{product|fastdebug}, \
213    ${my.additional.build.targets.default}
214
215# Test target list (no fastdebug & limited c2 testing)
216my.test.target.set=							\
217    solaris_sparcv9_5.11-product-c2-TESTNAME,				\
218    solaris_x64_5.11-product-c2-TESTNAME,				\
219    linux_i586_3.8-product-c2-TESTNAME, 				\
220    linux_x64_3.8-product-c2-TESTNAME,					\
221    macosx_x64_10.9-product-c2-TESTNAME,				\
222    windows_i586_6.3-product-c2-TESTNAME,				\
223    windows_x64_6.3-product-c2-TESTNAME
224
225# Default vm test targets (testset=default)
226my.test.targets.default=						\
227    ${my.test.target.set:TESTNAME=jvm98},				\
228    ${my.test.target.set:TESTNAME=scimark}
229
230# Default jdk test targets (testset=default)
231my.make.rule.test.targets.default=					\
232    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
233    ${my.test.target.set:TESTNAME=jdk_lang},				\
234    ${my.test.target.set:TESTNAME=jdk_math},				\
235    ${my.test.target.set:TESTNAME=jdk_util}
236
237# Default vm test targets (testset=core)
238my.test.targets.core=
239
240# Core jdk test targets (testset=core)
241my.make.rule.test.targets.core=						\
242    ${my.test.target.set:TESTNAME=jdk_lang},				\
243    ${my.test.target.set:TESTNAME=jdk_math},				\
244    ${my.test.target.set:TESTNAME=jdk_util},				\
245    ${my.test.target.set:TESTNAME=jdk_io},				\
246    ${my.test.target.set:TESTNAME=jdk_net},				\
247    ${my.test.target.set:TESTNAME=jdk_nio},				\
248    ${my.test.target.set:TESTNAME=jdk_security1},			\
249    ${my.test.target.set:TESTNAME=jdk_security2},			\
250    ${my.test.target.set:TESTNAME=jdk_security3},			\
251    ${my.test.target.set:TESTNAME=jdk_security4},			\
252    ${my.test.target.set:TESTNAME=jdk_rmi},				\
253    ${my.test.target.set:TESTNAME=jdk_text},				\
254    ${my.test.target.set:TESTNAME=jdk_time},				\
255    ${my.test.target.set:TESTNAME=jdk_other},				\
256    ${my.test.target.set:TESTNAME=core_tools}
257
258# Svc vm test targets (testset=svc)
259my.test.targets.svc=
260
261# Core jdk test targets (testset=svc)
262my.make.rule.test.targets.svc=						\
263    ${my.test.target.set:TESTNAME=jdk_management},			\
264    ${my.test.target.set:TESTNAME=jdk_instrument},			\
265    ${my.test.target.set:TESTNAME=jdk_jmx},				\
266    ${my.test.target.set:TESTNAME=jdk_jdi},				\
267    ${my.test.target.set:TESTNAME=svc_tools},                           \
268    ${my.make.rule.test.targets.svc.extra}
269
270# JAXP vm test targets (testset=jaxp)
271my.test.targets.jaxp=
272
273# JAXP test targets (testset=jaxp)
274my.make.rule.test.targets.jaxp=						\
275    ${my.test.target.set:TESTNAME=jaxp_all}
276
277# All vm test targets (testset=all)
278my.test.targets.all=							\
279    ${my.test.targets.default},						\
280    ${my.test.target.set:TESTNAME=runThese},				\
281    ${my.test.target.set:TESTNAME=jbb_default}
282
283# All jdk test targets (testset=all)
284my.make.rule.test.targets.all=						\
285    ${my.make.rule.test.targets.core},					\
286    ${my.make.rule.test.targets.svc},					\
287    ${my.test.target.set:TESTNAME=jdk_awt},				\
288    ${my.test.target.set:TESTNAME=jdk_beans},				\
289    ${my.test.target.set:TESTNAME=jdk_sound},				\
290    ${my.test.target.set:TESTNAME=jdk_swing}
291
292# PIT vm test targets (testset=pit)
293my.test.targets.pit=							\
294   ${my.test.targets.all}
295
296# PIT jdk test targets (testset=pit)
297my.make.rule.test.targets.pit=						\
298    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
299    ${my.make.rule.test.targets.core},					\
300    ${my.make.rule.test.targets.svc}                                    \
301    ${my.make.rule.test.targets.jaxp}
302
303# JCK test targets in test/Makefile (no windows)
304my.test.target.set.jck=							\
305    solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
306    solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
307    linux_i586_3.8-product-c2-JCK7TESTRULE,				\
308    linux_x64_3.8-product-c2-JCK7TESTRULE
309
310# JCK testset targets
311my.make.rule.test.targets.jck=						\
312    ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\
313    ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},			\
314    ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
315
316
317#############
318#
319# Hotspot related settings (testset=hotspot)
320#
321
322# The hotspot build flavors
323my.build.flavors.hotspot=						\
324    fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
325    ${my.additional.build.flavors.hotspot}
326
327# Platforms built for hotspot push jobs
328my.build.targets.hotspot=						\
329    solaris_sparcv9_5.11-{product|fastdebug},				\
330    solaris_x64_5.11-{product|fastdebug},				\
331    linux_i586_3.8-{product|fastdebug},					\
332    linux_x64_3.8-{product|fastdebug},					\
333    macosx_x64_10.9-{product|fastdebug},				\
334    windows_i586_6.3-{product|fastdebug},				\
335    windows_x64_6.3-{product|fastdebug},				\
336    solaris_x64_5.11-{fastdebugOpen},					\
337    linux_x64_3.8-{productOpen},					\
338    ${my.additional.build.targets.hotspot}
339
340# Tests to run on the various platforms for hotspot push jobs
341my.test.targets.hotspot.solaris.sparcv9=				\
342    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,			\
343    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,	\
344    solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,		\
345    solaris_sparcv9_5.11-product-c2-runThese8,
346
347my.test.targets.hotspot.solaris.x64=					\
348    solaris_x64_5.11-{product|fastdebug}-c2-jvm98,			\
349    solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,		\
350    solaris_x64_5.11-{product|fastdebug}-c2-scimark,			\
351    solaris_x64_5.11-product-c2-runThese8,				\
352    solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,			\
353    solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,
354
355my.test.targets.hotspot.linux.i586=					\
356    linux_i586_3.8-{product|fastdebug}-c2-jvm98,			\
357    linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
358    linux_i586_3.8-{product|fastdebug}-c2-scimark,			\
359    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,			\
360    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm
361
362my.test.targets.hotspot.linux.x64=					\
363    linux_x64_3.8-{product|fastdebug}-c2-jvm98,				\
364    linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
365    linux_x64_3.8-{product|fastdebug}-c2-scimark
366
367my.test.targets.hotspot.macosx.x64=					\
368    macosx_x64_10.9-{product|fastdebug}-c2-jvm98,			\
369    macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,		\
370    macosx_x64_10.9-{product|fastdebug}-c2-scimark
371
372my.test.targets.hotspot.windows.i586=					\
373    windows_i586_6.3-{product|fastdebug}-c2-jvm98,			\
374    windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
375    windows_i586_6.3-{product|fastdebug}-c2-scimark,			\
376    windows_i586_6.3-product-c2-runThese8,				\
377    windows_i586_6.3-product-c2-runThese8_Xcomp_lang,			\
378    windows_i586_6.3-product-c2-runThese8_Xcomp_vm,
379
380my.test.targets.hotspot.windows.x64=					\
381    windows_x64_6.3-{product|fastdebug}-c2-jvm98,			\
382    windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
383    windows_x64_6.3-{product|fastdebug}-c2-scimark,			\
384    windows_x64_6.3-product-c2-runThese8,				\
385    windows_x64_6.3-product-c2-runThese8_Xcomp_lang,			\
386    windows_x64_6.3-product-c2-runThese8_Xcomp_vm,
387
388# Some basic "smoke" tests for OpenJDK builds
389my.test.targets.hotspot.open=						\
390    solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,		\
391    linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
392
393# The complete list of test targets for jprt
394my.test.targets.hotspot=						\
395  ${my.test.targets.hotspot.open},					\
396  ${my.test.targets.hotspot.solaris.sparcv9},				\
397  ${my.test.targets.hotspot.solaris.x64},				\
398  ${my.test.targets.hotspot.linux.i586},				\
399  ${my.test.targets.hotspot.linux.x64},					\
400  ${my.test.targets.hotspot.macosx.x64},				\
401  ${my.test.targets.hotspot.windows.i586},				\
402  ${my.test.targets.hotspot.windows.x64},				\
403  ${my.test.targets.hotspot.solaris.sparcv9},				\
404  ${my.test.targets.hotspot.solaris.x64},				\
405  ${my.test.targets.hotspot.linux.x64},					\
406  ${my.test.targets.hotspot.windows.i586},				\
407  ${my.test.targets.hotspot.windows.x64},				\
408  ${my.additional.test.targets.hotspot}
409
410
411# Make file based test targets
412
413my.make.rule.test.targets.hotspot.basicvmtests=                         \
414  linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
415  linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
416  macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
417  solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
418  solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
419  windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
420  windows_x64_6.3-*-default-hotspot_basicvmtest
421
422my.make.rule.test.targets.hotspot.gtest= \
423  linux_i586_3.8-*-default-hotspot_gtest, \
424  linux_x64_3.8-*-default-hotspot_gtest, \
425  macosx_x64_10.9-*-default-hotspot_gtest, \
426  solaris_sparcv9_5.11-*-default-hotspot_gtest, \
427  solaris_x64_5.11-*-default-hotspot_gtest, \
428  windows_i586_6.3-*-default-hotspot_gtest, \
429  windows_x64_6.3-*-default-hotspot_gtest, \
430  ${my.additional.make.rule.test.targets.hotspot.gtest}
431
432my.make.rule.test.targets.hotspot.reg.group=				\
433  solaris_sparcv9_5.11-fastdebug-c2-GROUP,				\
434  solaris_x64_5.11-fastdebug-c2-GROUP,					\
435  linux_i586_3.8-fastdebug-c2-GROUP,					\
436  linux_x64_3.8-fastdebug-c2-GROUP,					\
437  macosx_x64_10.9-fastdebug-c2-GROUP,					\
438  windows_i586_6.3-fastdebug-c2-GROUP,					\
439  windows_x64_6.3-fastdebug-c2-GROUP
440
441# Hotspot jtreg tests
442my.make.rule.test.targets.hotspot.reg=							\
443  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1},		\
444  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2},		\
445  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3},		\
446  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed},	\
447  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_1},		\
448  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_2},		\
449  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed},		\
450  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold},		\
451  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcbasher},	\
452  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime},		\
453  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability},	\
454  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},			\
455  solaris_sparcv9_5.11-product-c2-hotspot_fast_gc_gcbasher,				\
456  solaris_x64_5.11-product-c2-hotspot_fast_gc_gcbasher,					\
457  linux_i586_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
458  linux_x64_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
459  macosx_x64_10.9-product-c2-hotspot_fast_gc_gcbasher,					\
460  windows_i586_6.3-product-c2-hotspot_fast_gc_gcbasher,					\
461  windows_x64_6.3-product-c2-hotspot_fast_gc_gcbasher,                                  \
462  ${my.additional.make.rule.test.targets.hotspot.reg}
463
464# Other Makefile based Hotspot tests
465my.make.rule.test.targets.hotspot.other=                                \
466  ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
467  ${my.make.rule.test.targets.hotspot.gtest},                           \
468  ${my.additional.make.rule.test.targets.hotspot.other}
469
470# All the makefile based tests to run
471my.make.rule.test.targets.hotspot=                                      \
472  ${my.make.rule.test.targets.hotspot.reg}                              \
473  ${my.make.rule.test.targets.hotspot.other}
474
475# Install the test bundle for the testset hotspot jtreg tests
476# (but not for the other Makefile based tests)
477my.jprt.test.bundle.targets.hotspot= \
478  ${my.make.rule.test.targets.hotspot.reg}, \
479  ${my.make.rule.test.targets.hotspot.gtest}
480
481# Native jdk and hotspot test targets (testset=nativesanity)
482my.make.rule.test.targets.nativesanity=					\
483    ${my.test.target.set:TESTNAME=jdk_native_sanity},			\
484    ${my.test.target.set:TESTNAME=hotspot_native_sanity}
485
486# Install the test bundle for the nativesanity jtreg tests
487my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
488
489################################################################################
490# Testset buildinfra
491my.build.flavors.buildinfra = \
492    product,fastdebug,slowdebug,productZero,fastdebugZero \
493    ${my.additional.build.flavors.buildinfra}
494
495# Platforms built for hotspot push jobs
496my.build.targets.buildinfra = \
497    solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
498    solaris_x64_5.11-{product|fastdebug|slowdebug}, \
499    linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
500    linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
501    macosx_x64_10.9-{product|fastdebug|slowdebug}, \
502    windows_i586_6.3-{product|fastdebug|slowdebug}, \
503    windows_x64_6.3-{product|fastdebug|slowdebug}, \
504    ${my.additional.build.targets.buildinfra}
505
506my.test.targets.buildinfra = \
507    ${my.test.targets.default}, \
508    ${my.test.targets.hotspot}
509
510my.make.rule.test.targets.buildinfra = \
511    ${my.make.rule.test.targets.default}, \
512    ${my.make.rule.test.targets.hotspot}
513