jprt.properties revision 1565:10c643472afe
12061Sjkh#
250479Speter# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
32061Sjkh# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
438666Sjb#
532427Sjb# This code is free software; you can redistribute it and/or modify it
6111131Sru# under the terms of the GNU General Public License version 2 only, as
7111131Sru# published by the Free Software Foundation.  Oracle designates this
838666Sjb# particular file as subject to the "Classpath" exception as provided
938666Sjb# by Oracle in the LICENSE file that accompanied this code.
1038666Sjb#
1138666Sjb# This code is distributed in the hope that it will be useful, but WITHOUT
1264049Salex# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1364049Salex# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14116679Ssimokawa# version 2 for more details (a copy is included in the LICENSE file that
1566071Smarkm# accompanied this code).
16116679Ssimokawa#
1773504Sobrien# You should have received a copy of the GNU General Public License version
1838666Sjb# 2 along with this work; if not, write to the Free Software Foundation,
1932427Sjb# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2038666Sjb#
21108451Sschweikh# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2238666Sjb# or visit www.oracle.com if you need additional information or have any
2338666Sjb# questions.
2438666Sjb#
2538666Sjb
2617308Speter##############
2791606Skeramida#
2819175Sbde# Global settings
2996205Sjwd#
3096205Sjwd
3138042Sbde# Install test bundle for targets in jprt.test.bundle.targets set
3296205Sjwdjprt.selective.test.bundle.installation=true
3396205Sjwd
3438042Sbde# The current release name
3596205Sjwdjprt.tools.default.release=jdk9
3696205Sjwd
3717308Speter# Check if this is the equivalent of a hotspot push job
3896205Sjwd# Interpret -testset hotspot to mean exactly that
3996205Sjwdmy.is.hotspot.job.hotspot=true
4017308Spetermy.is.hotspot.job=${my.is.hotspot.job.${jprt.test.set}}
4196205Sjwd
4296205Sjwd# Disable syncing the source after builds and tests are done
4396205Sjwdjprt.sync.push=${my.is.hotspot.job ? false : true}
4496205Sjwd
4596205Sjwd# Directories to be excluded from the source bundles
4696205Sjwdjprt.bundle.exclude.src.dirs=build dist webrev
4796205Sjwd
4896205Sjwd# Use configure when building
4996205Sjwdjprt.build.use.configure=true
5096205Sjwd
5196205Sjwd# Set up the run flavors (jvm variants)
5296205Sjwdjprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
5398775Sdillon
5498723Sdillon# Set make target to use for different build flavors
5598723Sdillonjprt.build.flavor.debugOpen.target=jprt_bundle
5698723Sdillonjprt.build.flavor.fastdebug.target=jprt_bundle
5798723Sdillonjprt.build.flavor.product.target=jprt_bundle
5838666Sjbjprt.build.flavor.productOpen.target=jprt_bundle
5938666Sjbjprt.build.flavor.optimized.target=jprt_bundle
6017308Speterjprt.build.flavor.optimizedOpen.target=jprt_bundle
61123311Speter
62123311Speter# Use these configure args to define debug level
63123311Speterjprt.debug.build.configure.args=--with-debug-level=slowdebug
64123311Speterjprt.fastdebug.build.configure.args=--with-debug-level=fastdebug
65142585Srujprt.product.build.configure.args=--with-debug-level=release
66142644Srujprt.optimized.build.configure.args=--with-debug-level=optimized
67142644Srujprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} --enable-openjdk-only
68116679Ssimokawajprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} --enable-openjdk-only
69120760Srujprt.productOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
70128189Sdesjprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
71127360Sru
72123311Speter# Select build flavors and build targets
73137288Speterjprt.build.flavors=${my.is.hotspot.job ? ${my.build.flavors.hotspot} : ${my.build.flavors.default}}
74147425Srujprt.build.targets=${my.is.hotspot.job ? ${my.build.targets.hotspot} : ${my.build.targets.default}}
752061Sjkh
7697769Sru# Select test targets - jprt default for jprt.test.set is "default"
7797252Srujprt.test.targets=${my.test.targets.${jprt.test.set}}
78119579Srujprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
7997252Srujprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
8095730Sru
8195793Sru# 7155453: Work-around to prevent popups on OSX from blocking test completion
82111617Sru# but the work-around is added to all platforms to be consistent
8395730Srujprt.jbb.options=-Djava.awt.headless=true
84116679Ssimokawa
8595730Sru########
86116679Ssimokawa#
8795730Sru# Build options (generic)
88110035Sru#
89107516Sru
90138921Sru# Configure args common to all builds
91138921Sru# Also allows for additional, testset specific configure arguments to be set
92138921Srujprt.build.configure.args=						\
93133942Sru    --with-output-sync=recurse 						\
94133942Sru    --with-boot-jdk=$ALT_BOOTDIR 					\
95133942Sru    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
96133942Sru    ${my.additional.build.configure.args.${jprt.test.set}}		\
97110035Sru    ${my.custom.build.configure.args}
98117234Sru
99110035Sru# i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
100117229Srujprt.i586.build.configure.args=						\
101117234Sru    --with-target-bits=32
10254324Smarcel
10317308Speter# i586 platforms have both client and server, but to allow for overriding the exact configuration
104119519Smarcel# on a per-build flavor basis the value is set for the individual build flavors
105119519Smarcelmy.i586.default.build.configure.args=					\
106119519Smarcel    --with-jvm-variants=client,server
107119519Smarceljprt.i586.debug.build.configure.args=					\
108119519Smarcel    ${my.i586.default.build.configure.args}				\
109119519Smarcel    ${jprt.debug.build.configure.args}
110119579Srujprt.i586.fastdebug.build.configure.args=				\
111119519Smarcel    ${my.i586.default.build.configure.args}				\
112119519Smarcel    ${jprt.fastdebug.build.configure.args}
113119519Smarceljprt.i586.product.build.configure.args=					\
114119519Smarcel    ${my.i586.default.build.configure.args}				\
115119519Smarcel    ${jprt.product.build.configure.args}
116126031Sgadjprt.i586.debugOpen.build.configure.args=				\
117126024Sgad    ${my.i586.default.build.configure.args}				\
118126024Sgad    ${jprt.debugOpen.build.configure.args}
119126024Sgadjprt.i586.fastdebugOpen.build.configure.args=				\
120126024Sgad    ${my.i586.default.build.configure.args}				\
121126024Sgad    ${jprt.fastdebugOpen.build.configure.args}
122126024Sgadjprt.i586.productOpen.build.configure.args=				\
123126024Sgad    ${my.i586.default.build.configure.args}				\
124126024Sgad    ${jprt.productOpen.build.configure.args}
125126024Sgad
126126024Sgadjprt.windows_i586_6.2.build.configure.args=                             \
127126024Sgad    --with-toolchain-version=2013                                       \
128126024Sgad    ${jprt.i586.build.configure.args}
129126024Sgadjprt.windows_x64_6.2.build.configure.args=                              \
130126031Sgad    --with-toolchain-version=2013
131126024Sgad
132126024Sgad########
133126024Sgad#
134126024Sgad# Build targets and options (default/jdk)
135126024Sgad#
136126024Sgad
137126024Sgad# The default build flavors
138133376Shartimy.build.flavors.default=fastdebug,product
139126024Sgad
140126024Sgad# Standard list of jprt build targets for this source tree
141126024Sgadmy.build.targets.default=						\
142126024Sgad    solaris_sparcv9_5.11-{product|fastdebug},				\
143126024Sgad    solaris_x64_5.11-{product|fastdebug},				\
144125885Sgad    linux_i586_2.6-{product|fastdebug},					\
145125885Sgad    linux_x64_2.6-{product|fastdebug},					\
14638666Sjb    macosx_x64_10.9-{product|fastdebug},				\
14717308Speter    windows_i586_6.2-{product|fastdebug},				\
148119519Smarcel    windows_x64_6.2-{product|fastdebug}
149119579Sru
150133376Sharti# Test target list (no fastdebug & limited c2 testing)
151110035Srumy.test.target.set=							\
1522302Spaul    solaris_sparcv9_5.11-product-c2-TESTNAME,				\
15339206Sjkh    solaris_x64_5.11-product-c2-TESTNAME,				\
15439206Sjkh    linux_i586_2.6-product-{c1|c2}-TESTNAME,				\
15539206Sjkh    linux_x64_2.6-product-c2-TESTNAME,					\
156133945Sru    macosx_x64_10.9-product-c2-TESTNAME,				\
157133945Sru    windows_i586_6.2-product-c1-TESTNAME,				\
158132358Smarkm    windows_x64_6.2-product-c2-TESTNAME
15917308Speter
16054324Smarcel# Default vm test targets (testset=default)
16154324Smarcelmy.test.targets.default=						\
162132234Smarcel    ${my.test.target.set:TESTNAME=jvm98},				\
163132234Smarcel    ${my.test.target.set:TESTNAME=scimark}
164132234Smarcel
165132234Smarcel# Default jdk test targets (testset=default)
16654324Smarcelmy.make.rule.test.targets.default=					\
16754324Smarcel    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
16854324Smarcel    ${my.test.target.set:TESTNAME=jdk_lang},				\
169118531Sru    ${my.test.target.set:TESTNAME=jdk_math},				\
17054324Smarcel    ${my.test.target.set:TESTNAME=jdk_util}
17154324Smarcel
17254324Smarcel# Default vm test targets (testset=core)
17354324Smarcelmy.test.targets.core=
17454324Smarcel
17554324Smarcel# Core jdk test targets (testset=core)
176133376Shartimy.make.rule.test.targets.core=						\
17754324Smarcel    ${my.test.target.set:TESTNAME=jdk_lang},				\
178133376Sharti    ${my.test.target.set:TESTNAME=jdk_math},				\
179133376Sharti    ${my.test.target.set:TESTNAME=jdk_util},				\
18054324Smarcel    ${my.test.target.set:TESTNAME=jdk_io},				\
18154324Smarcel    ${my.test.target.set:TESTNAME=jdk_net},				\
18254324Smarcel    ${my.test.target.set:TESTNAME=jdk_nio},				\
18354324Smarcel    ${my.test.target.set:TESTNAME=jdk_security1},			\
18454324Smarcel    ${my.test.target.set:TESTNAME=jdk_security2},			\
185133376Sharti    ${my.test.target.set:TESTNAME=jdk_security3},			\
18654324Smarcel    ${my.test.target.set:TESTNAME=jdk_security4},			\
18754324Smarcel    ${my.test.target.set:TESTNAME=jdk_rmi},				\
18854324Smarcel    ${my.test.target.set:TESTNAME=jdk_text},				\
189118531Sru    ${my.test.target.set:TESTNAME=jdk_time},				\
190118531Sru    ${my.test.target.set:TESTNAME=jdk_other},				\
19154324Smarcel    ${my.test.target.set:TESTNAME=core_tools}
192132234Smarcel
193132234Smarcel# Svc vm test targets (testset=svc)
194132234Smarcelmy.test.targets.svc=
195132234Smarcel
196132234Smarcel# Core jdk test targets (testset=svc)
197132588Skensmithmy.make.rule.test.targets.svc=						\
198132358Smarkm    ${my.test.target.set:TESTNAME=jdk_management},			\
199132234Smarcel    ${my.test.target.set:TESTNAME=jdk_instrument},			\
200132358Smarkm    ${my.test.target.set:TESTNAME=jdk_jmx},				\
201132358Smarkm    ${my.test.target.set:TESTNAME=jdk_jdi},				\
202132358Smarkm    ${my.test.target.set:TESTNAME=svc_tools},                           \
203132358Smarkm    ${my.make.rule.test.targets.svc.extra}
204132234Smarcel
205132234Smarcel# JAXP vm test targets (testset=jaxp)
206132234Smarcelmy.test.targets.jaxp=
20754324Smarcel
20854324Smarcel# JAXP test targets (testset=jaxp)
20995730Srumy.make.rule.test.targets.jaxp=						\
21095730Sru    ${my.test.target.set:TESTNAME=jaxp_all}
21195730Sru
21295730Sru# All vm test targets (testset=all)
21395730Srumy.test.targets.all=							\
21495730Sru    ${my.test.targets.default},						\
21595730Sru    ${my.test.target.set:TESTNAME=runThese},				\
21638666Sjb    ${my.test.target.set:TESTNAME=jbb_default}
217107374Sru
21817308Speter# All jdk test targets (testset=all)
21955678Smarcelmy.make.rule.test.targets.all=						\
220143032Sharti    ${my.make.rule.test.targets.core},					\
221138515Sharti    ${my.make.rule.test.targets.svc},					\
222117793Sru    ${my.test.target.set:TESTNAME=jdk_awt},				\
223110035Sru    ${my.test.target.set:TESTNAME=jdk_beans},				\
224110035Sru    ${my.test.target.set:TESTNAME=jdk_sound},				\
225110035Sru    ${my.test.target.set:TESTNAME=jdk_swing}
2262061Sjkh
22717308Speter# PIT vm test targets (testset=pit)
228107516Srumy.test.targets.pit=							\
229107374Sru   ${my.test.targets.all}
23055678Smarcel
231107516Sru# PIT jdk test targets (testset=pit)
232107516Srumy.make.rule.test.targets.pit=						\
233107516Sru    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
234107516Sru    ${my.make.rule.test.targets.core},					\
235107516Sru    ${my.make.rule.test.targets.svc}                                    \
236139112Sru    ${my.make.rule.test.targets.jaxp}
237107516Sru
238107516Sru# JCK test targets in test/Makefile (no windows)
239122204Skrismy.test.target.set.jck=							\
24055678Smarcel    solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
24155678Smarcel    solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
242116696Sru    linux_i586_2.6-product-c1-JCK7TESTRULE,				\
24355678Smarcel    linux_x64_2.6-product-c2-JCK7TESTRULE
244133376Sharti
245107516Sru# JCK testset targets
246107516Srumy.make.rule.test.targets.jck=						\
247107516Sru    ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\
248107516Sru    ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},			\
24955678Smarcel    ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
25055678Smarcel
251111131Sru
252111131Sru#############
253111131Sru#
254133945Sru# Hotspot related settings (testset=hotspot)
255111131Sru#
256111131Sru
257133945Sru# The hotspot build flavors
258133945Srumy.build.flavors.hotspot=						\
259103985Sphk    debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
260103985Sphk    ${my.additional.build.flavors.hotspot}
261103985Sphk
262133945Sru# Platforms built for hotspot push jobs
263133945Srumy.build.targets.hotspot=						\
264133945Sru    solaris_sparcv9_5.11-{product|fastdebug},			\
265133945Sru    solaris_x64_5.11-{product|fastdebug},				\
266133945Sru    linux_i586_2.6-{product|fastdebug},					\
267133945Sru    linux_x64_2.6-{product|fastdebug},			\
268111131Sru    macosx_x64_10.9-{product|fastdebug},				\
269131876Sphk    windows_i586_6.2-{product|fastdebug},				\
270111131Sru    windows_x64_6.2-{product|fastdebug},			\
271111131Sru    solaris_x64_5.11-{debugOpen},					\
272111131Sru    linux_x64_2.6-{productOpen},					\
273111131Sru    ${my.additional.build.targets.hotspot}
274111131Sru
275111131Sru# Tests to run on the various platforms for hotspot push jobs
276111133Srumy.test.targets.hotspot.solaris.sparcv9=				\
277103985Sphk    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,			\
278133945Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,	\
279111131Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,		\
280103985Sphk    solaris_sparcv9_5.11-product-c2-runThese8,				\
281111131Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,	\
282133945Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,	\
283133945Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS,		\
284133945Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1,		\
285103985Sphk    solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_default_nontiered,	\
286118531Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_SerialGC,		\
287118531Sru    solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParallelGC,		\
288103985Sphk    solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_CMS,		\
289103985Sphk    solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_G1
290126485Sru
291111131Srumy.test.targets.hotspot.solaris.x64=					\
292111131Sru    solaris_x64_5.11-{product|fastdebug}-c2-jvm98,			\
293103985Sphk    solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,		\
294111131Sru    solaris_x64_5.11-{product|fastdebug}-c2-scimark,			\
295131876Sphk    solaris_x64_5.11-product-c2-runThese8,				\
296111131Sru    solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,			\
297111131Sru    solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,			\
298111131Sru    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,		\
299103985Sphk    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,	\
300133945Sru    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS,		\
301    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1,		\
302    solaris_x64_5.11-{product|fastdebug}-c2-jbb_default_nontiered,	\
303    solaris_x64_5.11-{product|fastdebug}-c2-jbb_SerialGC,		\
304    solaris_x64_5.11-{product|fastdebug}-c2-jbb_ParallelGC,
305
306my.test.targets.hotspot.linux.i586=					\
307    linux_i586_2.6-{product|fastdebug}-{c1|c2}-jvm98,			\
308    linux_i586_2.6-{product|fastdebug}-c2-jvm98_nontiered,		\
309    linux_i586_2.6-{product|fastdebug}-{c1|c2}-scimark,			\
310    linux_i586_2.6-product-c1-runThese8_Xcomp_lang,			\
311    linux_i586_2.6-product-c1-runThese8_Xcomp_vm,			\
312    linux_i586_2.6-fastdebug-c1-runThese8_Xshare,			\
313    linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_lang,			\
314    linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_vm,			\
315    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
316    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
317    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
318    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_G1,		\
319    linux_i586_2.6-{product|fastdebug}-c1-jbb_SerialGC,			\
320    linux_i586_2.6-{product|fastdebug}-c2-jbb_default_nontiered,	\
321    linux_i586_2.6-{product|fastdebug}-c1-jbb_ParallelGC,		\
322    linux_i586_2.6-{product|fastdebug}-c1-jbb_CMS,			\
323    linux_i586_2.6-{product|fastdebug}-c1-jbb_G1
324
325my.test.targets.hotspot.linux.x64=					\
326    linux_x64_2.6-{product|fastdebug}-c2-jvm98,				\
327    linux_x64_2.6-{product|fastdebug}-c2-jvm98_nontiered,		\
328    linux_x64_2.6-{product|fastdebug}-c2-scimark,			\
329    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_SerialGC,		\
330    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
331    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_CMS,			\
332    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_G1,			\
333    linux_x64_2.6-{product|fastdebug}-c2-jbb_default_nontiered,		\
334    linux_x64_2.6-{product|fastdebug}-c2-jbb_ParallelGC,		\
335    linux_x64_2.6-{product|fastdebug}-c2-jbb_G1
336
337my.test.targets.hotspot.macosx.x64=					\
338    macosx_x64_10.9-{product|fastdebug}-c2-jvm98,			\
339    macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,		\
340    macosx_x64_10.9-{product|fastdebug}-c2-scimark,			\
341    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC,		\
342    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
343    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS,		\
344    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1,			\
345    macosx_x64_10.9-{product|fastdebug}-c2-jbb_default_nontiered,	\
346    macosx_x64_10.9-{product|fastdebug}-c2-jbb_ParallelGC,		\
347    macosx_x64_10.9-{product|fastdebug}-c2-jbb_G1
348
349my.test.targets.hotspot.windows.i586=					\
350    windows_i586_6.2-{product|fastdebug}-{c1|c2}-jvm98,			\
351    windows_i586_6.2-{product|fastdebug}-c2-jvm98_nontiered,		\
352    windows_i586_6.2-{product|fastdebug}-{c1|c2}-scimark,		\
353    windows_i586_6.2-product-{c1|c2}-runThese8,				\
354    windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_lang,		\
355    windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_vm,		\
356    windows_i586_6.2-fastdebug-c1-runThese8_Xshare,			\
357    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
358    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
359    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
360    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_G1,		\
361    windows_i586_6.2-{product|fastdebug}-{c1|c2}-jbb_default,		\
362    windows_i586_6.2-{product|fastdebug}-c2-jbb_default_nontiered,	\
363    windows_i586_6.2-product-{c1|c2}-jbb_ParallelGC,			\
364    windows_i586_6.2-product-{c1|c2}-jbb_CMS,				\
365    windows_i586_6.2-product-{c1|c2}-jbb_G1
366
367my.test.targets.hotspot.windows.x64=					\
368    windows_x64_6.2-{product|fastdebug}-c2-jvm98,			\
369    windows_x64_6.2-{product|fastdebug}-c2-jvm98_nontiered,		\
370    windows_x64_6.2-{product|fastdebug}-c2-scimark,			\
371    windows_x64_6.2-product-c2-runThese8,				\
372    windows_x64_6.2-product-c2-runThese8_Xcomp_lang,			\
373    windows_x64_6.2-product-c2-runThese8_Xcomp_vm,			\
374    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_SerialGC,		\
375    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
376    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_CMS,		\
377    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_G1,			\
378    windows_x64_6.2-{product|fastdebug}-c2-jbb_default,			\
379    windows_x64_6.2-{product|fastdebug}-c2-jbb_default_nontiered,	\
380    windows_x64_6.2-product-c2-jbb_CMS,					\
381    windows_x64_6.2-product-c2-jbb_ParallelGC,				\
382    windows_x64_6.2-product-c2-jbb_G1
383
384# Some basic "smoke" tests for OpenJDK builds
385my.test.targets.hotspot.open=						\
386    solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,		\
387    linux_x64_2.6-{productOpen|fastdebugOpen}-c2-jvm98
388
389# The complete list of test targets for jprt
390my.test.targets.hotspot=						\
391  ${my.test.targets.hotspot.open},					\
392  ${my.test.targets.hotspot.solaris.sparcv9},				\
393  ${my.test.targets.hotspot.solaris.x64},				\
394  ${my.test.targets.hotspot.linux.i586},				\
395  ${my.test.targets.hotspot.linux.x64},					\
396  ${my.test.targets.hotspot.macosx.x64},				\
397  ${my.test.targets.hotspot.windows.i586},				\
398  ${my.test.targets.hotspot.windows.x64},				\
399  ${my.test.targets.hotspot.solaris.sparcv9},				\
400  ${my.test.targets.hotspot.solaris.x64},				\
401  ${my.test.targets.hotspot.linux.x64},					\
402  ${my.test.targets.hotspot.windows.i586},				\
403  ${my.test.targets.hotspot.windows.x64},				\
404  ${my.additional.test.targets.hotspot}
405
406
407# Make file based test targets
408
409my.make.rule.test.targets.hotspot.basicvmtests=                         \
410  linux_i586_2.6-*-default-hotspot_basicvmtest,                         \
411  linux_x64_2.6-*-default-hotspot_basicvmtest,                          \
412  macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
413  solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
414  solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
415  windows_i586_6.2-*-default-hotspot_basicvmtest,                       \
416  windows_x64_6.2-*-default-hotspot_basicvmtest
417  
418my.make.rule.test.targets.hotspot.reg.group=				\
419  solaris_sparcv9_5.11-fastdebug-c2-GROUP,				\
420  solaris_x64_5.11-fastdebug-c2-GROUP,					\
421  linux_i586_2.6-fastdebug-c2-GROUP,					\
422  linux_x64_2.6-fastdebug-c2-GROUP,					\
423  macosx_x64_10.9-fastdebug-c2-GROUP,					\
424  windows_i586_6.2-fastdebug-c2-GROUP,					\
425  windows_x64_6.2-fastdebug-c2-GROUP,					\
426  linux_i586_2.6-fastdebug-c1-GROUP,					\
427  windows_i586_6.2-fastdebug-c1-GROUP
428
429# Hotspot jtreg tests
430my.make.rule.test.targets.hotspot.reg=						\
431  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1},	\
432  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2},	\
433  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3},	\
434  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed},	\
435  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc},		\
436  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed},       \
437  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold},        \
438  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},		\
439  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability},	\
440  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},		\
441  ${my.additional.make.rule.test.targets.hotspot.reg}
442
443# Other Makefile based Hotspot tests
444my.make.rule.test.targets.hotspot.other=                                \
445  ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
446  ${my.additional.make.rule.test.targets.hotspot.other}
447
448# All the makefile based tests to run
449my.make.rule.test.targets.hotspot=                                      \
450  ${my.make.rule.test.targets.hotspot.reg}                              \
451  ${my.make.rule.test.targets.hotspot.other}
452
453# Install the test bundle for the testset hotspot jtreg tests
454# (but not for the other Makefile based tests)
455my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
456
457# Native jdk and hotspot test targets (testset=nativesanity)
458my.make.rule.test.targets.nativesanity=					\
459    ${my.test.target.set:TESTNAME=jdk_native_sanity},			\
460    ${my.test.target.set:TESTNAME=hotspot_native_sanity}
461
462# Install the test bundle for the nativesanity jtreg tests
463my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
464