jprt.properties revision 2323:0ec12d231af9
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.test.jib.profile=run-test
122
123# Set make target to use for different build flavors
124jprt.build.flavor.fastdebugOpen.target=jprt_bundle
125jprt.build.flavor.fastdebug.target=jprt_bundle
126jprt.build.flavor.product.target=jprt_bundle
127jprt.build.flavor.productOpen.target=jprt_bundle
128jprt.build.flavor.optimized.target=jprt_bundle
129jprt.build.flavor.optimizedOpen.target=jprt_bundle
130jprt.build.flavor.slowdebug.target=jprt_bundle
131
132# Use these configure args to define debug level or provide specific
133# configuration details not covered by Jib profiles.
134jprt.slowdebug.build.configure.args=
135jprt.fastdebug.build.configure.args=--disable-precompiled-headers
136# Don't disable precompiled headers on windows. It's simply too slow.
137jprt.windows_i586.fastdebug.build.configure.args=
138jprt.windows_x64.fastdebug.build.configure.args=
139jprt.windows_i586.fastdebugOpen.build.configure.args=
140jprt.windows_x64.fastdebugOpen.build.configure.args=
141jprt.product.build.configure.args=
142jprt.optimized.build.configure.args=--with-debug-level=optimized
143jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
144jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
145jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
146jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
147
148
149# hotspot testset has custom build flavors and build targets
150my.jprt.testsetHasCustomBuildFlavors.hotspot=true
151my.jprt.testsetHasCustomBuildTargets.hotspot=true
152my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
153my.jprt.testsetHasCustomBuildTargets.buildinfra=true
154
155# determine if the specified testset has custom build flavors or build targets
156my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
157my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
158
159# Select build flavors and build targets based on the specified testset
160jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
161    ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
162jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
163    ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
164
165# Select test targets - jprt default for jprt.test.set is "default"
166jprt.test.targets=${my.test.targets.${jprt.test.set}}
167jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
168jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
169
170# 7155453: Work-around to prevent popups on OSX from blocking test completion
171# but the work-around is added to all platforms to be consistent
172jprt.jbb.options=-Djava.awt.headless=true
173
174########
175#
176# Build options (generic)
177#
178
179# Configure args common to all builds
180# Also allows for additional, testset specific configure arguments to be set
181jprt.build.configure.args=						\
182    --with-output-sync=recurse						\
183    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
184    --with-version-opt=$JPRT_JOB_ID				 	\
185    ${my.additional.build.configure.args.${jprt.test.set}}		\
186    ${my.custom.build.configure.args}
187
188########
189#
190# Build targets and options (default/jdk)
191#
192
193# The default build flavors
194my.build.flavors.default=fastdebug,product
195
196# Standard list of jprt build targets for this source tree
197my.build.targets.default= \
198    solaris_sparcv9_5.11-{product|fastdebug}, \
199    solaris_x64_5.11-{product|fastdebug}, \
200    linux_i586_3.8-{product|fastdebug}, \
201    linux_x64_3.8-{product|fastdebug}, \
202    macosx_x64_10.9-{product|fastdebug}, \
203    windows_i586_6.3-{product|fastdebug}, \
204    windows_x64_6.3-{product|fastdebug}, \
205    ${my.additional.build.targets.default}
206
207# Test target list (no fastdebug & limited c2 testing)
208my.test.target.set=							\
209    solaris_sparcv9_5.11-product-c2-TESTNAME,				\
210    solaris_x64_5.11-product-c2-TESTNAME,				\
211    linux_i586_3.8-product-c2-TESTNAME, 				\
212    linux_x64_3.8-product-c2-TESTNAME,					\
213    macosx_x64_10.9-product-c2-TESTNAME,				\
214    windows_i586_6.3-product-c2-TESTNAME,				\
215    windows_x64_6.3-product-c2-TESTNAME
216
217# Default vm test targets (testset=default)
218my.test.targets.default=						\
219    ${my.test.target.set:TESTNAME=jvm98},				\
220    ${my.test.target.set:TESTNAME=scimark}
221
222# Default jdk test targets (testset=default)
223my.make.rule.test.targets.default=					\
224    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
225    ${my.test.target.set:TESTNAME=jdk_lang},				\
226    ${my.test.target.set:TESTNAME=jdk_math},				\
227    ${my.test.target.set:TESTNAME=jdk_util}
228
229# Default vm test targets (testset=core)
230my.test.targets.core=
231
232# Core jdk test targets (testset=core)
233my.make.rule.test.targets.core=						\
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    ${my.test.target.set:TESTNAME=jdk_io},				\
238    ${my.test.target.set:TESTNAME=jdk_net},				\
239    ${my.test.target.set:TESTNAME=jdk_nio},				\
240    ${my.test.target.set:TESTNAME=jdk_security1},			\
241    ${my.test.target.set:TESTNAME=jdk_security2},			\
242    ${my.test.target.set:TESTNAME=jdk_security3},			\
243    ${my.test.target.set:TESTNAME=jdk_security4},			\
244    ${my.test.target.set:TESTNAME=jdk_rmi},				\
245    ${my.test.target.set:TESTNAME=jdk_text},				\
246    ${my.test.target.set:TESTNAME=jdk_time},				\
247    ${my.test.target.set:TESTNAME=jdk_other},				\
248    ${my.test.target.set:TESTNAME=core_tools}
249
250# Svc vm test targets (testset=svc)
251my.test.targets.svc=
252
253# Core jdk test targets (testset=svc)
254my.make.rule.test.targets.svc=						\
255    ${my.test.target.set:TESTNAME=jdk_management},			\
256    ${my.test.target.set:TESTNAME=jdk_instrument},			\
257    ${my.test.target.set:TESTNAME=jdk_jmx},				\
258    ${my.test.target.set:TESTNAME=jdk_jdi},				\
259    ${my.test.target.set:TESTNAME=svc_tools},                           \
260    ${my.make.rule.test.targets.svc.extra}
261
262# JAXP vm test targets (testset=jaxp)
263my.test.targets.jaxp=
264
265# JAXP test targets (testset=jaxp)
266my.make.rule.test.targets.jaxp=						\
267    ${my.test.target.set:TESTNAME=jaxp_all}
268
269# All vm test targets (testset=all)
270my.test.targets.all=							\
271    ${my.test.targets.default},						\
272    ${my.test.target.set:TESTNAME=runThese},				\
273    ${my.test.target.set:TESTNAME=jbb_default}
274
275# All jdk test targets (testset=all)
276my.make.rule.test.targets.all=						\
277    ${my.make.rule.test.targets.core},					\
278    ${my.make.rule.test.targets.svc},					\
279    ${my.test.target.set:TESTNAME=jdk_awt},				\
280    ${my.test.target.set:TESTNAME=jdk_beans},				\
281    ${my.test.target.set:TESTNAME=jdk_sound},				\
282    ${my.test.target.set:TESTNAME=jdk_swing}
283
284# PIT vm test targets (testset=pit)
285my.test.targets.pit=							\
286   ${my.test.targets.all}
287
288# PIT jdk test targets (testset=pit)
289my.make.rule.test.targets.pit=						\
290    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
291    ${my.make.rule.test.targets.core},					\
292    ${my.make.rule.test.targets.svc}                                    \
293    ${my.make.rule.test.targets.jaxp}
294
295# JCK test targets in test/Makefile (no windows)
296my.test.target.set.jck=							\
297    solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
298    solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
299    linux_i586_3.8-product-c2-JCK7TESTRULE,				\
300    linux_x64_3.8-product-c2-JCK7TESTRULE
301
302# JCK testset targets
303my.make.rule.test.targets.jck=						\
304    ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\
305    ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},			\
306    ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
307
308
309#############
310#
311# Hotspot related settings (testset=hotspot)
312#
313
314# The hotspot build flavors
315my.build.flavors.hotspot=						\
316    fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
317    ${my.additional.build.flavors.hotspot}
318
319# Platforms built for hotspot push jobs
320my.build.targets.hotspot=						\
321    solaris_sparcv9_5.11-{product|fastdebug},				\
322    solaris_x64_5.11-{product|fastdebug},				\
323    linux_i586_3.8-{product|fastdebug},					\
324    linux_x64_3.8-{product|fastdebug},					\
325    macosx_x64_10.9-{product|fastdebug},				\
326    windows_i586_6.3-{product|fastdebug},				\
327    windows_x64_6.3-{product|fastdebug},				\
328    solaris_x64_5.11-{fastdebugOpen},					\
329    linux_x64_3.8-{productOpen},					\
330    ${my.additional.build.targets.hotspot}
331
332# Tests to run on the various platforms for hotspot push jobs
333my.test.targets.hotspot.solaris.sparcv9=				\
334    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,			\
335    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,	\
336    solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,		\
337    solaris_sparcv9_5.11-product-c2-runThese8,
338
339my.test.targets.hotspot.solaris.x64=					\
340    solaris_x64_5.11-{product|fastdebug}-c2-jvm98,			\
341    solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,		\
342    solaris_x64_5.11-{product|fastdebug}-c2-scimark,			\
343    solaris_x64_5.11-product-c2-runThese8,				\
344    solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,			\
345    solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,
346
347my.test.targets.hotspot.linux.i586=					\
348    linux_i586_3.8-{product|fastdebug}-c2-jvm98,			\
349    linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
350    linux_i586_3.8-{product|fastdebug}-c2-scimark,			\
351    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,			\
352    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm
353
354my.test.targets.hotspot.linux.x64=					\
355    linux_x64_3.8-{product|fastdebug}-c2-jvm98,				\
356    linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
357    linux_x64_3.8-{product|fastdebug}-c2-scimark
358
359my.test.targets.hotspot.macosx.x64=					\
360    macosx_x64_10.9-{product|fastdebug}-c2-jvm98,			\
361    macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,		\
362    macosx_x64_10.9-{product|fastdebug}-c2-scimark
363
364my.test.targets.hotspot.windows.i586=					\
365    windows_i586_6.3-{product|fastdebug}-c2-jvm98,			\
366    windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
367    windows_i586_6.3-{product|fastdebug}-c2-scimark,			\
368    windows_i586_6.3-product-c2-runThese8,				\
369    windows_i586_6.3-product-c2-runThese8_Xcomp_lang,			\
370    windows_i586_6.3-product-c2-runThese8_Xcomp_vm,
371
372my.test.targets.hotspot.windows.x64=					\
373    windows_x64_6.3-{product|fastdebug}-c2-jvm98,			\
374    windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
375    windows_x64_6.3-{product|fastdebug}-c2-scimark,			\
376    windows_x64_6.3-product-c2-runThese8,				\
377    windows_x64_6.3-product-c2-runThese8_Xcomp_lang,			\
378    windows_x64_6.3-product-c2-runThese8_Xcomp_vm,
379
380# Some basic "smoke" tests for OpenJDK builds
381my.test.targets.hotspot.open=						\
382    solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,		\
383    linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
384
385# The complete list of test targets for jprt
386my.test.targets.hotspot=						\
387  ${my.test.targets.hotspot.open},					\
388  ${my.test.targets.hotspot.solaris.sparcv9},				\
389  ${my.test.targets.hotspot.solaris.x64},				\
390  ${my.test.targets.hotspot.linux.i586},				\
391  ${my.test.targets.hotspot.linux.x64},					\
392  ${my.test.targets.hotspot.macosx.x64},				\
393  ${my.test.targets.hotspot.windows.i586},				\
394  ${my.test.targets.hotspot.windows.x64},				\
395  ${my.test.targets.hotspot.solaris.sparcv9},				\
396  ${my.test.targets.hotspot.solaris.x64},				\
397  ${my.test.targets.hotspot.linux.x64},					\
398  ${my.test.targets.hotspot.windows.i586},				\
399  ${my.test.targets.hotspot.windows.x64},				\
400  ${my.additional.test.targets.hotspot}
401
402
403# Make file based test targets
404
405my.make.rule.test.targets.hotspot.basicvmtests=                         \
406  linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
407  linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
408  macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
409  solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
410  solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
411  windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
412  windows_x64_6.3-*-default-hotspot_basicvmtest
413
414my.make.rule.test.targets.hotspot.gtest= \
415  linux_i586_3.8-*-default-hotspot_gtest, \
416  linux_x64_3.8-*-default-hotspot_gtest, \
417  macosx_x64_10.9-*-default-hotspot_gtest, \
418  solaris_sparcv9_5.11-*-default-hotspot_gtest, \
419  solaris_x64_5.11-*-default-hotspot_gtest, \
420  windows_i586_6.3-*-default-hotspot_gtest, \
421  windows_x64_6.3-*-default-hotspot_gtest, \
422  ${my.additional.make.rule.test.targets.hotspot.gtest}
423
424my.make.rule.test.targets.hotspot.reg.group=				\
425  solaris_sparcv9_5.11-fastdebug-c2-GROUP,				\
426  solaris_x64_5.11-fastdebug-c2-GROUP,					\
427  linux_i586_3.8-fastdebug-c2-GROUP,					\
428  linux_x64_3.8-fastdebug-c2-GROUP,					\
429  macosx_x64_10.9-fastdebug-c2-GROUP,					\
430  windows_i586_6.3-fastdebug-c2-GROUP,					\
431  windows_x64_6.3-fastdebug-c2-GROUP
432
433# Hotspot jtreg tests
434my.make.rule.test.targets.hotspot.reg=							\
435  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1},		\
436  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2},		\
437  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3},		\
438  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed},	\
439  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_1},		\
440  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_2},		\
441  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed},		\
442  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold},		\
443  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcbasher},	\
444  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime},		\
445  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability},	\
446  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},			\
447  solaris_sparcv9_5.11-product-c2-hotspot_fast_gc_gcbasher,				\
448  solaris_x64_5.11-product-c2-hotspot_fast_gc_gcbasher,					\
449  linux_i586_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
450  linux_x64_3.8-product-c2-hotspot_fast_gc_gcbasher,					\
451  macosx_x64_10.9-product-c2-hotspot_fast_gc_gcbasher,					\
452  windows_i586_6.3-product-c2-hotspot_fast_gc_gcbasher,					\
453  windows_x64_6.3-product-c2-hotspot_fast_gc_gcbasher,                                  \
454  ${my.additional.make.rule.test.targets.hotspot.reg}
455
456# Other Makefile based Hotspot tests
457my.make.rule.test.targets.hotspot.other=                                \
458  ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
459  ${my.make.rule.test.targets.hotspot.gtest},                           \
460  ${my.additional.make.rule.test.targets.hotspot.other}
461
462# All the makefile based tests to run
463my.make.rule.test.targets.hotspot=                                      \
464  ${my.make.rule.test.targets.hotspot.reg}                              \
465  ${my.make.rule.test.targets.hotspot.other}
466
467# Install the test bundle for the testset hotspot jtreg tests
468# (but not for the other Makefile based tests)
469my.jprt.test.bundle.targets.hotspot= \
470  ${my.make.rule.test.targets.hotspot.reg}, \
471  ${my.make.rule.test.targets.hotspot.gtest}
472
473# Native jdk and hotspot test targets (testset=nativesanity)
474my.make.rule.test.targets.nativesanity=					\
475    ${my.test.target.set:TESTNAME=jdk_native_sanity},			\
476    ${my.test.target.set:TESTNAME=hotspot_native_sanity}
477
478# Install the test bundle for the nativesanity jtreg tests
479my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
480
481################################################################################
482# Testset buildinfra
483my.build.flavors.buildinfra = \
484    product,fastdebug,slowdebug, \
485    ${my.additional.build.flavors.buildinfra}
486
487# Platforms built for hotspot push jobs
488my.build.targets.buildinfra = \
489    solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
490    solaris_x64_5.11-{product|fastdebug|slowdebug}, \
491    linux_i586_3.8-{product|fastdebug|slowdebug}, \
492    linux_x64_3.8-{product|fastdebug|slowdebug}, \
493    macosx_x64_10.9-{product|fastdebug|slowdebug}, \
494    windows_i586_6.3-{product|fastdebug|slowdebug}, \
495    windows_x64_6.3-{product|fastdebug|slowdebug}, \
496    ${my.additional.build.targets.buildinfra}
497
498my.test.targets.buildinfra = \
499    ${my.test.targets.default}, \
500    ${my.test.targets.hotspot}
501
502my.make.rule.test.targets.buildinfra = \
503    ${my.make.rule.test.targets.default}, \
504    ${my.make.rule.test.targets.hotspot}
505