jprt.properties revision 1930:54575d8783b3
1#
2# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
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
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
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#
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.
24#
25
26##############
27#
28# Global settings
29#
30
31# Install test bundle for targets in jprt.test.bundle.targets set
32jprt.selective.test.bundle.installation=true
33
34# The current release name
35jprt.tools.default.release=jdk9
36
37# Allow concurrent changes to be merged in prior to pushing
38jprt.sync.push=true
39
40# Directories to be excluded from the source bundles
41jprt.bundle.exclude.src.dirs=build dist webrev
42
43# Use configure when building
44jprt.build.use.configure=true
45jprt.build.use.jib=true
46jprt.test.use.jib=true
47jprt.jib.launcher=common/bin/jib.sh
48
49# Clear out all the build needs as JIB handles this
50jprt.jdk9.build.needs=
51jprt.macosx.jdk9.build.needs=
52jprt.windows_i586.jdk9.build.needs=
53jprt.windows_x64.jdk9.build.needs=
54jprt.solaris.jdk9.build.needs=
55jprt.linux_i586.jdk9.build.needs=
56jprt.linux_x64.jdk9.build.needs=
57jprt.linux_armv6.jdk9.build.needs=
58jprt.linux_armvh.jdk9.build.needs=
59jprt.linux_arm64.jdk9.build.needs=
60jprt.linux_armsflt.jdk9.build.needs=
61jprt.linux_armvfpsflt.jdk9.build.needs=
62jprt.linux_armvfphflt.jdk9.build.needs=
63jprt.linux_armv6vfphflt.jdk9.build.needs=
64jprt.solaris.client.build.needs=
65jprt.linux.client.build.needs=
66jprt.solaris.jdk9.compiler=
67jprt.linux.jdk9.compiler=
68jprt.jdk9.test.needs=
69
70# Disable the need for preinstalled Visual Studio and Xcode
71jprt.windows.jdk9.compiler=
72jprt.windows.6.2.jdk9.compiler=
73jprt.windows.6.3.jdk9.compiler=
74jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
75jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
76
77# Set up the run flavors (jvm variants)
78jprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
79
80# Setup jib profiles
81jprt.linux_i586.product.build.jib.profile=linux-x86
82jprt.linux_x64.build.jib.profile=linux-x64
83jprt.macosx_x64.build.jib.profile=macosx-x64
84jprt.solaris_sparcv9.build.jib.profile=solaris-sparcv9
85jprt.solaris_x64.build.jib.profile=solaris-x64
86jprt.windows_i586.build.jib.profile=windows-x86
87jprt.windows_x64.build.jib.profile=windows-x64
88
89jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug
90jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug
91jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug
92jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug
93jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug
94jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug
95jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug
96
97jprt.solaris_x64.debugOpen.build.jib.profile=solaris-x64-open-debug
98jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
99
100jprt.test.jib.profile=run-test
101
102# Set make target to use for different build flavors
103jprt.build.flavor.debugOpen.target=jprt_bundle
104jprt.build.flavor.fastdebug.target=jprt_bundle
105jprt.build.flavor.product.target=jprt_bundle
106jprt.build.flavor.productOpen.target=jprt_bundle
107jprt.build.flavor.optimized.target=jprt_bundle
108jprt.build.flavor.optimizedOpen.target=jprt_bundle
109
110# Use these configure args to define debug level
111jprt.debug.build.configure.args=
112jprt.fastdebug.build.configure.args=--disable-precompiled-headers
113jprt.product.build.configure.args=
114jprt.optimized.build.configure.args=--with-debug-level=optimized
115jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args}
116jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
117jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
118jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
119
120
121# hotspot testset has custom build flavors and build targets
122my.jprt.testsetHasCustomBuildFlavors.hotspot=true
123my.jprt.testsetHasCustomBuildTargets.hotspot=true
124
125# determine if the specified testset has custom build flavors or build targets
126my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
127my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
128
129# Select build flavors and build targets based on the specified testset
130jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
131    ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
132jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
133    ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
134
135# Select test targets - jprt default for jprt.test.set is "default"
136jprt.test.targets=${my.test.targets.${jprt.test.set}}
137jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
138jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
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
142jprt.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
151jprt.build.configure.args=						\
152    --with-output-sync=recurse						\
153    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
154    --with-version-opt=$JPRT_JOB_ID				 	\
155    ${my.additional.build.configure.args.${jprt.test.set}}		\
156    ${my.custom.build.configure.args}
157
158########
159#
160# Build targets and options (default/jdk)
161#
162
163# The default build flavors
164my.build.flavors.default=fastdebug,product
165
166# Standard list of jprt build targets for this source tree
167my.build.targets.default=						\
168    solaris_sparcv9_5.11-{product|fastdebug},				\
169    solaris_x64_5.11-{product|fastdebug},				\
170    linux_i586_3.8-{product|fastdebug},					\
171    linux_x64_3.8-{product|fastdebug},					\
172    macosx_x64_10.9-{product|fastdebug},				\
173    windows_i586_6.3-{product|fastdebug},				\
174    windows_x64_6.3-{product|fastdebug}
175
176# Test target list (no fastdebug & limited c2 testing)
177my.test.target.set=							\
178    solaris_sparcv9_5.11-product-c2-TESTNAME,				\
179    solaris_x64_5.11-product-c2-TESTNAME,				\
180    linux_i586_3.8-product-{c1|c2}-TESTNAME,				\
181    linux_x64_3.8-product-c2-TESTNAME,					\
182    macosx_x64_10.9-product-c2-TESTNAME,				\
183    windows_i586_6.3-product-c1-TESTNAME,				\
184    windows_x64_6.3-product-c2-TESTNAME
185
186# Default vm test targets (testset=default)
187my.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)
192my.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}
197
198# Default vm test targets (testset=core)
199my.test.targets.core=
200
201# Core jdk test targets (testset=core)
202my.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},			\
212    ${my.test.target.set:TESTNAME=jdk_security4},			\
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)
220my.test.targets.svc=
221
222# Core jdk test targets (testset=svc)
223my.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},				\
228    ${my.test.target.set:TESTNAME=svc_tools},                           \
229    ${my.make.rule.test.targets.svc.extra}
230
231# JAXP vm test targets (testset=jaxp)
232my.test.targets.jaxp=
233
234# JAXP test targets (testset=jaxp)
235my.make.rule.test.targets.jaxp=						\
236    ${my.test.target.set:TESTNAME=jaxp_all}
237
238# All vm test targets (testset=all)
239my.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)
245my.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},				\
249    ${my.test.target.set:TESTNAME=jdk_beans},				\
250    ${my.test.target.set:TESTNAME=jdk_sound},				\
251    ${my.test.target.set:TESTNAME=jdk_swing}
252
253# PIT vm test targets (testset=pit)
254my.test.targets.pit=							\
255   ${my.test.targets.all}
256
257# PIT jdk test targets (testset=pit)
258my.make.rule.test.targets.pit=						\
259    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
260    ${my.make.rule.test.targets.core},					\
261    ${my.make.rule.test.targets.svc}                                    \
262    ${my.make.rule.test.targets.jaxp}
263
264# JCK test targets in test/Makefile (no windows)
265my.test.target.set.jck=							\
266    solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
267    solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
268    linux_i586_3.8-product-c1-JCK7TESTRULE,				\
269    linux_x64_3.8-product-c2-JCK7TESTRULE
270
271# JCK testset targets
272my.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
284my.build.flavors.hotspot=						\
285    debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
286    ${my.additional.build.flavors.hotspot}
287
288# Platforms built for hotspot push jobs
289my.build.targets.hotspot=						\
290    solaris_sparcv9_5.11-{product|fastdebug},			\
291    solaris_x64_5.11-{product|fastdebug},				\
292    linux_i586_3.8-{product|fastdebug},					\
293    linux_x64_3.8-{product|fastdebug},			\
294    macosx_x64_10.9-{product|fastdebug},				\
295    windows_i586_6.3-{product|fastdebug},				\
296    windows_x64_6.3-{product|fastdebug},			\
297    solaris_x64_5.11-{debugOpen},					\
298    linux_x64_3.8-{productOpen},					\
299    ${my.additional.build.targets.hotspot}
300
301# Tests to run on the various platforms for hotspot push jobs
302my.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,		\
306    solaris_sparcv9_5.11-product-c2-runThese8,				\
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,		\
310    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1
311
312my.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,			\
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,			\
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,		\
322    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1
323
324my.test.targets.hotspot.linux.i586=					\
325    linux_i586_3.8-{product|fastdebug}-{c1|c2}-jvm98,			\
326    linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
327    linux_i586_3.8-{product|fastdebug}-{c1|c2}-scimark,			\
328    linux_i586_3.8-product-c1-runThese8_Xcomp_lang,			\
329    linux_i586_3.8-product-c1-runThese8_Xcomp_vm,			\
330    linux_i586_3.8-fastdebug-c1-runThese8_Xshare,			\
331    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,			\
332    linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm,			\
333    linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
334    linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
335    linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
336    linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_G1
337
338my.test.targets.hotspot.linux.x64=					\
339    linux_x64_3.8-{product|fastdebug}-c2-jvm98,				\
340    linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,		\
341    linux_x64_3.8-{product|fastdebug}-c2-scimark,			\
342    linux_x64_3.8-{product|fastdebug}-c2-GCBasher_SerialGC,		\
343    linux_x64_3.8-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
344    linux_x64_3.8-{product|fastdebug}-c2-GCBasher_CMS,			\
345    linux_x64_3.8-{product|fastdebug}-c2-GCBasher_G1
346
347my.test.targets.hotspot.macosx.x64=					\
348    macosx_x64_10.9-{product|fastdebug}-c2-jvm98,			\
349    macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,		\
350    macosx_x64_10.9-{product|fastdebug}-c2-scimark,			\
351    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC,		\
352    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
353    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS,		\
354    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1
355
356my.test.targets.hotspot.windows.i586=					\
357    windows_i586_6.3-{product|fastdebug}-{c1|c2}-jvm98,			\
358    windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
359    windows_i586_6.3-{product|fastdebug}-{c1|c2}-scimark,		\
360    windows_i586_6.3-product-{c1|c2}-runThese8,				\
361    windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_lang,		\
362    windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_vm,		\
363    windows_i586_6.3-fastdebug-c1-runThese8_Xshare,			\
364    windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
365    windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
366    windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
367    windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_G1
368
369my.test.targets.hotspot.windows.x64=					\
370    windows_x64_6.3-{product|fastdebug}-c2-jvm98,			\
371    windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,		\
372    windows_x64_6.3-{product|fastdebug}-c2-scimark,			\
373    windows_x64_6.3-product-c2-runThese8,				\
374    windows_x64_6.3-product-c2-runThese8_Xcomp_lang,			\
375    windows_x64_6.3-product-c2-runThese8_Xcomp_vm,			\
376    windows_x64_6.3-{product|fastdebug}-c2-GCBasher_SerialGC,		\
377    windows_x64_6.3-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
378    windows_x64_6.3-{product|fastdebug}-c2-GCBasher_CMS,		\
379    windows_x64_6.3-{product|fastdebug}-c2-GCBasher_G1
380
381# Some basic "smoke" tests for OpenJDK builds
382my.test.targets.hotspot.open=						\
383    solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,		\
384    linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
385
386# The complete list of test targets for jprt
387my.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
406my.make.rule.test.targets.hotspot.basicvmtests=                         \
407  linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
408  linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
409  macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
410  solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
411  solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
412  windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
413  windows_x64_6.3-*-default-hotspot_basicvmtest
414
415my.make.rule.test.targets.hotspot.reg.group=				\
416  solaris_sparcv9_5.11-fastdebug-c2-GROUP,				\
417  solaris_x64_5.11-fastdebug-c2-GROUP,					\
418  linux_i586_3.8-fastdebug-c2-GROUP,					\
419  linux_x64_3.8-fastdebug-c2-GROUP,					\
420  macosx_x64_10.9-fastdebug-c2-GROUP,					\
421  windows_i586_6.3-fastdebug-c2-GROUP,					\
422  windows_x64_6.3-fastdebug-c2-GROUP,					\
423  linux_i586_3.8-fastdebug-c1-GROUP,					\
424  windows_i586_6.3-fastdebug-c1-GROUP
425
426# Hotspot jtreg tests
427my.make.rule.test.targets.hotspot.reg=						\
428  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1},	\
429  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2},	\
430  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3},	\
431  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed},	\
432  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc},		\
433  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed},       \
434  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold},        \
435  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},		\
436  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability},	\
437  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},		\
438  ${my.additional.make.rule.test.targets.hotspot.reg}
439
440# Other Makefile based Hotspot tests
441my.make.rule.test.targets.hotspot.other=                                \
442  ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
443  ${my.additional.make.rule.test.targets.hotspot.other}
444
445# All the makefile based tests to run
446my.make.rule.test.targets.hotspot=                                      \
447  ${my.make.rule.test.targets.hotspot.reg}                              \
448  ${my.make.rule.test.targets.hotspot.other}
449
450# Install the test bundle for the testset hotspot jtreg tests
451# (but not for the other Makefile based tests)
452my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
453
454# Native jdk and hotspot test targets (testset=nativesanity)
455my.make.rule.test.targets.nativesanity=					\
456    ${my.test.target.set:TESTNAME=jdk_native_sanity},			\
457    ${my.test.target.set:TESTNAME=hotspot_native_sanity}
458
459# Install the test bundle for the nativesanity jtreg tests
460my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
461