author | dpochepk |
Tue, 20 Dec 2016 17:35:20 +0300 | |
changeset 42898 | af1346a135ce |
parent 42425 | 57cde06ae8d6 |
child 42848 | 27ad8b2418f7 |
permissions | -rw-r--r-- |
0 | 1 |
# |
37019 | 2 |
# Copyright (c) 2006, 2016, 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 |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
37 |
# Allow concurrent changes to be merged in prior to pushing |
35023
ee10ca0129b2
8145828: JPRT hotspot push jobs should allow merge on push
mikael
parents:
34600
diff
changeset
|
38 |
jprt.sync.push=true |
4947 | 39 |
|
6243
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
40 |
# Directories to be excluded from the source bundles |
4947 | 41 |
jprt.bundle.exclude.src.dirs=build dist webrev |
42 |
||
25042 | 43 |
# Use configure when building |
22031 | 44 |
jprt.build.use.configure=true |
35748 | 45 |
jprt.build.use.jib=true |
46 |
jprt.test.use.jib=true |
|
47 |
jprt.jib.launcher=common/bin/jib.sh |
|
25042 | 48 |
|
35748 | 49 |
# Clear out all the build needs as JIB handles this |
50 |
jprt.jdk9.build.needs= |
|
51 |
jprt.macosx.jdk9.build.needs= |
|
52 |
jprt.windows_i586.jdk9.build.needs= |
|
53 |
jprt.windows_x64.jdk9.build.needs= |
|
54 |
jprt.solaris.jdk9.build.needs= |
|
55 |
jprt.linux_i586.jdk9.build.needs= |
|
56 |
jprt.linux_x64.jdk9.build.needs= |
|
57 |
jprt.linux_armv6.jdk9.build.needs= |
|
58 |
jprt.linux_armvh.jdk9.build.needs= |
|
59 |
jprt.linux_arm64.jdk9.build.needs= |
|
60 |
jprt.linux_armsflt.jdk9.build.needs= |
|
61 |
jprt.linux_armvfpsflt.jdk9.build.needs= |
|
62 |
jprt.linux_armvfphflt.jdk9.build.needs= |
|
63 |
jprt.linux_armv6vfphflt.jdk9.build.needs= |
|
64 |
jprt.solaris.client.build.needs= |
|
65 |
jprt.linux.client.build.needs= |
|
66 |
jprt.solaris.jdk9.compiler= |
|
67 |
jprt.linux.jdk9.compiler= |
|
68 |
jprt.jdk9.test.needs= |
|
69 |
||
70 |
# Disable the need for preinstalled Visual Studio and Xcode |
|
71 |
jprt.windows.jdk9.compiler= |
|
72 |
jprt.windows.6.2.jdk9.compiler= |
|
73 |
jprt.windows.6.3.jdk9.compiler= |
|
74 |
jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
75 |
jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
76 |
|
30087 | 77 |
# Set up the run flavors (jvm variants) |
39190
a6b5b18fd06c
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik
parents:
37971
diff
changeset
|
78 |
jprt.run.flavors=c2,default,${my.additional.run.flavors} |
30087 | 79 |
|
35748 | 80 |
# Setup jib profiles |
81 |
jprt.linux_i586.product.build.jib.profile=linux-x86 |
|
36532 | 82 |
jprt.linux_x64.product.build.jib.profile=linux-x64 |
83 |
jprt.macosx_x64.product.build.jib.profile=macosx-x64 |
|
84 |
jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9 |
|
85 |
jprt.solaris_x64.product.build.jib.profile=solaris-x64 |
|
86 |
jprt.windows_i586.product.build.jib.profile=windows-x86 |
|
87 |
jprt.windows_x64.product.build.jib.profile=windows-x64 |
|
35748 | 88 |
|
89 |
jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug |
|
90 |
jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug |
|
91 |
jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug |
|
92 |
jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug |
|
93 |
jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug |
|
94 |
jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug |
|
95 |
jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug |
|
96 |
||
36532 | 97 |
jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug |
98 |
jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug |
|
99 |
jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug |
|
100 |
jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug |
|
101 |
jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug |
|
102 |
jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug |
|
103 |
jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug |
|
104 |
||
105 |
jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open |
|
35748 | 106 |
jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open |
36532 | 107 |
jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open |
108 |
jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open |
|
109 |
jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open |
|
110 |
jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open |
|
111 |
jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open |
|
112 |
||
113 |
jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug |
|
114 |
jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug |
|
115 |
jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug |
|
116 |
jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug |
|
117 |
jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug |
|
118 |
jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug |
|
119 |
jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug |
|
35748 | 120 |
|
42425 | 121 |
jprt.linux_i586.productZero.build.jib.profile=linux-x86-zero |
122 |
jprt.linux_x64.productZero.build.jib.profile=linux-x64-zero |
|
123 |
||
124 |
jprt.linux_i586.fastdebugZero.build.jib.profile=linux-x86-zero-debug |
|
125 |
jprt.linux_x64.fastdebugZero.build.jib.profile=linux-x64-zero-debug |
|
126 |
||
35748 | 127 |
jprt.test.jib.profile=run-test |
128 |
||
25042 | 129 |
# Set make target to use for different build flavors |
36532 | 130 |
jprt.build.flavor.fastdebugOpen.target=jprt_bundle |
25042 | 131 |
jprt.build.flavor.fastdebug.target=jprt_bundle |
22031 | 132 |
jprt.build.flavor.product.target=jprt_bundle |
25042 | 133 |
jprt.build.flavor.productOpen.target=jprt_bundle |
27588 | 134 |
jprt.build.flavor.optimized.target=jprt_bundle |
135 |
jprt.build.flavor.optimizedOpen.target=jprt_bundle |
|
36532 | 136 |
jprt.build.flavor.slowdebug.target=jprt_bundle |
42425 | 137 |
jprt.build.flavor.productZero.target=jprt_bundle |
138 |
jprt.build.flavor.fastdebugZero.target=jprt_bundle |
|
25042 | 139 |
|
37402 | 140 |
# Use these configure args to define debug level or provide specific |
141 |
# configuration details not covered by Jib profiles. |
|
36532 | 142 |
jprt.slowdebug.build.configure.args= |
35748 | 143 |
jprt.fastdebug.build.configure.args=--disable-precompiled-headers |
37402 | 144 |
# Don't disable precompiled headers on windows. It's simply too slow. |
145 |
jprt.windows_i586.fastdebug.build.configure.args= |
|
146 |
jprt.windows_x64.fastdebug.build.configure.args= |
|
147 |
jprt.windows_i586.fastdebugOpen.build.configure.args= |
|
148 |
jprt.windows_x64.fastdebugOpen.build.configure.args= |
|
35748 | 149 |
jprt.product.build.configure.args= |
27588 | 150 |
jprt.optimized.build.configure.args=--with-debug-level=optimized |
36532 | 151 |
jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args} |
35748 | 152 |
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} |
153 |
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} |
|
154 |
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} |
|
25042 | 155 |
|
34599
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
156 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
157 |
# hotspot testset has custom build flavors and build targets |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
158 |
my.jprt.testsetHasCustomBuildFlavors.hotspot=true |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
159 |
my.jprt.testsetHasCustomBuildTargets.hotspot=true |
36532 | 160 |
my.jprt.testsetHasCustomBuildFlavors.buildinfra=true |
161 |
my.jprt.testsetHasCustomBuildTargets.buildinfra=true |
|
34599
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
162 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
163 |
# determine if the specified testset has custom build flavors or build targets |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
164 |
my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}} |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
165 |
my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}} |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
166 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
167 |
# Select build flavors and build targets based on the specified testset |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
168 |
jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \ |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
169 |
${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}} |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
170 |
jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \ |
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
171 |
${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}} |
25042 | 172 |
|
173 |
# Select test targets - jprt default for jprt.test.set is "default" |
|
174 |
jprt.test.targets=${my.test.targets.${jprt.test.set}} |
|
175 |
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
|
176 |
jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}} |
25042 | 177 |
|
178 |
# 7155453: Work-around to prevent popups on OSX from blocking test completion |
|
179 |
# but the work-around is added to all platforms to be consistent |
|
180 |
jprt.jbb.options=-Djava.awt.headless=true |
|
181 |
||
182 |
######## |
|
183 |
# |
|
184 |
# Build options (generic) |
|
185 |
# |
|
186 |
||
187 |
# Configure args common to all builds |
|
188 |
# Also allows for additional, testset specific configure arguments to be set |
|
189 |
jprt.build.configure.args= \ |
|
33928
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
190 |
--with-output-sync=recurse \ |
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
191 |
--with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
42425 | 192 |
--with-version-opt=$JPRT_JOB_ID \ |
29063
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
193 |
${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
|
194 |
${my.custom.build.configure.args} |
25042 | 195 |
|
196 |
######## |
|
197 |
# |
|
198 |
# Build targets and options (default/jdk) |
|
199 |
# |
|
200 |
||
201 |
# The default build flavors |
|
202 |
my.build.flavors.default=fastdebug,product |
|
203 |
||
204 |
# Standard list of jprt build targets for this source tree |
|
37971
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
205 |
my.build.targets.default= \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
206 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
207 |
solaris_x64_5.11-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
208 |
linux_i586_3.8-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
209 |
linux_x64_3.8-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
210 |
macosx_x64_10.9-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
211 |
windows_i586_6.3-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
212 |
windows_x64_6.3-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
213 |
${my.additional.build.targets.default} |
25042 | 214 |
|
215 |
# Test target list (no fastdebug & limited c2 testing) |
|
216 |
my.test.target.set= \ |
|
217 |
solaris_sparcv9_5.11-product-c2-TESTNAME, \ |
|
218 |
solaris_x64_5.11-product-c2-TESTNAME, \ |
|
39190
a6b5b18fd06c
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik
parents:
37971
diff
changeset
|
219 |
linux_i586_3.8-product-c2-TESTNAME, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
220 |
linux_x64_3.8-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
|
221 |
macosx_x64_10.9-product-c2-TESTNAME, \ |
39190
a6b5b18fd06c
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik
parents:
37971
diff
changeset
|
222 |
windows_i586_6.3-product-c2-TESTNAME, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
223 |
windows_x64_6.3-product-c2-TESTNAME |
25042 | 224 |
|
225 |
# Default vm test targets (testset=default) |
|
226 |
my.test.targets.default= \ |
|
227 |
${my.test.target.set:TESTNAME=jvm98}, \ |
|
228 |
${my.test.target.set:TESTNAME=scimark} |
|
229 |
||
230 |
# Default jdk test targets (testset=default) |
|
231 |
my.make.rule.test.targets.default= \ |
|
232 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
233 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
234 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
235 |
${my.test.target.set:TESTNAME=jdk_util} |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27588
diff
changeset
|
236 |
|
25042 | 237 |
# Default vm test targets (testset=core) |
238 |
my.test.targets.core= |
|
239 |
||
240 |
# Core jdk test targets (testset=core) |
|
241 |
my.make.rule.test.targets.core= \ |
|
242 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
243 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
244 |
${my.test.target.set:TESTNAME=jdk_util}, \ |
|
245 |
${my.test.target.set:TESTNAME=jdk_io}, \ |
|
246 |
${my.test.target.set:TESTNAME=jdk_net}, \ |
|
247 |
${my.test.target.set:TESTNAME=jdk_nio}, \ |
|
248 |
${my.test.target.set:TESTNAME=jdk_security1}, \ |
|
249 |
${my.test.target.set:TESTNAME=jdk_security2}, \ |
|
250 |
${my.test.target.set:TESTNAME=jdk_security3}, \ |
|
26401
8056c9157546
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26125
diff
changeset
|
251 |
${my.test.target.set:TESTNAME=jdk_security4}, \ |
25042 | 252 |
${my.test.target.set:TESTNAME=jdk_rmi}, \ |
253 |
${my.test.target.set:TESTNAME=jdk_text}, \ |
|
254 |
${my.test.target.set:TESTNAME=jdk_time}, \ |
|
255 |
${my.test.target.set:TESTNAME=jdk_other}, \ |
|
256 |
${my.test.target.set:TESTNAME=core_tools} |
|
257 |
||
258 |
# Svc vm test targets (testset=svc) |
|
259 |
my.test.targets.svc= |
|
260 |
||
261 |
# Core jdk test targets (testset=svc) |
|
262 |
my.make.rule.test.targets.svc= \ |
|
263 |
${my.test.target.set:TESTNAME=jdk_management}, \ |
|
264 |
${my.test.target.set:TESTNAME=jdk_instrument}, \ |
|
265 |
${my.test.target.set:TESTNAME=jdk_jmx}, \ |
|
266 |
${my.test.target.set:TESTNAME=jdk_jdi}, \ |
|
27560 | 267 |
${my.test.target.set:TESTNAME=svc_tools}, \ |
268 |
${my.make.rule.test.targets.svc.extra} |
|
25042 | 269 |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
270 |
# JAXP vm test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
271 |
my.test.targets.jaxp= |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
272 |
|
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
273 |
# JAXP test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
274 |
my.make.rule.test.targets.jaxp= \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
275 |
${my.test.target.set:TESTNAME=jaxp_all} |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
276 |
|
25042 | 277 |
# All vm test targets (testset=all) |
278 |
my.test.targets.all= \ |
|
279 |
${my.test.targets.default}, \ |
|
280 |
${my.test.target.set:TESTNAME=runThese}, \ |
|
281 |
${my.test.target.set:TESTNAME=jbb_default} |
|
282 |
||
283 |
# All jdk test targets (testset=all) |
|
284 |
my.make.rule.test.targets.all= \ |
|
285 |
${my.make.rule.test.targets.core}, \ |
|
286 |
${my.make.rule.test.targets.svc}, \ |
|
287 |
${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
|
288 |
${my.test.target.set:TESTNAME=jdk_beans}, \ |
25042 | 289 |
${my.test.target.set:TESTNAME=jdk_sound}, \ |
290 |
${my.test.target.set:TESTNAME=jdk_swing} |
|
291 |
||
292 |
# PIT vm test targets (testset=pit) |
|
293 |
my.test.targets.pit= \ |
|
294 |
${my.test.targets.all} |
|
295 |
||
296 |
# PIT jdk test targets (testset=pit) |
|
297 |
my.make.rule.test.targets.pit= \ |
|
298 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
299 |
${my.make.rule.test.targets.core}, \ |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
300 |
${my.make.rule.test.targets.svc} \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
301 |
${my.make.rule.test.targets.jaxp} |
25042 | 302 |
|
303 |
# JCK test targets in test/Makefile (no windows) |
|
304 |
my.test.target.set.jck= \ |
|
305 |
solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ |
|
306 |
solaris_x64_5.11-product-c2-JCK7TESTRULE, \ |
|
39190
a6b5b18fd06c
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik
parents:
37971
diff
changeset
|
307 |
linux_i586_3.8-product-c2-JCK7TESTRULE, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
308 |
linux_x64_3.8-product-c2-JCK7TESTRULE |
25042 | 309 |
|
310 |
# JCK testset targets |
|
311 |
my.make.rule.test.targets.jck= \ |
|
312 |
${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \ |
|
313 |
${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \ |
|
314 |
${my.test.target.set.jck:JCK7TESTRULE=jck7compiler} |
|
315 |
||
316 |
||
317 |
############# |
|
318 |
# |
|
319 |
# Hotspot related settings (testset=hotspot) |
|
320 |
# |
|
321 |
||
322 |
# The hotspot build flavors |
|
323 |
my.build.flavors.hotspot= \ |
|
36532 | 324 |
fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \ |
25042 | 325 |
${my.additional.build.flavors.hotspot} |
326 |
||
327 |
# Platforms built for hotspot push jobs |
|
328 |
my.build.targets.hotspot= \ |
|
37020 | 329 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
25042 | 330 |
solaris_x64_5.11-{product|fastdebug}, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
331 |
linux_i586_3.8-{product|fastdebug}, \ |
37020 | 332 |
linux_x64_3.8-{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
|
333 |
macosx_x64_10.9-{product|fastdebug}, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
334 |
windows_i586_6.3-{product|fastdebug}, \ |
37020 | 335 |
windows_x64_6.3-{product|fastdebug}, \ |
36532 | 336 |
solaris_x64_5.11-{fastdebugOpen}, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
337 |
linux_x64_3.8-{productOpen}, \ |
25042 | 338 |
${my.additional.build.targets.hotspot} |
22031 | 339 |
|
25042 | 340 |
# Tests to run on the various platforms for hotspot push jobs |
341 |
my.test.targets.hotspot.solaris.sparcv9= \ |
|
342 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \ |
|
343 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
344 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \ |
|
42005 | 345 |
solaris_sparcv9_5.11-product-c2-runThese8, |
25042 | 346 |
|
347 |
my.test.targets.hotspot.solaris.x64= \ |
|
348 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \ |
|
349 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
350 |
solaris_x64_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 351 |
solaris_x64_5.11-product-c2-runThese8, \ |
352 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \ |
|
42005 | 353 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, |
25042 | 354 |
|
355 |
my.test.targets.hotspot.linux.i586= \ |
|
37020 | 356 |
linux_i586_3.8-{product|fastdebug}-c2-jvm98, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
357 |
linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
37020 | 358 |
linux_i586_3.8-{product|fastdebug}-c2-scimark, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
359 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang, \ |
42005 | 360 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm |
25042 | 361 |
|
362 |
my.test.targets.hotspot.linux.x64= \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
363 |
linux_x64_3.8-{product|fastdebug}-c2-jvm98, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
364 |
linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
42005 | 365 |
linux_x64_3.8-{product|fastdebug}-c2-scimark |
22031 | 366 |
|
25042 | 367 |
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
|
368 |
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
|
369 |
macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \ |
42005 | 370 |
macosx_x64_10.9-{product|fastdebug}-c2-scimark |
25042 | 371 |
|
372 |
my.test.targets.hotspot.windows.i586= \ |
|
37020 | 373 |
windows_i586_6.3-{product|fastdebug}-c2-jvm98, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
374 |
windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered, \ |
37020 | 375 |
windows_i586_6.3-{product|fastdebug}-c2-scimark, \ |
376 |
windows_i586_6.3-product-c2-runThese8, \ |
|
377 |
windows_i586_6.3-product-c2-runThese8_Xcomp_lang, \ |
|
42005 | 378 |
windows_i586_6.3-product-c2-runThese8_Xcomp_vm, |
22031 | 379 |
|
25042 | 380 |
my.test.targets.hotspot.windows.x64= \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
381 |
windows_x64_6.3-{product|fastdebug}-c2-jvm98, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
382 |
windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
383 |
windows_x64_6.3-{product|fastdebug}-c2-scimark, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
384 |
windows_x64_6.3-product-c2-runThese8, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
385 |
windows_x64_6.3-product-c2-runThese8_Xcomp_lang, \ |
42005 | 386 |
windows_x64_6.3-product-c2-runThese8_Xcomp_vm, |
25042 | 387 |
|
388 |
# Some basic "smoke" tests for OpenJDK builds |
|
389 |
my.test.targets.hotspot.open= \ |
|
390 |
solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98, \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
391 |
linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98 |
25042 | 392 |
|
393 |
# The complete list of test targets for jprt |
|
394 |
my.test.targets.hotspot= \ |
|
395 |
${my.test.targets.hotspot.open}, \ |
|
396 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
397 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
398 |
${my.test.targets.hotspot.linux.i586}, \ |
|
399 |
${my.test.targets.hotspot.linux.x64}, \ |
|
400 |
${my.test.targets.hotspot.macosx.x64}, \ |
|
401 |
${my.test.targets.hotspot.windows.i586}, \ |
|
402 |
${my.test.targets.hotspot.windows.x64}, \ |
|
403 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
404 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
405 |
${my.test.targets.hotspot.linux.x64}, \ |
|
406 |
${my.test.targets.hotspot.windows.i586}, \ |
|
407 |
${my.test.targets.hotspot.windows.x64}, \ |
|
408 |
${my.additional.test.targets.hotspot} |
|
409 |
||
410 |
||
411 |
# Make file based test targets |
|
412 |
||
30087 | 413 |
my.make.rule.test.targets.hotspot.basicvmtests= \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
414 |
linux_i586_3.8-*-default-hotspot_basicvmtest, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
415 |
linux_x64_3.8-*-default-hotspot_basicvmtest, \ |
30087 | 416 |
macosx_x64_10.9-*-default-hotspot_basicvmtest, \ |
417 |
solaris_sparcv9_5.11-*-default-hotspot_basicvmtest, \ |
|
418 |
solaris_x64_5.11-*-default-hotspot_basicvmtest, \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
419 |
windows_i586_6.3-*-default-hotspot_basicvmtest, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
420 |
windows_x64_6.3-*-default-hotspot_basicvmtest |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
421 |
|
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
422 |
my.make.rule.test.targets.hotspot.gtest= \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
423 |
linux_i586_3.8-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
424 |
linux_x64_3.8-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
425 |
macosx_x64_10.9-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
426 |
solaris_sparcv9_5.11-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
427 |
solaris_x64_5.11-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
428 |
windows_i586_6.3-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
429 |
windows_x64_6.3-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
430 |
${my.additional.make.rule.test.targets.hotspot.gtest} |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
431 |
|
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
432 |
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
|
433 |
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
|
434 |
solaris_x64_5.11-fastdebug-c2-GROUP, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
435 |
linux_i586_3.8-fastdebug-c2-GROUP, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
436 |
linux_x64_3.8-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
|
437 |
macosx_x64_10.9-fastdebug-c2-GROUP, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
438 |
windows_i586_6.3-fastdebug-c2-GROUP, \ |
37020 | 439 |
windows_x64_6.3-fastdebug-c2-GROUP |
25042 | 440 |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
441 |
# Hotspot jtreg tests |
37022
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
442 |
my.make.rule.test.targets.hotspot.reg= \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
443 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
444 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
445 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
446 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
447 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_1}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
448 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_2}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
449 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
450 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold}, \ |
42005 | 451 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcbasher}, \ |
37022
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
452 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
453 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability}, \ |
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
454 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
42005 | 455 |
solaris_sparcv9_5.11-product-c2-hotspot_fast_gc_gcbasher, \ |
456 |
solaris_x64_5.11-product-c2-hotspot_fast_gc_gcbasher, \ |
|
457 |
linux_i586_3.8-product-c2-hotspot_fast_gc_gcbasher, \ |
|
458 |
linux_x64_3.8-product-c2-hotspot_fast_gc_gcbasher, \ |
|
459 |
macosx_x64_10.9-product-c2-hotspot_fast_gc_gcbasher, \ |
|
460 |
windows_i586_6.3-product-c2-hotspot_fast_gc_gcbasher, \ |
|
461 |
windows_x64_6.3-product-c2-hotspot_fast_gc_gcbasher, \ |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
462 |
${my.additional.make.rule.test.targets.hotspot.reg} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
463 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
464 |
# Other Makefile based Hotspot tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
465 |
my.make.rule.test.targets.hotspot.other= \ |
30087 | 466 |
${my.make.rule.test.targets.hotspot.basicvmtests}, \ |
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
467 |
${my.make.rule.test.targets.hotspot.gtest}, \ |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
468 |
${my.additional.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
469 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
470 |
# All the makefile based tests to run |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
471 |
my.make.rule.test.targets.hotspot= \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
472 |
${my.make.rule.test.targets.hotspot.reg} \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
473 |
${my.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
474 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
475 |
# 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
|
476 |
# (but not for the other Makefile based tests) |
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
477 |
my.jprt.test.bundle.targets.hotspot= \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
478 |
${my.make.rule.test.targets.hotspot.reg}, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
479 |
${my.make.rule.test.targets.hotspot.gtest} |
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
480 |
|
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
481 |
# Native jdk and hotspot test targets (testset=nativesanity) |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
482 |
my.make.rule.test.targets.nativesanity= \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
483 |
${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
484 |
${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
|
485 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
486 |
# 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
|
487 |
my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity} |
36532 | 488 |
|
489 |
################################################################################ |
|
490 |
# Testset buildinfra |
|
491 |
my.build.flavors.buildinfra = \ |
|
42425 | 492 |
product,fastdebug,slowdebug,productZero,fastdebugZero \ |
36532 | 493 |
${my.additional.build.flavors.buildinfra} |
494 |
||
495 |
# Platforms built for hotspot push jobs |
|
496 |
my.build.targets.buildinfra = \ |
|
497 |
solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \ |
|
498 |
solaris_x64_5.11-{product|fastdebug|slowdebug}, \ |
|
42425 | 499 |
linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
500 |
linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
|
36532 | 501 |
macosx_x64_10.9-{product|fastdebug|slowdebug}, \ |
502 |
windows_i586_6.3-{product|fastdebug|slowdebug}, \ |
|
503 |
windows_x64_6.3-{product|fastdebug|slowdebug}, \ |
|
504 |
${my.additional.build.targets.buildinfra} |
|
505 |
||
506 |
my.test.targets.buildinfra = \ |
|
507 |
${my.test.targets.default}, \ |
|
508 |
${my.test.targets.hotspot} |
|
509 |
||
510 |
my.make.rule.test.targets.buildinfra = \ |
|
511 |
${my.make.rule.test.targets.default}, \ |
|
512 |
${my.make.rule.test.targets.hotspot} |