author | mikael |
Tue, 23 Jun 2015 10:20:10 -0700 | |
changeset 31319 | 6a96ae34c904 |
parent 30545 | 56cccb06d21c |
child 31323 | d0d0b9b56286 |
child 31569 | 636b902c7ba7 |
permissions | -rw-r--r-- |
0 | 1 |
# |
29063
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
2 |
# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. |
0 | 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 |
|
5499 | 7 |
# published by the Free Software Foundation. Oracle designates this |
0 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5499 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
0 | 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 |
# |
|
5499 | 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. |
|
0 | 24 |
# |
25 |
||
25042 | 26 |
############## |
27 |
# |
|
28 |
# Global settings |
|
29 |
# |
|
0 | 30 |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
31 |
# Install test bundle for targets in jprt.test.bundle.targets set |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
32 |
jprt.selective.test.bundle.installation=true |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
33 |
|
25042 | 34 |
# The current release name |
22032 | 35 |
jprt.tools.default.release=jdk9 |
6243
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
36 |
|
25042 | 37 |
# Check if this is the equivalent of a hotspot push job |
38 |
# Interpret -testset hotspot to mean exactly that |
|
39 |
my.is.hotspot.job.hotspot=true |
|
40 |
my.is.hotspot.job=${my.is.hotspot.job.${jprt.test.set}} |
|
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
41 |
|
25042 | 42 |
# Disable syncing the source after builds and tests are done |
43 |
jprt.sync.push=${my.is.hotspot.job ? false : true} |
|
4947 | 44 |
|
6243
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
45 |
# Directories to be excluded from the source bundles |
4947 | 46 |
jprt.bundle.exclude.src.dirs=build dist webrev |
47 |
||
25042 | 48 |
# Use configure when building |
22031 | 49 |
jprt.build.use.configure=true |
25042 | 50 |
|
30087 | 51 |
# Set up the run flavors (jvm variants) |
52 |
jprt.run.flavors=c1,c2,default,${my.additional.run.flavors} |
|
53 |
||
25042 | 54 |
# Set make target to use for different build flavors |
55 |
jprt.build.flavor.debugOpen.target=jprt_bundle |
|
56 |
jprt.build.flavor.fastdebug.target=jprt_bundle |
|
22031 | 57 |
jprt.build.flavor.product.target=jprt_bundle |
25042 | 58 |
jprt.build.flavor.productOpen.target=jprt_bundle |
27588 | 59 |
jprt.build.flavor.optimized.target=jprt_bundle |
60 |
jprt.build.flavor.optimizedOpen.target=jprt_bundle |
|
25042 | 61 |
|
62 |
# Use these configure args to define debug level |
|
63 |
jprt.debug.build.configure.args=--with-debug-level=slowdebug |
|
64 |
jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug |
|
65 |
jprt.product.build.configure.args=--with-debug-level=release |
|
27588 | 66 |
jprt.optimized.build.configure.args=--with-debug-level=optimized |
25042 | 67 |
jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} --enable-openjdk-only |
68 |
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} --enable-openjdk-only |
|
69 |
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only |
|
27588 | 70 |
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only |
25042 | 71 |
|
72 |
# Select build flavors and build targets |
|
73 |
jprt.build.flavors=${my.is.hotspot.job ? ${my.build.flavors.hotspot} : ${my.build.flavors.default}} |
|
74 |
jprt.build.targets=${my.is.hotspot.job ? ${my.build.targets.hotspot} : ${my.build.targets.default}} |
|
75 |
||
76 |
# Select test targets - jprt default for jprt.test.set is "default" |
|
77 |
jprt.test.targets=${my.test.targets.${jprt.test.set}} |
|
78 |
jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}} |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
79 |
jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}} |
25042 | 80 |
|
81 |
# 7155453: Work-around to prevent popups on OSX from blocking test completion |
|
82 |
# but the work-around is added to all platforms to be consistent |
|
83 |
jprt.jbb.options=-Djava.awt.headless=true |
|
84 |
||
85 |
######## |
|
86 |
# |
|
87 |
# Build options (generic) |
|
88 |
# |
|
89 |
||
90 |
# Configure args common to all builds |
|
91 |
# Also allows for additional, testset specific configure arguments to be set |
|
92 |
jprt.build.configure.args= \ |
|
25854 | 93 |
--with-output-sync=recurse \ |
94 |
--with-boot-jdk=$ALT_BOOTDIR \ |
|
95 |
--with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
|
29063
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
96 |
${my.additional.build.configure.args.${jprt.test.set}} \ |
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
97 |
${my.custom.build.configure.args} |
25042 | 98 |
|
99 |
# i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly |
|
100 |
jprt.i586.build.configure.args= \ |
|
101 |
--with-target-bits=32 |
|
102 |
||
103 |
# i586 platforms have both client and server, but to allow for overriding the exact configuration |
|
104 |
# on a per-build flavor basis the value is set for the individual build flavors |
|
105 |
my.i586.default.build.configure.args= \ |
|
106 |
--with-jvm-variants=client,server |
|
107 |
jprt.i586.debug.build.configure.args= \ |
|
108 |
${my.i586.default.build.configure.args} \ |
|
109 |
${jprt.debug.build.configure.args} |
|
110 |
jprt.i586.fastdebug.build.configure.args= \ |
|
111 |
${my.i586.default.build.configure.args} \ |
|
112 |
${jprt.fastdebug.build.configure.args} |
|
113 |
jprt.i586.product.build.configure.args= \ |
|
114 |
${my.i586.default.build.configure.args} \ |
|
115 |
${jprt.product.build.configure.args} |
|
116 |
jprt.i586.debugOpen.build.configure.args= \ |
|
117 |
${my.i586.default.build.configure.args} \ |
|
118 |
${jprt.debugOpen.build.configure.args} |
|
119 |
jprt.i586.fastdebugOpen.build.configure.args= \ |
|
120 |
${my.i586.default.build.configure.args} \ |
|
121 |
${jprt.fastdebugOpen.build.configure.args} |
|
122 |
jprt.i586.productOpen.build.configure.args= \ |
|
123 |
${my.i586.default.build.configure.args} \ |
|
124 |
${jprt.productOpen.build.configure.args} |
|
125 |
||
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
126 |
jprt.windows_i586_6.2.build.configure.args= \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
127 |
--with-toolchain-version=2013 \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
128 |
${jprt.i586.build.configure.args} |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
129 |
jprt.windows_x64_6.2.build.configure.args= \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
130 |
--with-toolchain-version=2013 |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
131 |
|
25042 | 132 |
######## |
133 |
# |
|
134 |
# Build targets and options (default/jdk) |
|
135 |
# |
|
136 |
||
137 |
# The default build flavors |
|
138 |
my.build.flavors.default=fastdebug,product |
|
139 |
||
140 |
# Standard list of jprt build targets for this source tree |
|
141 |
my.build.targets.default= \ |
|
142 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
|
143 |
solaris_x64_5.11-{product|fastdebug}, \ |
|
144 |
linux_i586_2.6-{product|fastdebug}, \ |
|
145 |
linux_x64_2.6-{product|fastdebug}, \ |
|
29669
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
146 |
macosx_x64_10.9-{product|fastdebug}, \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
147 |
windows_i586_6.2-{product|fastdebug}, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
148 |
windows_x64_6.2-{product|fastdebug} |
25042 | 149 |
|
150 |
# Test target list (no fastdebug & limited c2 testing) |
|
151 |
my.test.target.set= \ |
|
152 |
solaris_sparcv9_5.11-product-c2-TESTNAME, \ |
|
153 |
solaris_x64_5.11-product-c2-TESTNAME, \ |
|
154 |
linux_i586_2.6-product-{c1|c2}-TESTNAME, \ |
|
155 |
linux_x64_2.6-product-c2-TESTNAME, \ |
|
29669
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
156 |
macosx_x64_10.9-product-c2-TESTNAME, \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
157 |
windows_i586_6.2-product-c1-TESTNAME, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
158 |
windows_x64_6.2-product-c2-TESTNAME |
25042 | 159 |
|
160 |
# Default vm test targets (testset=default) |
|
161 |
my.test.targets.default= \ |
|
162 |
${my.test.target.set:TESTNAME=jvm98}, \ |
|
163 |
${my.test.target.set:TESTNAME=scimark} |
|
164 |
||
165 |
# Default jdk test targets (testset=default) |
|
166 |
my.make.rule.test.targets.default= \ |
|
167 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
168 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
169 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
170 |
${my.test.target.set:TESTNAME=jdk_util} |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27588
diff
changeset
|
171 |
|
25042 | 172 |
# Default vm test targets (testset=core) |
173 |
my.test.targets.core= |
|
174 |
||
175 |
# Core jdk test targets (testset=core) |
|
176 |
my.make.rule.test.targets.core= \ |
|
177 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
178 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
179 |
${my.test.target.set:TESTNAME=jdk_util}, \ |
|
180 |
${my.test.target.set:TESTNAME=jdk_io}, \ |
|
181 |
${my.test.target.set:TESTNAME=jdk_net}, \ |
|
182 |
${my.test.target.set:TESTNAME=jdk_nio}, \ |
|
183 |
${my.test.target.set:TESTNAME=jdk_security1}, \ |
|
184 |
${my.test.target.set:TESTNAME=jdk_security2}, \ |
|
185 |
${my.test.target.set:TESTNAME=jdk_security3}, \ |
|
26401
8056c9157546
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26125
diff
changeset
|
186 |
${my.test.target.set:TESTNAME=jdk_security4}, \ |
25042 | 187 |
${my.test.target.set:TESTNAME=jdk_rmi}, \ |
188 |
${my.test.target.set:TESTNAME=jdk_text}, \ |
|
189 |
${my.test.target.set:TESTNAME=jdk_time}, \ |
|
190 |
${my.test.target.set:TESTNAME=jdk_other}, \ |
|
191 |
${my.test.target.set:TESTNAME=core_tools} |
|
192 |
||
193 |
# Svc vm test targets (testset=svc) |
|
194 |
my.test.targets.svc= |
|
195 |
||
196 |
# Core jdk test targets (testset=svc) |
|
197 |
my.make.rule.test.targets.svc= \ |
|
198 |
${my.test.target.set:TESTNAME=jdk_management}, \ |
|
199 |
${my.test.target.set:TESTNAME=jdk_instrument}, \ |
|
200 |
${my.test.target.set:TESTNAME=jdk_jmx}, \ |
|
201 |
${my.test.target.set:TESTNAME=jdk_jdi}, \ |
|
27560 | 202 |
${my.test.target.set:TESTNAME=svc_tools}, \ |
203 |
${my.make.rule.test.targets.svc.extra} |
|
25042 | 204 |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
205 |
# JAXP vm test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
206 |
my.test.targets.jaxp= |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
207 |
|
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
208 |
# JAXP test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
209 |
my.make.rule.test.targets.jaxp= \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
210 |
${my.test.target.set:TESTNAME=jaxp_all} |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
211 |
|
25042 | 212 |
# All vm test targets (testset=all) |
213 |
my.test.targets.all= \ |
|
214 |
${my.test.targets.default}, \ |
|
215 |
${my.test.target.set:TESTNAME=runThese}, \ |
|
216 |
${my.test.target.set:TESTNAME=jbb_default} |
|
217 |
||
218 |
# All jdk test targets (testset=all) |
|
219 |
my.make.rule.test.targets.all= \ |
|
220 |
${my.make.rule.test.targets.core}, \ |
|
221 |
${my.make.rule.test.targets.svc}, \ |
|
222 |
${my.test.target.set:TESTNAME=jdk_awt}, \ |
|
25316
7982f0abfcfc
8047154: Testset all fails because of missing jdk_beansX test groups
mikael
parents:
25042
diff
changeset
|
223 |
${my.test.target.set:TESTNAME=jdk_beans}, \ |
25042 | 224 |
${my.test.target.set:TESTNAME=jdk_sound}, \ |
225 |
${my.test.target.set:TESTNAME=jdk_swing} |
|
226 |
||
227 |
# PIT vm test targets (testset=pit) |
|
228 |
my.test.targets.pit= \ |
|
229 |
${my.test.targets.all} |
|
230 |
||
231 |
# PIT jdk test targets (testset=pit) |
|
232 |
my.make.rule.test.targets.pit= \ |
|
233 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
234 |
${my.make.rule.test.targets.core}, \ |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
235 |
${my.make.rule.test.targets.svc} \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
236 |
${my.make.rule.test.targets.jaxp} |
25042 | 237 |
|
238 |
# JCK test targets in test/Makefile (no windows) |
|
239 |
my.test.target.set.jck= \ |
|
240 |
solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ |
|
241 |
solaris_x64_5.11-product-c2-JCK7TESTRULE, \ |
|
242 |
linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
|
243 |
linux_x64_2.6-product-c2-JCK7TESTRULE |
|
244 |
||
245 |
# JCK testset targets |
|
246 |
my.make.rule.test.targets.jck= \ |
|
247 |
${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \ |
|
248 |
${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \ |
|
249 |
${my.test.target.set.jck:JCK7TESTRULE=jck7compiler} |
|
250 |
||
251 |
||
252 |
############# |
|
253 |
# |
|
254 |
# Hotspot related settings (testset=hotspot) |
|
255 |
# |
|
256 |
||
257 |
# The hotspot build flavors |
|
258 |
my.build.flavors.hotspot= \ |
|
27588 | 259 |
debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \ |
25042 | 260 |
${my.additional.build.flavors.hotspot} |
261 |
||
262 |
# Platforms built for hotspot push jobs |
|
263 |
my.build.targets.hotspot= \ |
|
27588 | 264 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
25042 | 265 |
solaris_x64_5.11-{product|fastdebug}, \ |
266 |
linux_i586_2.6-{product|fastdebug}, \ |
|
27588 | 267 |
linux_x64_2.6-{product|fastdebug}, \ |
29669
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
268 |
macosx_x64_10.9-{product|fastdebug}, \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
269 |
windows_i586_6.2-{product|fastdebug}, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
270 |
windows_x64_6.2-{product|fastdebug}, \ |
25042 | 271 |
solaris_x64_5.11-{debugOpen}, \ |
272 |
linux_x64_2.6-{productOpen}, \ |
|
273 |
${my.additional.build.targets.hotspot} |
|
22031 | 274 |
|
25042 | 275 |
# Tests to run on the various platforms for hotspot push jobs |
276 |
my.test.targets.hotspot.solaris.sparcv9= \ |
|
277 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \ |
|
278 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
279 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 280 |
solaris_sparcv9_5.11-product-c2-runThese8, \ |
25042 | 281 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
282 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
|
283 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS, \ |
|
284 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1, \ |
|
285 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_default_nontiered, \ |
|
286 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_SerialGC, \ |
|
287 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParallelGC, \ |
|
288 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_CMS, \ |
|
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
289 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_G1 |
25042 | 290 |
|
291 |
my.test.targets.hotspot.solaris.x64= \ |
|
292 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \ |
|
293 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
294 |
solaris_x64_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 295 |
solaris_x64_5.11-product-c2-runThese8, \ |
296 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \ |
|
297 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, \ |
|
25042 | 298 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
299 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
|
300 |
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, \ |
|
28348 | 304 |
solaris_x64_5.11-{product|fastdebug}-c2-jbb_ParallelGC, |
25042 | 305 |
|
306 |
my.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, \ |
|
25705 | 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, \ |
|
25042 | 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, \ |
|
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
323 |
linux_i586_2.6-{product|fastdebug}-c1-jbb_G1 |
25042 | 324 |
|
325 |
my.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, \ |
|
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
335 |
linux_x64_2.6-{product|fastdebug}-c2-jbb_G1 |
22031 | 336 |
|
25042 | 337 |
my.test.targets.hotspot.macosx.x64= \ |
29669
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
338 |
macosx_x64_10.9-{product|fastdebug}-c2-jvm98, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
339 |
macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
340 |
macosx_x64_10.9-{product|fastdebug}-c2-scimark, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
341 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
342 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
343 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
344 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
345 |
macosx_x64_10.9-{product|fastdebug}-c2-jbb_default_nontiered, \ |
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
346 |
macosx_x64_10.9-{product|fastdebug}-c2-jbb_ParallelGC, \ |
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
347 |
macosx_x64_10.9-{product|fastdebug}-c2-jbb_G1 |
25042 | 348 |
|
349 |
my.test.targets.hotspot.windows.i586= \ |
|
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
350 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-jvm98, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
351 |
windows_i586_6.2-{product|fastdebug}-c2-jvm98_nontiered, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
352 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-scimark, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
353 |
windows_i586_6.2-product-{c1|c2}-runThese8, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
354 |
windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_lang, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
355 |
windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_vm, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
356 |
windows_i586_6.2-fastdebug-c1-runThese8_Xshare, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
357 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
358 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
359 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
360 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_G1, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
361 |
windows_i586_6.2-{product|fastdebug}-{c1|c2}-jbb_default, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
362 |
windows_i586_6.2-{product|fastdebug}-c2-jbb_default_nontiered, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
363 |
windows_i586_6.2-product-{c1|c2}-jbb_ParallelGC, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
364 |
windows_i586_6.2-product-{c1|c2}-jbb_CMS, \ |
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
365 |
windows_i586_6.2-product-{c1|c2}-jbb_G1 |
22031 | 366 |
|
25042 | 367 |
my.test.targets.hotspot.windows.x64= \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
368 |
windows_x64_6.2-{product|fastdebug}-c2-jvm98, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
369 |
windows_x64_6.2-{product|fastdebug}-c2-jvm98_nontiered, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
370 |
windows_x64_6.2-{product|fastdebug}-c2-scimark, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
371 |
windows_x64_6.2-product-c2-runThese8, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
372 |
windows_x64_6.2-product-c2-runThese8_Xcomp_lang, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
373 |
windows_x64_6.2-product-c2-runThese8_Xcomp_vm, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
374 |
windows_x64_6.2-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
375 |
windows_x64_6.2-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
376 |
windows_x64_6.2-{product|fastdebug}-c2-GCBasher_CMS, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
377 |
windows_x64_6.2-{product|fastdebug}-c2-GCBasher_G1, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
378 |
windows_x64_6.2-{product|fastdebug}-c2-jbb_default, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
379 |
windows_x64_6.2-{product|fastdebug}-c2-jbb_default_nontiered, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
380 |
windows_x64_6.2-product-c2-jbb_CMS, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
381 |
windows_x64_6.2-product-c2-jbb_ParallelGC, \ |
31319
6a96ae34c904
8129518: Remove ParOldGC tests from the jprt hotspot testset
mikael
parents:
30545
diff
changeset
|
382 |
windows_x64_6.2-product-c2-jbb_G1 |
25042 | 383 |
|
384 |
# Some basic "smoke" tests for OpenJDK builds |
|
385 |
my.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 |
|
390 |
my.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 |
||
30087 | 409 |
my.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, \ |
|
30091 | 415 |
windows_i586_6.2-*-default-hotspot_basicvmtest, \ |
416 |
windows_x64_6.2-*-default-hotspot_basicvmtest |
|
30087 | 417 |
|
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
418 |
my.make.rule.test.targets.hotspot.reg.group= \ |
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
419 |
solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ |
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
420 |
solaris_x64_5.11-fastdebug-c2-GROUP, \ |
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
421 |
linux_i586_2.6-fastdebug-c2-GROUP, \ |
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
422 |
linux_x64_2.6-fastdebug-c2-GROUP, \ |
29669
d3148063d225
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents:
29156
diff
changeset
|
423 |
macosx_x64_10.9-fastdebug-c2-GROUP, \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
424 |
windows_i586_6.2-fastdebug-c2-GROUP, \ |
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
425 |
windows_x64_6.2-fastdebug-c2-GROUP, \ |
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
426 |
linux_i586_2.6-fastdebug-c1-GROUP, \ |
29643
89e91c724316
8076531: Switch default compiler on Windows to VS2013
erikj
parents:
29156
diff
changeset
|
427 |
windows_i586_6.2-fastdebug-c1-GROUP |
25042 | 428 |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
429 |
# Hotspot jtreg tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
430 |
my.make.rule.test.targets.hotspot.reg= \ |
26790
d0a247d1f2a8
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
sla
parents:
26401
diff
changeset
|
431 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1}, \ |
d0a247d1f2a8
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
sla
parents:
26401
diff
changeset
|
432 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2}, \ |
d0a247d1f2a8
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
sla
parents:
26401
diff
changeset
|
433 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3}, \ |
d0a247d1f2a8
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
sla
parents:
26401
diff
changeset
|
434 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \ |
25615 | 435 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc}, \ |
28347
c9619558f413
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28006
diff
changeset
|
436 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed}, \ |
28348 | 437 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold}, \ |
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
438 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \ |
25615 | 439 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \ |
27597
1fb6ebaa4f9d
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
26790
diff
changeset
|
440 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
441 |
${my.additional.make.rule.test.targets.hotspot.reg} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
442 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
443 |
# Other Makefile based Hotspot tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
444 |
my.make.rule.test.targets.hotspot.other= \ |
30087 | 445 |
${my.make.rule.test.targets.hotspot.basicvmtests}, \ |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
446 |
${my.additional.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
447 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
448 |
# All the makefile based tests to run |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
449 |
my.make.rule.test.targets.hotspot= \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
450 |
${my.make.rule.test.targets.hotspot.reg} \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
451 |
${my.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
452 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
453 |
# Install the test bundle for the testset hotspot jtreg tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
454 |
# (but not for the other Makefile based tests) |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
455 |
my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg} |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
456 |
|
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
457 |
# Native jdk and hotspot test targets (testset=nativesanity) |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
458 |
my.make.rule.test.targets.nativesanity= \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
459 |
${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
460 |
${my.test.target.set:TESTNAME=hotspot_native_sanity} |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
461 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
462 |
# Install the test bundle for the nativesanity jtreg tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
463 |
my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity} |