blob: 9e10f8cf1a20f456eef00ede5d59db517f46e1f8 [file] [log] [blame]
J. Duke686d76f2007-12-01 00:00:00 +00001#
Christian Tornqviste0ddba92017-03-07 11:28:09 -05002# Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved.
J. Duke686d76f2007-12-01 00:00:00 +00003# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
Kelly O'Hair136614e2010-05-25 15:51:26 -07007# published by the Free Software Foundation. Oracle designates this
J. Duke686d76f2007-12-01 00:00:00 +00008# particular file as subject to the "Classpath" exception as provided
Kelly O'Hair136614e2010-05-25 15:51:26 -07009# by Oracle in the LICENSE file that accompanied this code.
J. Duke686d76f2007-12-01 00:00:00 +000010#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
Kelly O'Hair136614e2010-05-25 15:51:26 -070021# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
J. Duke686d76f2007-12-01 00:00:00 +000024#
25
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070026##############
27#
28# Global settings
29#
J. Duke686d76f2007-12-01 00:00:00 +000030
Mikael Vidstedtb5264b32015-04-14 22:46:16 -070031# Install test bundle for targets in jprt.test.bundle.targets set
32jprt.selective.test.bundle.installation=true
Magnus Ihse Bursief6875fe2015-02-27 11:56:57 +010033
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070034# The current release name
Erik Joelssond914e2b2013-12-19 14:11:12 +010035jprt.tools.default.release=jdk9
J. Duke686d76f2007-12-01 00:00:00 +000036
Erik Joelsson1f8105b2016-01-21 17:35:28 +010037# Allow concurrent changes to be merged in prior to pushing
Mikael Vidstedt19cddad2015-12-22 20:47:40 -080038jprt.sync.push=true
Kelly O'Hair891aa6b2010-03-06 15:00:40 -080039
Kelly O'Hair68ba7cf2010-09-07 15:13:58 -070040# Directories to be excluded from the source bundles
Erik Joelsson72c4ec52017-09-12 19:03:56 +020041jprt.bundle.exclude.src.dirs=build dist webrev ${jprt.bundle.exclude.src.dirs.extra}
J. Duke686d76f2007-12-01 00:00:00 +000042
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070043# Use configure when building
Erik Joelssond9706a02013-12-17 11:09:26 +010044jprt.build.use.configure=true
Erik Joelsson0ca1df52016-02-15 10:55:36 +010045jprt.build.use.jib=true
46jprt.test.use.jib=true
Erik Joelsson72c4ec52017-09-12 19:03:56 +020047jprt.jib.launcher=bin/jib.sh
Erik Joelssond8f522b2016-12-21 13:30:35 +010048jprt.build.use.jib.publish=true
Mikael Vidstedt40c9be92014-06-24 20:29:52 -070049
Erik Joelsson0ca1df52016-02-15 10:55:36 +010050# 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
Erik Joelsson1f8105b2016-01-21 17:35:28 +010076jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
77
Mikael Vidstedtd933f612015-04-17 16:08:41 -070078# Set up the run flavors (jvm variants)
Leonid Mesnikd3ebf812016-06-07 12:55:09 +030079jprt.run.flavors=c2,default,${my.additional.run.flavors}
Mikael Vidstedtd933f612015-04-17 16:08:41 -070080
Erik Joelsson0ca1df52016-02-15 10:55:36 +010081# Setup jib profiles
82jprt.linux_i586.product.build.jib.profile=linux-x86
Erik Joelssond19ce5b2016-03-15 11:08:47 +010083jprt.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
Erik Joelsson0ca1df52016-02-15 10:55:36 +010089
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
Erik Joelssond19ce5b2016-03-15 11:08:47 +010098jprt.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
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100107jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100108jprt.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
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100121
Erik Joelssoneaf6a902016-12-07 16:08:23 +0100122jprt.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
Erik Joelssond8f522b2016-12-21 13:30:35 +0100128jprt.test.jib.profile=run-test-jprt
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100129
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700130# Set make target to use for different build flavors
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100131jprt.build.flavor.fastdebugOpen.target=jprt_bundle
Erik Joelssond9706a02013-12-17 11:09:26 +0100132jprt.build.flavor.fastdebug.target=jprt_bundle
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700133jprt.build.flavor.product.target=jprt_bundle
134jprt.build.flavor.productOpen.target=jprt_bundle
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300135jprt.build.flavor.optimized.target=jprt_bundle
136jprt.build.flavor.optimizedOpen.target=jprt_bundle
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100137jprt.build.flavor.slowdebug.target=jprt_bundle
Erik Joelssoneaf6a902016-12-07 16:08:23 +0100138jprt.build.flavor.productZero.target=jprt_bundle
139jprt.build.flavor.fastdebugZero.target=jprt_bundle
Erik Joelssond9706a02013-12-17 11:09:26 +0100140
Erik Joelssone709aa22016-04-08 13:14:23 +0200141# Use these configure args to define debug level or provide specific
142# configuration details not covered by Jib profiles.
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100143jprt.slowdebug.build.configure.args=
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100144jprt.fastdebug.build.configure.args=--disable-precompiled-headers
Erik Joelssone709aa22016-04-08 13:14:23 +0200145# 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=
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100150jprt.product.build.configure.args=
Igor Ignatyev913c598d2014-11-08 16:01:10 +0300151jprt.optimized.build.configure.args=--with-debug-level=optimized
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100152jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
Erik Joelsson0ca1df52016-02-15 10:55:36 +0100153jprt.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}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700156
Chris Plummer0258eea2015-12-07 17:05:03 -0800157
158# hotspot testset has custom build flavors and build targets
159my.jprt.testsetHasCustomBuildFlavors.hotspot=true
160my.jprt.testsetHasCustomBuildTargets.hotspot=true
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100161my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
162my.jprt.testsetHasCustomBuildTargets.buildinfra=true
Chris Plummer0258eea2015-12-07 17:05:03 -0800163
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}}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700173
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}}
Claes Redestad9ba46752017-06-19 10:32:13 +0200177
178# Not all test targets need the test image
179jprt.test.bundle.targets=\
David Holmes234b3002017-12-05 02:55:44 -0500180 ${my.make.rule.test.targets.svc}, \
Claes Redestad9ba46752017-06-19 10:32:13 +0200181 ${my.make.rule.test.targets.hotspot.reg}, \
182 ${my.make.rule.test.targets.hotspot.gtest} \
183 ${my.make.rule.test.targets.nativesanity} \
Lucy Luec1c3bc2017-10-17 16:51:11 -0700184 ${my.test.target.set:TESTNAME=jdk_lang} \
185 ${my.test.target.set:TESTNAME=jdk_nio}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700186
187# 7155453: Work-around to prevent popups on OSX from blocking test completion
188# but the work-around is added to all platforms to be consistent
189jprt.jbb.options=-Djava.awt.headless=true
190
191########
192#
193# Build options (generic)
194#
195
196# Configure args common to all builds
197# Also allows for additional, testset specific configure arguments to be set
198jprt.build.configure.args= \
Erik Joelssonedacc922015-06-26 10:02:21 +0200199 --with-output-sync=recurse \
Erik Joelssonedacc922015-06-26 10:02:21 +0200200 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \
Erik Joelssond8f522b2016-12-21 13:30:35 +0100201 --with-version-opt=$JPRT_JOB_ID \
Ingemar Aberg3bc34402015-02-25 11:04:14 +0100202 ${my.additional.build.configure.args.${jprt.test.set}} \
203 ${my.custom.build.configure.args}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700204
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700205########
206#
207# Build targets and options (default/jdk)
208#
209
210# The default build flavors
211my.build.flavors.default=fastdebug,product
212
213# Standard list of jprt build targets for this source tree
Erik Joelsson69cc0c72016-05-17 18:18:18 +0200214my.build.targets.default= \
215 solaris_sparcv9_5.11-{product|fastdebug}, \
216 solaris_x64_5.11-{product|fastdebug}, \
217 linux_i586_3.8-{product|fastdebug}, \
218 linux_x64_3.8-{product|fastdebug}, \
219 macosx_x64_10.9-{product|fastdebug}, \
220 windows_i586_6.3-{product|fastdebug}, \
221 windows_x64_6.3-{product|fastdebug}, \
222 ${my.additional.build.targets.default}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700223
224# Test target list (no fastdebug & limited c2 testing)
225my.test.target.set= \
226 solaris_sparcv9_5.11-product-c2-TESTNAME, \
227 solaris_x64_5.11-product-c2-TESTNAME, \
Leonid Mesnikd3ebf812016-06-07 12:55:09 +0300228 linux_i586_3.8-product-c2-TESTNAME, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100229 linux_x64_3.8-product-c2-TESTNAME, \
Tim Bellf5e8a4d2015-03-16 17:59:09 +0100230 macosx_x64_10.9-product-c2-TESTNAME, \
Leonid Mesnikd3ebf812016-06-07 12:55:09 +0300231 windows_i586_6.3-product-c2-TESTNAME, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100232 windows_x64_6.3-product-c2-TESTNAME
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700233
234# Default vm test targets (testset=default)
235my.test.targets.default= \
236 ${my.test.target.set:TESTNAME=jvm98}, \
237 ${my.test.target.set:TESTNAME=scimark}
238
239# Default jdk test targets (testset=default)
240my.make.rule.test.targets.default= \
241 ${my.test.target.set:TESTNAME=langtools_jtreg}, \
242 ${my.test.target.set:TESTNAME=jdk_lang}, \
243 ${my.test.target.set:TESTNAME=jdk_math}, \
244 ${my.test.target.set:TESTNAME=jdk_util}
Magnus Ihse Bursiec4ced972014-11-27 15:41:56 +0100245
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700246# Default vm test targets (testset=core)
247my.test.targets.core=
248
249# Core jdk test targets (testset=core)
250my.make.rule.test.targets.core= \
251 ${my.test.target.set:TESTNAME=jdk_lang}, \
252 ${my.test.target.set:TESTNAME=jdk_math}, \
253 ${my.test.target.set:TESTNAME=jdk_util}, \
254 ${my.test.target.set:TESTNAME=jdk_io}, \
255 ${my.test.target.set:TESTNAME=jdk_net}, \
256 ${my.test.target.set:TESTNAME=jdk_nio}, \
257 ${my.test.target.set:TESTNAME=jdk_security1}, \
258 ${my.test.target.set:TESTNAME=jdk_security2}, \
259 ${my.test.target.set:TESTNAME=jdk_security3}, \
Sean Coffey5edf3d92014-09-10 16:13:35 +0100260 ${my.test.target.set:TESTNAME=jdk_security4}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700261 ${my.test.target.set:TESTNAME=jdk_rmi}, \
262 ${my.test.target.set:TESTNAME=jdk_text}, \
263 ${my.test.target.set:TESTNAME=jdk_time}, \
264 ${my.test.target.set:TESTNAME=jdk_other}, \
265 ${my.test.target.set:TESTNAME=core_tools}
266
267# Svc vm test targets (testset=svc)
268my.test.targets.svc=
269
270# Core jdk test targets (testset=svc)
271my.make.rule.test.targets.svc= \
272 ${my.test.target.set:TESTNAME=jdk_management}, \
273 ${my.test.target.set:TESTNAME=jdk_instrument}, \
274 ${my.test.target.set:TESTNAME=jdk_jmx}, \
275 ${my.test.target.set:TESTNAME=jdk_jdi}, \
Chris Hegartyb26d39f2014-12-03 14:20:21 +0000276 ${my.test.target.set:TESTNAME=svc_tools}, \
277 ${my.make.rule.test.targets.svc.extra}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700278
Tristan Yana78b9852014-12-15 13:09:39 -0800279# JAXP vm test targets (testset=jaxp)
280my.test.targets.jaxp=
281
282# JAXP test targets (testset=jaxp)
283my.make.rule.test.targets.jaxp= \
284 ${my.test.target.set:TESTNAME=jaxp_all}
285
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700286# All vm test targets (testset=all)
287my.test.targets.all= \
288 ${my.test.targets.default}, \
289 ${my.test.target.set:TESTNAME=runThese}, \
290 ${my.test.target.set:TESTNAME=jbb_default}
291
292# All jdk test targets (testset=all)
293my.make.rule.test.targets.all= \
294 ${my.make.rule.test.targets.core}, \
295 ${my.make.rule.test.targets.svc}, \
296 ${my.test.target.set:TESTNAME=jdk_awt}, \
Mikael Vidstedt09b196b2014-07-03 10:23:19 -0700297 ${my.test.target.set:TESTNAME=jdk_beans}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700298 ${my.test.target.set:TESTNAME=jdk_sound}, \
299 ${my.test.target.set:TESTNAME=jdk_swing}
300
301# PIT vm test targets (testset=pit)
302my.test.targets.pit= \
303 ${my.test.targets.all}
304
305# PIT jdk test targets (testset=pit)
306my.make.rule.test.targets.pit= \
307 ${my.test.target.set:TESTNAME=langtools_jtreg}, \
308 ${my.make.rule.test.targets.core}, \
Tristan Yana78b9852014-12-15 13:09:39 -0800309 ${my.make.rule.test.targets.svc} \
310 ${my.make.rule.test.targets.jaxp}
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700311
312# JCK test targets in test/Makefile (no windows)
313my.test.target.set.jck= \
314 solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \
315 solaris_x64_5.11-product-c2-JCK7TESTRULE, \
Leonid Mesnikd3ebf812016-06-07 12:55:09 +0300316 linux_i586_3.8-product-c2-JCK7TESTRULE, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100317 linux_x64_3.8-product-c2-JCK7TESTRULE
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700318
319# JCK testset targets
320my.make.rule.test.targets.jck= \
321 ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \
322 ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \
323 ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
324
325
326#############
327#
328# Hotspot related settings (testset=hotspot)
329#
330
331# The hotspot build flavors
332my.build.flavors.hotspot= \
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100333 fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700334 ${my.additional.build.flavors.hotspot}
335
336# Platforms built for hotspot push jobs
337my.build.targets.hotspot= \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400338 solaris_sparcv9_5.11-{product|fastdebug}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700339 solaris_x64_5.11-{product|fastdebug}, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100340 linux_i586_3.8-{product|fastdebug}, \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400341 linux_x64_3.8-{product|fastdebug}, \
Tim Bellf5e8a4d2015-03-16 17:59:09 +0100342 macosx_x64_10.9-{product|fastdebug}, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100343 windows_i586_6.3-{product|fastdebug}, \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400344 windows_x64_6.3-{product|fastdebug}, \
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100345 solaris_x64_5.11-{fastdebugOpen}, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100346 linux_x64_3.8-{productOpen}, \
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700347 ${my.additional.build.targets.hotspot}
348
349# Tests to run on the various platforms for hotspot push jobs
350my.test.targets.hotspot.solaris.sparcv9= \
351 solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \
352 solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
353 solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \
Erik Helind2b993e2016-09-28 16:41:38 +0200354 solaris_sparcv9_5.11-product-c2-runThese8,
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700355
356my.test.targets.hotspot.solaris.x64= \
357 solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \
358 solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
359 solaris_x64_5.11-{product|fastdebug}-c2-scimark, \
Mikael Vidstedta720c932014-07-16 15:04:21 -0700360 solaris_x64_5.11-product-c2-runThese8, \
361 solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \
Erik Helind2b993e2016-09-28 16:41:38 +0200362 solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700363
364my.test.targets.hotspot.linux.i586= \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400365 linux_i586_3.8-{product|fastdebug}-c2-jvm98, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100366 linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered, \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400367 linux_i586_3.8-{product|fastdebug}-c2-scimark, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100368 linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang, \
Erik Helind2b993e2016-09-28 16:41:38 +0200369 linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700370
371my.test.targets.hotspot.linux.x64= \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100372 linux_x64_3.8-{product|fastdebug}-c2-jvm98, \
373 linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered, \
Erik Helind2b993e2016-09-28 16:41:38 +0200374 linux_x64_3.8-{product|fastdebug}-c2-scimark
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700375
376my.test.targets.hotspot.macosx.x64= \
Tim Bellf5e8a4d2015-03-16 17:59:09 +0100377 macosx_x64_10.9-{product|fastdebug}-c2-jvm98, \
378 macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \
Erik Helind2b993e2016-09-28 16:41:38 +0200379 macosx_x64_10.9-{product|fastdebug}-c2-scimark
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700380
381my.test.targets.hotspot.windows.i586= \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400382 windows_i586_6.3-{product|fastdebug}-c2-jvm98, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100383 windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered, \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400384 windows_i586_6.3-{product|fastdebug}-c2-scimark, \
385 windows_i586_6.3-product-c2-runThese8, \
386 windows_i586_6.3-product-c2-runThese8_Xcomp_lang, \
Erik Helind2b993e2016-09-28 16:41:38 +0200387 windows_i586_6.3-product-c2-runThese8_Xcomp_vm,
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700388
389my.test.targets.hotspot.windows.x64= \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100390 windows_x64_6.3-{product|fastdebug}-c2-jvm98, \
391 windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered, \
392 windows_x64_6.3-{product|fastdebug}-c2-scimark, \
393 windows_x64_6.3-product-c2-runThese8, \
394 windows_x64_6.3-product-c2-runThese8_Xcomp_lang, \
Erik Helind2b993e2016-09-28 16:41:38 +0200395 windows_x64_6.3-product-c2-runThese8_Xcomp_vm,
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700396
397# Some basic "smoke" tests for OpenJDK builds
398my.test.targets.hotspot.open= \
399 solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100400 linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700401
402# The complete list of test targets for jprt
403my.test.targets.hotspot= \
404 ${my.test.targets.hotspot.open}, \
405 ${my.test.targets.hotspot.solaris.sparcv9}, \
406 ${my.test.targets.hotspot.solaris.x64}, \
407 ${my.test.targets.hotspot.linux.i586}, \
408 ${my.test.targets.hotspot.linux.x64}, \
409 ${my.test.targets.hotspot.macosx.x64}, \
410 ${my.test.targets.hotspot.windows.i586}, \
411 ${my.test.targets.hotspot.windows.x64}, \
412 ${my.test.targets.hotspot.solaris.sparcv9}, \
413 ${my.test.targets.hotspot.solaris.x64}, \
414 ${my.test.targets.hotspot.linux.x64}, \
415 ${my.test.targets.hotspot.windows.i586}, \
416 ${my.test.targets.hotspot.windows.x64}, \
417 ${my.additional.test.targets.hotspot}
418
419
420# Make file based test targets
421
Igor Ignatyevb3492922016-05-03 23:49:27 +0300422my.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
Zoltan Majoe56234c2014-08-05 09:05:51 +0200432my.make.rule.test.targets.hotspot.reg.group= \
433 solaris_sparcv9_5.11-fastdebug-c2-GROUP, \
434 solaris_x64_5.11-fastdebug-c2-GROUP, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100435 linux_i586_3.8-fastdebug-c2-GROUP, \
436 linux_x64_3.8-fastdebug-c2-GROUP, \
Tim Bellf5e8a4d2015-03-16 17:59:09 +0100437 macosx_x64_10.9-fastdebug-c2-GROUP, \
Erik Joelsson1f8105b2016-01-21 17:35:28 +0100438 windows_i586_6.3-fastdebug-c2-GROUP, \
Christian Tornqvist2b176e82016-03-30 11:15:53 -0400439 windows_x64_6.3-fastdebug-c2-GROUP
Mikael Vidstedt40c9be92014-06-24 20:29:52 -0700440
Mikael Vidstedtb5264b32015-04-14 22:46:16 -0700441# Hotspot jtreg tests
Christian Tornqvist82692d42016-03-31 11:42:47 -0400442my.make.rule.test.targets.hotspot.reg= \
Christian Tornqviste0ddba92017-03-07 11:28:09 -0500443 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_1}, \
444 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_2}, \
445 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_3}, \
446 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed}, \
447 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1}, \
448 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2}, \
449 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed}, \
450 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold}, \
451 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher}, \
452 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime}, \
453 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability}, \
Christian Tornqvist82692d42016-03-31 11:42:47 -0400454 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \
Christian Tornqviste0ddba92017-03-07 11:28:09 -0500455 solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher, \
456 solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher, \
457 linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher, \
458 linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher, \
459 macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher, \
460 windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher, \
461 windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher, \
Mikael Vidstedtb5264b32015-04-14 22:46:16 -0700462 ${my.additional.make.rule.test.targets.hotspot.reg}
463
464# Other Makefile based Hotspot tests
465my.make.rule.test.targets.hotspot.other= \
Igor Ignatyevb3492922016-05-03 23:49:27 +0300466 ${my.make.rule.test.targets.hotspot.gtest}, \
Mikael Vidstedtb5264b32015-04-14 22:46:16 -0700467 ${my.additional.make.rule.test.targets.hotspot.other}
468
469# All the makefile based tests to run
470my.make.rule.test.targets.hotspot= \
471 ${my.make.rule.test.targets.hotspot.reg} \
472 ${my.make.rule.test.targets.hotspot.other}
473
Magnus Ihse Bursief6875fe2015-02-27 11:56:57 +0100474# Native jdk and hotspot test targets (testset=nativesanity)
475my.make.rule.test.targets.nativesanity= \
476 ${my.test.target.set:TESTNAME=jdk_native_sanity}, \
477 ${my.test.target.set:TESTNAME=hotspot_native_sanity}
Mikael Vidstedtb5264b32015-04-14 22:46:16 -0700478
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100479################################################################################
480# Testset buildinfra
481my.build.flavors.buildinfra = \
Erik Joelssoneaf6a902016-12-07 16:08:23 +0100482 product,fastdebug,slowdebug,productZero,fastdebugZero \
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100483 ${my.additional.build.flavors.buildinfra}
484
485# Platforms built for hotspot push jobs
486my.build.targets.buildinfra = \
487 solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
488 solaris_x64_5.11-{product|fastdebug|slowdebug}, \
Erik Joelssoneaf6a902016-12-07 16:08:23 +0100489 linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
490 linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \
Erik Joelssond19ce5b2016-03-15 11:08:47 +0100491 macosx_x64_10.9-{product|fastdebug|slowdebug}, \
492 windows_i586_6.3-{product|fastdebug|slowdebug}, \
493 windows_x64_6.3-{product|fastdebug|slowdebug}, \
494 ${my.additional.build.targets.buildinfra}
495
496my.test.targets.buildinfra = \
497 ${my.test.targets.default}, \
498 ${my.test.targets.hotspot}
499
500my.make.rule.test.targets.buildinfra = \
501 ${my.make.rule.test.targets.default}, \
502 ${my.make.rule.test.targets.hotspot}