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