author | chegar |
Tue, 22 Mar 2016 16:02:25 +0000 | |
changeset 36657 | 3b0dd9e3e474 |
parent 35748 | c4b6c7386de8 |
child 36532 | 2f10ab82d0a8 |
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 |
|
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) |
78 |
jprt.run.flavors=c1,c2,default,${my.additional.run.flavors} |
|
79 |
||
35748 | 80 |
# Setup jib profiles |
81 |
jprt.linux_i586.product.build.jib.profile=linux-x86 |
|
82 |
jprt.linux_x64.build.jib.profile=linux-x64 |
|
83 |
jprt.macosx_x64.build.jib.profile=macosx-x64 |
|
84 |
jprt.solaris_sparcv9.build.jib.profile=solaris-sparcv9 |
|
85 |
jprt.solaris_x64.build.jib.profile=solaris-x64 |
|
86 |
jprt.windows_i586.build.jib.profile=windows-x86 |
|
87 |
jprt.windows_x64.build.jib.profile=windows-x64 |
|
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 |
||
97 |
jprt.solaris_x64.debugOpen.build.jib.profile=solaris-x64-open-debug |
|
98 |
jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open |
|
99 |
||
100 |
jprt.test.jib.profile=run-test |
|
101 |
||
25042 | 102 |
# Set make target to use for different build flavors |
103 |
jprt.build.flavor.debugOpen.target=jprt_bundle |
|
104 |
jprt.build.flavor.fastdebug.target=jprt_bundle |
|
22031 | 105 |
jprt.build.flavor.product.target=jprt_bundle |
25042 | 106 |
jprt.build.flavor.productOpen.target=jprt_bundle |
27588 | 107 |
jprt.build.flavor.optimized.target=jprt_bundle |
108 |
jprt.build.flavor.optimizedOpen.target=jprt_bundle |
|
25042 | 109 |
|
110 |
# Use these configure args to define debug level |
|
35748 | 111 |
jprt.debug.build.configure.args= |
112 |
jprt.fastdebug.build.configure.args=--disable-precompiled-headers |
|
113 |
jprt.product.build.configure.args= |
|
27588 | 114 |
jprt.optimized.build.configure.args=--with-debug-level=optimized |
35748 | 115 |
jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} |
116 |
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} |
|
117 |
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} |
|
118 |
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} |
|
25042 | 119 |
|
34599
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
120 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
121 |
# 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
|
122 |
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
|
123 |
my.jprt.testsetHasCustomBuildTargets.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
|
124 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
125 |
# 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
|
126 |
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
|
127 |
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
|
128 |
|
d4e9a69a3cf8
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
cjplummer
parents:
33439
diff
changeset
|
129 |
# 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
|
130 |
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
|
131 |
${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
|
132 |
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
|
133 |
${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}} |
25042 | 134 |
|
135 |
# Select test targets - jprt default for jprt.test.set is "default" |
|
136 |
jprt.test.targets=${my.test.targets.${jprt.test.set}} |
|
137 |
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
|
138 |
jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}} |
25042 | 139 |
|
140 |
# 7155453: Work-around to prevent popups on OSX from blocking test completion |
|
141 |
# but the work-around is added to all platforms to be consistent |
|
142 |
jprt.jbb.options=-Djava.awt.headless=true |
|
143 |
||
144 |
######## |
|
145 |
# |
|
146 |
# Build options (generic) |
|
147 |
# |
|
148 |
||
149 |
# Configure args common to all builds |
|
150 |
# Also allows for additional, testset specific configure arguments to be set |
|
151 |
jprt.build.configure.args= \ |
|
33928
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
152 |
--with-output-sync=recurse \ |
d2c9fee88260
8087328: Move debuglevel info in version string from PRE to OPT
erikj
parents:
33926
diff
changeset
|
153 |
--with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
35748 | 154 |
--with-version-opt=$JPRT_JOB_ID \ |
29063
42142426273c
8073231: Add convenient way of adding custom configure options to jprt
ihse
parents:
28348
diff
changeset
|
155 |
${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
|
156 |
${my.custom.build.configure.args} |
25042 | 157 |
|
158 |
######## |
|
159 |
# |
|
160 |
# Build targets and options (default/jdk) |
|
161 |
# |
|
162 |
||
163 |
# The default build flavors |
|
164 |
my.build.flavors.default=fastdebug,product |
|
165 |
||
166 |
# Standard list of jprt build targets for this source tree |
|
167 |
my.build.targets.default= \ |
|
168 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
|
169 |
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
|
170 |
linux_i586_3.8-{product|fastdebug}, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
171 |
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
|
172 |
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
|
173 |
windows_i586_6.3-{product|fastdebug}, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
174 |
windows_x64_6.3-{product|fastdebug} |
25042 | 175 |
|
176 |
# Test target list (no fastdebug & limited c2 testing) |
|
177 |
my.test.target.set= \ |
|
178 |
solaris_sparcv9_5.11-product-c2-TESTNAME, \ |
|
179 |
solaris_x64_5.11-product-c2-TESTNAME, \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
180 |
linux_i586_3.8-product-{c1|c2}-TESTNAME, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
181 |
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
|
182 |
macosx_x64_10.9-product-c2-TESTNAME, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
183 |
windows_i586_6.3-product-c1-TESTNAME, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
184 |
windows_x64_6.3-product-c2-TESTNAME |
25042 | 185 |
|
186 |
# Default vm test targets (testset=default) |
|
187 |
my.test.targets.default= \ |
|
188 |
${my.test.target.set:TESTNAME=jvm98}, \ |
|
189 |
${my.test.target.set:TESTNAME=scimark} |
|
190 |
||
191 |
# Default jdk test targets (testset=default) |
|
192 |
my.make.rule.test.targets.default= \ |
|
193 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
194 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
195 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
196 |
${my.test.target.set:TESTNAME=jdk_util} |
|
27595
cff167b3bfa2
8065914: Various improvements and cleanup of build system
ihse
parents:
27588
diff
changeset
|
197 |
|
25042 | 198 |
# Default vm test targets (testset=core) |
199 |
my.test.targets.core= |
|
200 |
||
201 |
# Core jdk test targets (testset=core) |
|
202 |
my.make.rule.test.targets.core= \ |
|
203 |
${my.test.target.set:TESTNAME=jdk_lang}, \ |
|
204 |
${my.test.target.set:TESTNAME=jdk_math}, \ |
|
205 |
${my.test.target.set:TESTNAME=jdk_util}, \ |
|
206 |
${my.test.target.set:TESTNAME=jdk_io}, \ |
|
207 |
${my.test.target.set:TESTNAME=jdk_net}, \ |
|
208 |
${my.test.target.set:TESTNAME=jdk_nio}, \ |
|
209 |
${my.test.target.set:TESTNAME=jdk_security1}, \ |
|
210 |
${my.test.target.set:TESTNAME=jdk_security2}, \ |
|
211 |
${my.test.target.set:TESTNAME=jdk_security3}, \ |
|
26401
8056c9157546
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26125
diff
changeset
|
212 |
${my.test.target.set:TESTNAME=jdk_security4}, \ |
25042 | 213 |
${my.test.target.set:TESTNAME=jdk_rmi}, \ |
214 |
${my.test.target.set:TESTNAME=jdk_text}, \ |
|
215 |
${my.test.target.set:TESTNAME=jdk_time}, \ |
|
216 |
${my.test.target.set:TESTNAME=jdk_other}, \ |
|
217 |
${my.test.target.set:TESTNAME=core_tools} |
|
218 |
||
219 |
# Svc vm test targets (testset=svc) |
|
220 |
my.test.targets.svc= |
|
221 |
||
222 |
# Core jdk test targets (testset=svc) |
|
223 |
my.make.rule.test.targets.svc= \ |
|
224 |
${my.test.target.set:TESTNAME=jdk_management}, \ |
|
225 |
${my.test.target.set:TESTNAME=jdk_instrument}, \ |
|
226 |
${my.test.target.set:TESTNAME=jdk_jmx}, \ |
|
227 |
${my.test.target.set:TESTNAME=jdk_jdi}, \ |
|
27560 | 228 |
${my.test.target.set:TESTNAME=svc_tools}, \ |
229 |
${my.make.rule.test.targets.svc.extra} |
|
25042 | 230 |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
231 |
# JAXP vm test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
232 |
my.test.targets.jaxp= |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
233 |
|
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
234 |
# JAXP test targets (testset=jaxp) |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
235 |
my.make.rule.test.targets.jaxp= \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
236 |
${my.test.target.set:TESTNAME=jaxp_all} |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
237 |
|
25042 | 238 |
# All vm test targets (testset=all) |
239 |
my.test.targets.all= \ |
|
240 |
${my.test.targets.default}, \ |
|
241 |
${my.test.target.set:TESTNAME=runThese}, \ |
|
242 |
${my.test.target.set:TESTNAME=jbb_default} |
|
243 |
||
244 |
# All jdk test targets (testset=all) |
|
245 |
my.make.rule.test.targets.all= \ |
|
246 |
${my.make.rule.test.targets.core}, \ |
|
247 |
${my.make.rule.test.targets.svc}, \ |
|
248 |
${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
|
249 |
${my.test.target.set:TESTNAME=jdk_beans}, \ |
25042 | 250 |
${my.test.target.set:TESTNAME=jdk_sound}, \ |
251 |
${my.test.target.set:TESTNAME=jdk_swing} |
|
252 |
||
253 |
# PIT vm test targets (testset=pit) |
|
254 |
my.test.targets.pit= \ |
|
255 |
${my.test.targets.all} |
|
256 |
||
257 |
# PIT jdk test targets (testset=pit) |
|
258 |
my.make.rule.test.targets.pit= \ |
|
259 |
${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
|
260 |
${my.make.rule.test.targets.core}, \ |
|
28006
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
261 |
${my.make.rule.test.targets.svc} \ |
ebad70f3aa9f
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27869
diff
changeset
|
262 |
${my.make.rule.test.targets.jaxp} |
25042 | 263 |
|
264 |
# JCK test targets in test/Makefile (no windows) |
|
265 |
my.test.target.set.jck= \ |
|
266 |
solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ |
|
267 |
solaris_x64_5.11-product-c2-JCK7TESTRULE, \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
268 |
linux_i586_3.8-product-c1-JCK7TESTRULE, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
269 |
linux_x64_3.8-product-c2-JCK7TESTRULE |
25042 | 270 |
|
271 |
# JCK testset targets |
|
272 |
my.make.rule.test.targets.jck= \ |
|
273 |
${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \ |
|
274 |
${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \ |
|
275 |
${my.test.target.set.jck:JCK7TESTRULE=jck7compiler} |
|
276 |
||
277 |
||
278 |
############# |
|
279 |
# |
|
280 |
# Hotspot related settings (testset=hotspot) |
|
281 |
# |
|
282 |
||
283 |
# The hotspot build flavors |
|
284 |
my.build.flavors.hotspot= \ |
|
27588 | 285 |
debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \ |
25042 | 286 |
${my.additional.build.flavors.hotspot} |
287 |
||
288 |
# Platforms built for hotspot push jobs |
|
289 |
my.build.targets.hotspot= \ |
|
27588 | 290 |
solaris_sparcv9_5.11-{product|fastdebug}, \ |
25042 | 291 |
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
|
292 |
linux_i586_3.8-{product|fastdebug}, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
293 |
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
|
294 |
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
|
295 |
windows_i586_6.3-{product|fastdebug}, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
296 |
windows_x64_6.3-{product|fastdebug}, \ |
25042 | 297 |
solaris_x64_5.11-{debugOpen}, \ |
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
298 |
linux_x64_3.8-{productOpen}, \ |
25042 | 299 |
${my.additional.build.targets.hotspot} |
22031 | 300 |
|
25042 | 301 |
# Tests to run on the various platforms for hotspot push jobs |
302 |
my.test.targets.hotspot.solaris.sparcv9= \ |
|
303 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \ |
|
304 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
305 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 306 |
solaris_sparcv9_5.11-product-c2-runThese8, \ |
25042 | 307 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
308 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
|
309 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS, \ |
|
31569 | 310 |
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1 |
25042 | 311 |
|
312 |
my.test.targets.hotspot.solaris.x64= \ |
|
313 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \ |
|
314 |
solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
|
315 |
solaris_x64_5.11-{product|fastdebug}-c2-scimark, \ |
|
25705 | 316 |
solaris_x64_5.11-product-c2-runThese8, \ |
317 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \ |
|
318 |
solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, \ |
|
25042 | 319 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
320 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
|
321 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS, \ |
|
31569 | 322 |
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1 |
25042 | 323 |
|
324 |
my.test.targets.hotspot.linux.i586= \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
325 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-jvm98, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
326 |
linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
327 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-scimark, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
328 |
linux_i586_3.8-product-c1-runThese8_Xcomp_lang, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
329 |
linux_i586_3.8-product-c1-runThese8_Xcomp_vm, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
330 |
linux_i586_3.8-fastdebug-c1-runThese8_Xshare, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
331 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
332 |
linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
333 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
334 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
335 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
336 |
linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_G1 |
25042 | 337 |
|
338 |
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
|
339 |
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
|
340 |
linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
341 |
linux_x64_3.8-{product|fastdebug}-c2-scimark, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
342 |
linux_x64_3.8-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
343 |
linux_x64_3.8-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
344 |
linux_x64_3.8-{product|fastdebug}-c2-GCBasher_CMS, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
345 |
linux_x64_3.8-{product|fastdebug}-c2-GCBasher_G1 |
22031 | 346 |
|
25042 | 347 |
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
|
348 |
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
|
349 |
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
|
350 |
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
|
351 |
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
|
352 |
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
|
353 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS, \ |
31569 | 354 |
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1 |
25042 | 355 |
|
356 |
my.test.targets.hotspot.windows.i586= \ |
|
35037
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
357 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-jvm98, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
358 |
windows_i586_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
|
359 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-scimark, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
360 |
windows_i586_6.3-product-{c1|c2}-runThese8, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
361 |
windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_lang, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
362 |
windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_vm, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
363 |
windows_i586_6.3-fastdebug-c1-runThese8_Xshare, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
364 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
365 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
366 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
367 |
windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_G1 |
22031 | 368 |
|
25042 | 369 |
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
|
370 |
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
|
371 |
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
|
372 |
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
|
373 |
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
|
374 |
windows_x64_6.3-product-c2-runThese8_Xcomp_lang, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
375 |
windows_x64_6.3-product-c2-runThese8_Xcomp_vm, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
376 |
windows_x64_6.3-{product|fastdebug}-c2-GCBasher_SerialGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
377 |
windows_x64_6.3-{product|fastdebug}-c2-GCBasher_ParallelGC, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
378 |
windows_x64_6.3-{product|fastdebug}-c2-GCBasher_CMS, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
379 |
windows_x64_6.3-{product|fastdebug}-c2-GCBasher_G1 |
25042 | 380 |
|
381 |
# Some basic "smoke" tests for OpenJDK builds |
|
382 |
my.test.targets.hotspot.open= \ |
|
383 |
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
|
384 |
linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98 |
25042 | 385 |
|
386 |
# The complete list of test targets for jprt |
|
387 |
my.test.targets.hotspot= \ |
|
388 |
${my.test.targets.hotspot.open}, \ |
|
389 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
390 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
391 |
${my.test.targets.hotspot.linux.i586}, \ |
|
392 |
${my.test.targets.hotspot.linux.x64}, \ |
|
393 |
${my.test.targets.hotspot.macosx.x64}, \ |
|
394 |
${my.test.targets.hotspot.windows.i586}, \ |
|
395 |
${my.test.targets.hotspot.windows.x64}, \ |
|
396 |
${my.test.targets.hotspot.solaris.sparcv9}, \ |
|
397 |
${my.test.targets.hotspot.solaris.x64}, \ |
|
398 |
${my.test.targets.hotspot.linux.x64}, \ |
|
399 |
${my.test.targets.hotspot.windows.i586}, \ |
|
400 |
${my.test.targets.hotspot.windows.x64}, \ |
|
401 |
${my.additional.test.targets.hotspot} |
|
402 |
||
403 |
||
404 |
# Make file based test targets |
|
405 |
||
30087 | 406 |
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
|
407 |
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
|
408 |
linux_x64_3.8-*-default-hotspot_basicvmtest, \ |
30087 | 409 |
macosx_x64_10.9-*-default-hotspot_basicvmtest, \ |
410 |
solaris_sparcv9_5.11-*-default-hotspot_basicvmtest, \ |
|
411 |
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
|
412 |
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
|
413 |
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
|
414 |
|
26122
e09fcc75f284
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents:
25705
diff
changeset
|
415 |
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
|
416 |
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
|
417 |
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
|
418 |
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
|
419 |
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
|
420 |
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
|
421 |
windows_i586_6.3-fastdebug-c2-GROUP, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
422 |
windows_x64_6.3-fastdebug-c2-GROUP, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
423 |
linux_i586_3.8-fastdebug-c1-GROUP, \ |
0798876d7dd5
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj
parents:
35025
diff
changeset
|
424 |
windows_i586_6.3-fastdebug-c1-GROUP |
25042 | 425 |
|
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
426 |
# Hotspot jtreg tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
427 |
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
|
428 |
${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
|
429 |
${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
|
430 |
${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
|
431 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \ |
25615 | 432 |
${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
|
433 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed}, \ |
28348 | 434 |
${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
|
435 |
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \ |
25615 | 436 |
${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
|
437 |
${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
|
438 |
${my.additional.make.rule.test.targets.hotspot.reg} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
439 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
440 |
# Other Makefile based Hotspot tests |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
441 |
my.make.rule.test.targets.hotspot.other= \ |
30087 | 442 |
${my.make.rule.test.targets.hotspot.basicvmtests}, \ |
30080
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
443 |
${my.additional.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
444 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
445 |
# All the makefile based tests to run |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
446 |
my.make.rule.test.targets.hotspot= \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
447 |
${my.make.rule.test.targets.hotspot.reg} \ |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
448 |
${my.make.rule.test.targets.hotspot.other} |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
449 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
450 |
# 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
|
451 |
# (but not for the other Makefile based tests) |
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
452 |
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
|
453 |
|
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
454 |
# Native jdk and hotspot test targets (testset=nativesanity) |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
455 |
my.make.rule.test.targets.nativesanity= \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
456 |
${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
bd932374081c
8072842: Add support for building native JTReg tests
ihse
parents:
29063
diff
changeset
|
457 |
${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
|
458 |
|
d1f391a851bc
8077524: Enable selective test bundle installation for jprt test targets
mikael
parents:
29669
diff
changeset
|
459 |
# 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
|
460 |
my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity} |