author | lancea |
Wed, 20 Jun 2018 16:08:14 -0400 | |
branch | JDK-8188051-branch |
changeset 56798 | 3b438b3fef46 |
parent 50113 | caf115bb98ad |
permissions | -rw-r--r-- |
0 | 1 |
# |
50113 | 2 |
# Copyright (c) 2006, 2018, 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 |
47217 | 41 |
jprt.bundle.exclude.src.dirs=build dist webrev ${jprt.bundle.exclude.src.dirs.extra} |
4947 | 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 |
|
47217 | 47 |
jprt.jib.launcher=bin/jib.sh |
42848
27ad8b2418f7
8170741: Enable uploading of built artifacts through Jib
erikj
parents:
42425
diff
changeset
|
48 |
jprt.build.use.jib.publish=true |
25042 | 49 |
|
35748 | 50 |
# Clear out all the build needs as JIB handles this |
51 |
jprt.jdk9.build.needs= |
|
52 |
jprt.macosx.jdk9.build.needs= |
|
53 |
jprt.windows_i586.jdk9.build.needs= |
|
54 |
jprt.windows_x64.jdk9.build.needs= |
|
55 |
jprt.solaris.jdk9.build.needs= |
|
56 |
jprt.linux_i586.jdk9.build.needs= |
|
57 |
jprt.linux_x64.jdk9.build.needs= |
|
58 |
jprt.linux_armv6.jdk9.build.needs= |
|
59 |
jprt.linux_armvh.jdk9.build.needs= |
|
60 |
jprt.linux_arm64.jdk9.build.needs= |
|
61 |
jprt.linux_armsflt.jdk9.build.needs= |
|
62 |
jprt.linux_armvfpsflt.jdk9.build.needs= |
|
63 |
jprt.linux_armvfphflt.jdk9.build.needs= |
|
64 |
jprt.linux_armv6vfphflt.jdk9.build.needs= |
|
65 |
jprt.solaris.client.build.needs= |
|
66 |
jprt.linux.client.build.needs= |
|
67 |
jprt.solaris.jdk9.compiler= |
|
68 |
jprt.linux.jdk9.compiler= |
|
69 |
jprt.jdk9.test.needs= |
|
70 |
||
71 |
# Disable the need for preinstalled Visual Studio and Xcode |
|
72 |
jprt.windows.jdk9.compiler= |
|
73 |
jprt.windows.6.2.jdk9.compiler= |
|
74 |
jprt.windows.6.3.jdk9.compiler= |
|
75 |
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
|
76 |
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
|
77 |
|
30087 | 78 |
# 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
|
79 |
jprt.run.flavors=c2,default,${my.additional.run.flavors} |
30087 | 80 |
|
35748 | 81 |
# Setup jib profiles |
82 |
jprt.linux_i586.product.build.jib.profile=linux-x86 |
|
36532 | 83 |
jprt.linux_x64.product.build.jib.profile=linux-x64 |
84 |
jprt.macosx_x64.product.build.jib.profile=macosx-x64 |
|
85 |
jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9 |
|
86 |
jprt.solaris_x64.product.build.jib.profile=solaris-x64 |
|
87 |
jprt.windows_i586.product.build.jib.profile=windows-x86 |
|
88 |
jprt.windows_x64.product.build.jib.profile=windows-x64 |
|
35748 | 89 |
|
90 |
jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug |
|
91 |
jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug |
|
92 |
jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug |
|
93 |
jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug |
|
94 |
jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug |
|
95 |
jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug |
|
96 |
jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug |
|
97 |
||
36532 | 98 |
jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug |
99 |
jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug |
|
100 |
jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug |
|
101 |
jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug |
|
102 |
jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug |
|
103 |
jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug |
|
104 |
jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug |
|
105 |
||
106 |
jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open |
|
35748 | 107 |
jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open |
36532 | 108 |
jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open |
109 |
jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open |
|
110 |
jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open |
|
111 |
jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open |
|
112 |
jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open |
|
113 |
||
114 |
jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug |
|
115 |
jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug |
|
116 |
jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug |
|
117 |
jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug |
|
118 |
jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug |
|
119 |
jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug |
|
120 |
jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug |
|
35748 | 121 |
|
42425 | 122 |
jprt.linux_i586.productZero.build.jib.profile=linux-x86-zero |
123 |
jprt.linux_x64.productZero.build.jib.profile=linux-x64-zero |
|
124 |
||
125 |
jprt.linux_i586.fastdebugZero.build.jib.profile=linux-x86-zero-debug |
|
126 |
jprt.linux_x64.fastdebugZero.build.jib.profile=linux-x64-zero-debug |
|
127 |
||
42848
27ad8b2418f7
8170741: Enable uploading of built artifacts through Jib
erikj
parents:
42425
diff
changeset
|
128 |
jprt.test.jib.profile=run-test-jprt |
35748 | 129 |
|
25042 | 130 |
# Set make target to use for different build flavors |
36532 | 131 |
jprt.build.flavor.fastdebugOpen.target=jprt_bundle |
25042 | 132 |
jprt.build.flavor.fastdebug.target=jprt_bundle |
22031 | 133 |
jprt.build.flavor.product.target=jprt_bundle |
25042 | 134 |
jprt.build.flavor.productOpen.target=jprt_bundle |
27588 | 135 |
jprt.build.flavor.optimized.target=jprt_bundle |
136 |
jprt.build.flavor.optimizedOpen.target=jprt_bundle |
|
36532 | 137 |
jprt.build.flavor.slowdebug.target=jprt_bundle |
42425 | 138 |
jprt.build.flavor.productZero.target=jprt_bundle |
139 |
jprt.build.flavor.fastdebugZero.target=jprt_bundle |
|
25042 | 140 |
|
37402 | 141 |
# Use these configure args to define debug level or provide specific |
142 |
# configuration details not covered by Jib profiles. |
|
36532 | 143 |
jprt.slowdebug.build.configure.args= |
35748 | 144 |
jprt.fastdebug.build.configure.args=--disable-precompiled-headers |
37402 | 145 |
# Don't disable precompiled headers on windows. It's simply too slow. |
146 |
jprt.windows_i586.fastdebug.build.configure.args= |
|
147 |
jprt.windows_x64.fastdebug.build.configure.args= |
|
148 |
jprt.windows_i586.fastdebugOpen.build.configure.args= |
|
149 |
jprt.windows_x64.fastdebugOpen.build.configure.args= |
|
35748 | 150 |
jprt.product.build.configure.args= |
27588 | 151 |
jprt.optimized.build.configure.args=--with-debug-level=optimized |
36532 | 152 |
jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args} |
35748 | 153 |
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} |
154 |
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} |
|
155 |
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} |
|
25042 | 156 |
|
34599
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
157 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
158 |
# 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
|
159 |
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
|
160 |
my.jprt.testsetHasCustomBuildTargets.hotspot=true |
36532 | 161 |
my.jprt.testsetHasCustomBuildFlavors.buildinfra=true |
162 |
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
|
163 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
164 |
# 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
|
165 |
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
|
166 |
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
|
167 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
168 |
# 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
|
169 |
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
|
170 |
${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
|
171 |
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
|
172 |
${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}} |
25042 | 173 |
|
174 |
# Select test targets - jprt default for jprt.test.set is "default" |
|
175 |
jprt.test.targets=${my.test.targets.${jprt.test.set}} |
|
176 |
jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}} |
|
45555
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
177 |
|
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
178 |
# Not all test targets need the test image |
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
179 |
jprt.test.bundle.targets=\ |
48303 | 180 |
${my.make.rule.test.targets.svc}, \ |
45555
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
181 |
${my.make.rule.test.targets.hotspot.reg}, \ |
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
182 |
${my.make.rule.test.targets.hotspot.gtest} \ |
9b00774291d5
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
redestad
parents:
42848
diff
changeset
|
183 |
${my.make.rule.test.targets.nativesanity} \ |
47428 | 184 |
${my.test.target.set:TESTNAME=jdk_lang} \ |
185 |
${my.test.target.set:TESTNAME=jdk_nio} |
|
25042 | 186 |
|
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 |
|
189 |
jprt.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 |
|
198 |
jprt.build.configure.args= \ |
|
33928
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
199 |
--with-output-sync=recurse \ |
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
200 |
--with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
42848
27ad8b2418f7
8170741: Enable uploading of built artifacts through Jib
erikj
parents:
42425
diff
changeset
|
201 |
--with-version-opt=$JPRT_JOB_ID \ |
29063
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
202 |
${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
|
203 |
${my.custom.build.configure.args} |
25042 | 204 |
|
205 |
######## |
|
206 |
# |
|
207 |
# Build targets and options (default/jdk) |
|
208 |
# |
|
209 |
||
210 |
# The default build flavors |
|
211 |
my.build.flavors.default=fastdebug,product |
|
212 |
||
213 |
# 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
|
214 |
my.build.targets.default= \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
215 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
216 |
solaris_x64_5.11-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
217 |
linux_i586_3.8-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
218 |
linux_x64_3.8-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
219 |
macosx_x64_10.9-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
220 |
windows_i586_6.3-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
221 |
windows_x64_6.3-{product|fastdebug}, \ |
df5f275ebdac
8156036: Enable building of arm targets in default JPRT testset
erikj
parents:
37967
diff
changeset
|
222 |
${my.additional.build.targets.default} |
25042 | 223 |
|
224 |
# Test target list (no fastdebug & limited c2 testing) |
|
225 |
my.test.target.set= \ |
|
226 |
solaris_sparcv9_5.11-product-c2-TESTNAME, \ |
|
227 |
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
|
228 |
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
|
229 |
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
|
230 |
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
|
231 |
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
|
232 |
windows_x64_6.3-product-c2-TESTNAME |
25042 | 233 |
|
234 |
# Default vm test targets (testset=default) |
|
235 |
my.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) |
|
240 |
my.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} |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27588
diff
changeset
|
245 |
|
25042 | 246 |
# Default vm test targets (testset=core) |
247 |
my.test.targets.core= |
|
248 |
||
249 |
# Core jdk test targets (testset=core) |
|
250 |
my.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}, \ |
|
26401
8056c9157546
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26125
diff
changeset
|
260 |
${my.test.target.set:TESTNAME=jdk_security4}, \ |
25042 | 261 |
${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) |
|
268 |
my.test.targets.svc= |
|
269 |
||
270 |
# Core jdk test targets (testset=svc) |
|
271 |
my.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}, \ |
|
50113 | 276 |
${my.test.target.set:TESTNAME=jdk_jfr}, \ |
27560 | 277 |
${my.test.target.set:TESTNAME=svc_tools}, \ |
278 |
${my.make.rule.test.targets.svc.extra} |
|
25042 | 279 |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
280 |
# JAXP vm test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
281 |
my.test.targets.jaxp= |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
282 |
|
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
283 |
# JAXP test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
284 |
my.make.rule.test.targets.jaxp= \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
285 |
${my.test.target.set:TESTNAME=jaxp_all} |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
286 |
|
25042 | 287 |
# All vm test targets (testset=all) |
288 |
my.test.targets.all= \ |
|
289 |
${my.test.targets.default}, \ |
|
290 |
${my.test.target.set:TESTNAME=runThese}, \ |
|
291 |
${my.test.target.set:TESTNAME=jbb_default} |
|
292 |
||
293 |
# All jdk test targets (testset=all) |
|
294 |
my.make.rule.test.targets.all= \ |
|
295 |
${my.make.rule.test.targets.core}, \ |
|
296 |
${my.make.rule.test.targets.svc}, \ |
|
297 |
${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
|
298 |
${my.test.target.set:TESTNAME=jdk_beans}, \ |
25042 | 299 |
${my.test.target.set:TESTNAME=jdk_sound}, \ |
300 |
${my.test.target.set:TESTNAME=jdk_swing} |
|
301 |
||
302 |
# PIT vm test targets (testset=pit) |
|
303 |
my.test.targets.pit= \ |
|
304 |
${my.test.targets.all} |
|
305 |
||
306 |
# PIT jdk test targets (testset=pit) |
|
307 |
my.make.rule.test.targets.pit= \ |
|
308 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
309 |
${my.make.rule.test.targets.core}, \ |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
310 |
${my.make.rule.test.targets.svc} \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
311 |
${my.make.rule.test.targets.jaxp} |
25042 | 312 |
|
313 |
# JCK test targets in test/Makefile (no windows) |
|
314 |
my.test.target.set.jck= \ |
|
315 |
solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ |
|
316 |
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
|
317 |
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
|
318 |
linux_x64_3.8-product-c2-JCK7TESTRULE |
25042 | 319 |
|
320 |
# JCK testset targets |
|
321 |
my.make.rule.test.targets.jck= \ |
|
322 |
${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \ |
|
323 |
${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \ |
|
324 |
${my.test.target.set.jck:JCK7TESTRULE=jck7compiler} |
|
325 |
||
326 |
||
327 |
############# |
|
328 |
# |
|
329 |
# Hotspot related settings (testset=hotspot) |
|
330 |
# |
|
331 |
||
332 |
# The hotspot build flavors |
|
333 |
my.build.flavors.hotspot= \ |
|
36532 | 334 |
fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \ |
25042 | 335 |
${my.additional.build.flavors.hotspot} |
336 |
||
337 |
# Platforms built for hotspot push jobs |
|
338 |
my.build.targets.hotspot= \ |
|
37020 | 339 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
25042 | 340 |
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
|
341 |
linux_i586_3.8-{product|fastdebug}, \ |
37020 | 342 |
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
|
343 |
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
|
344 |
windows_i586_6.3-{product|fastdebug}, \ |
37020 | 345 |
windows_x64_6.3-{product|fastdebug}, \ |
36532 | 346 |
solaris_x64_5.11-{fastdebugOpen}, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
347 |
linux_x64_3.8-{productOpen}, \ |
25042 | 348 |
${my.additional.build.targets.hotspot} |
22031 | 349 |
|
25042 | 350 |
# Tests to run on the various platforms for hotspot push jobs |
351 |
my.test.targets.hotspot.solaris.sparcv9= \ |
|
352 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \ |
|
353 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
354 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \ |
|
42005 | 355 |
solaris_sparcv9_5.11-product-c2-runThese8, |
25042 | 356 |
|
357 |
my.test.targets.hotspot.solaris.x64= \ |
|
358 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \ |
|
359 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
360 |
solaris_x64_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 361 |
solaris_x64_5.11-product-c2-runThese8, \ |
362 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \ |
|
42005 | 363 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, |
25042 | 364 |
|
365 |
my.test.targets.hotspot.linux.i586= \ |
|
37020 | 366 |
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
|
367 |
linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
37020 | 368 |
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
|
369 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang, \ |
42005 | 370 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm |
25042 | 371 |
|
372 |
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
|
373 |
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
|
374 |
linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
42005 | 375 |
linux_x64_3.8-{product|fastdebug}-c2-scimark |
22031 | 376 |
|
25042 | 377 |
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
|
378 |
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
|
379 |
macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \ |
42005 | 380 |
macosx_x64_10.9-{product|fastdebug}-c2-scimark |
25042 | 381 |
|
382 |
my.test.targets.hotspot.windows.i586= \ |
|
37020 | 383 |
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
|
384 |
windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered, \ |
37020 | 385 |
windows_i586_6.3-{product|fastdebug}-c2-scimark, \ |
386 |
windows_i586_6.3-product-c2-runThese8, \ |
|
387 |
windows_i586_6.3-product-c2-runThese8_Xcomp_lang, \ |
|
42005 | 388 |
windows_i586_6.3-product-c2-runThese8_Xcomp_vm, |
22031 | 389 |
|
25042 | 390 |
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
|
391 |
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
|
392 |
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
|
393 |
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
|
394 |
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
|
395 |
windows_x64_6.3-product-c2-runThese8_Xcomp_lang, \ |
42005 | 396 |
windows_x64_6.3-product-c2-runThese8_Xcomp_vm, |
25042 | 397 |
|
398 |
# Some basic "smoke" tests for OpenJDK builds |
|
399 |
my.test.targets.hotspot.open= \ |
|
400 |
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
|
401 |
linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98 |
25042 | 402 |
|
403 |
# The complete list of test targets for jprt |
|
404 |
my.test.targets.hotspot= \ |
|
405 |
${my.test.targets.hotspot.open}, \ |
|
406 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
407 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
408 |
${my.test.targets.hotspot.linux.i586}, \ |
|
409 |
${my.test.targets.hotspot.linux.x64}, \ |
|
410 |
${my.test.targets.hotspot.macosx.x64}, \ |
|
411 |
${my.test.targets.hotspot.windows.i586}, \ |
|
412 |
${my.test.targets.hotspot.windows.x64}, \ |
|
413 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
414 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
415 |
${my.test.targets.hotspot.linux.x64}, \ |
|
416 |
${my.test.targets.hotspot.windows.i586}, \ |
|
417 |
${my.test.targets.hotspot.windows.x64}, \ |
|
418 |
${my.additional.test.targets.hotspot} |
|
419 |
||
420 |
||
421 |
# Make file based test targets |
|
422 |
||
37967
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
423 |
my.make.rule.test.targets.hotspot.gtest= \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
424 |
linux_i586_3.8-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
425 |
linux_x64_3.8-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
426 |
macosx_x64_10.9-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
427 |
solaris_sparcv9_5.11-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
428 |
solaris_x64_5.11-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
429 |
windows_i586_6.3-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
430 |
windows_x64_6.3-*-default-hotspot_gtest, \ |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
431 |
${my.additional.make.rule.test.targets.hotspot.gtest} |
8dd54c3bf02a
8148244: Finalize and integrate GTest implementation
iignatyev
parents:
37402
diff
changeset
|
432 |
|
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
433 |
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
|
434 |
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
|
435 |
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
|
436 |
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
|
437 |
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
|
438 |
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
|
439 |
windows_i586_6.3-fastdebug-c2-GROUP, \ |
37020 | 440 |
windows_x64_6.3-fastdebug-c2-GROUP |
25042 | 441 |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
442 |
# Hotspot jtreg tests |
37022
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
443 |
my.make.rule.test.targets.hotspot.reg= \ |
46195
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
444 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_1}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
445 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_2}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
446 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_3}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
447 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
448 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
449 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
450 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
451 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
452 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
453 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime}, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
454 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability}, \ |
37022
0a6aa28ecf38
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37021
diff
changeset
|
455 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
46195
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
456 |
solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
457 |
solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
458 |
linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
459 |
linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
460 |
macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
461 |
windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher, \ |
2b1a95acc043
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents:
42848
diff
changeset
|
462 |
windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher, \ |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
463 |
${my.additional.make.rule.test.targets.hotspot.reg} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
464 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
465 |
# Other Makefile based Hotspot tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
466 |
my.make.rule.test.targets.hotspot.other= \ |
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 |
|
29156
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
475 |
# Native jdk and hotspot test targets (testset=nativesanity) |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
476 |
my.make.rule.test.targets.nativesanity= \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
477 |
${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
478 |
${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
|
479 |
|
36532 | 480 |
################################################################################ |
481 |
# Testset buildinfra |
|
482 |
my.build.flavors.buildinfra = \ |
|
42425 | 483 |
product,fastdebug,slowdebug,productZero,fastdebugZero \ |
36532 | 484 |
${my.additional.build.flavors.buildinfra} |
485 |
||
486 |
# Platforms built for hotspot push jobs |
|
487 |
my.build.targets.buildinfra = \ |
|
488 |
solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \ |
|
489 |
solaris_x64_5.11-{product|fastdebug|slowdebug}, \ |
|
42425 | 490 |
linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
491 |
linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
|
36532 | 492 |
macosx_x64_10.9-{product|fastdebug|slowdebug}, \ |
493 |
windows_i586_6.3-{product|fastdebug|slowdebug}, \ |
|
494 |
windows_x64_6.3-{product|fastdebug|slowdebug}, \ |
|
495 |
${my.additional.build.targets.buildinfra} |
|
496 |
||
497 |
my.test.targets.buildinfra = \ |
|
498 |
${my.test.targets.default}, \ |
|
499 |
${my.test.targets.hotspot} |
|
500 |
||
501 |
my.make.rule.test.targets.buildinfra = \ |
|
502 |
${my.make.rule.test.targets.default}, \ |
|
503 |
${my.make.rule.test.targets.hotspot} |