make/jprt.properties
author duke
Wed, 05 Jul 2017 20:56:54 +0200
changeset 33373 4a0312f2894b
parent 33036 13f0ed5d0335
child 33951 cc5ca0725e70
child 33396 19196d07fa98
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     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
fd16c54261b3 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fd16c54261b3 Initial load
duke
parents:
diff changeset
     4
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
fd16c54261b3 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    10
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
fd16c54261b3 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fd16c54261b3 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
fd16c54261b3 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
fd16c54261b3 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
fd16c54261b3 Initial load
duke
parents:
diff changeset
    16
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
fd16c54261b3 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
fd16c54261b3 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fd16c54261b3 Initial load
duke
parents:
diff changeset
    20
#
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    23
# questions.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    24
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    25
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    26
##############
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    27
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    28
# Global settings
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    29
#
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    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
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    34
# The current release name
22032
4a7fd867c53c 8030793: Update jprt.properties to release jdk9
erikj
parents: 22031
diff changeset
    35
jprt.tools.default.release=jdk9
6243
bc2db16c1a2a 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents: 5499
diff changeset
    36
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    37
# Check if this is the equivalent of a hotspot push job
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    38
# Interpret -testset hotspot to mean exactly that
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    39
my.is.hotspot.job.hotspot=true
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    40
my.is.hotspot.job=${my.is.hotspot.job.${jprt.test.set}}
11619
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    41
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    42
# Disable syncing the source after builds and tests are done
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    43
jprt.sync.push=${my.is.hotspot.job ? false : true}
4947
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
    44
6243
bc2db16c1a2a 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents: 5499
diff changeset
    45
# Directories to be excluded from the source bundles
4947
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
    46
jprt.bundle.exclude.src.dirs=build dist webrev
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
    47
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    48
# Use configure when building
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
    49
jprt.build.use.configure=true
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    50
30087
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
    51
# Set up the run flavors (jvm variants)
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
    52
jprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
    53
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    54
# Set make target to use for different build flavors
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    55
jprt.build.flavor.debugOpen.target=jprt_bundle
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    56
jprt.build.flavor.fastdebug.target=jprt_bundle
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
    57
jprt.build.flavor.product.target=jprt_bundle
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    58
jprt.build.flavor.productOpen.target=jprt_bundle
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
    59
jprt.build.flavor.optimized.target=jprt_bundle
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
    60
jprt.build.flavor.optimizedOpen.target=jprt_bundle
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    61
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    62
# Use these configure args to define debug level
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    63
jprt.debug.build.configure.args=--with-debug-level=slowdebug
31576
e9ea6d99c16c 8076581: Need a NON-PCH build to quickly detect missing dependencies in the source base
dholmes
parents: 31575
diff changeset
    64
jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug --disable-precompiled-headers
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    65
jprt.product.build.configure.args=--with-debug-level=release
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
    66
jprt.optimized.build.configure.args=--with-debug-level=optimized
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    67
jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} --enable-openjdk-only
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    68
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} --enable-openjdk-only
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    69
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
    70
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    71
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    72
# Select build flavors and build targets
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    73
jprt.build.flavors=${my.is.hotspot.job ? ${my.build.flavors.hotspot} : ${my.build.flavors.default}}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    74
jprt.build.targets=${my.is.hotspot.job ? ${my.build.targets.hotspot} : ${my.build.targets.default}}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    75
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    76
# Select test targets - jprt default for jprt.test.set is "default"
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    77
jprt.test.targets=${my.test.targets.${jprt.test.set}}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    78
jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
30080
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
    79
jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    80
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    81
# 7155453: Work-around to prevent popups on OSX from blocking test completion
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    82
# but the work-around is added to all platforms to be consistent
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    83
jprt.jbb.options=-Djava.awt.headless=true
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    84
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    85
########
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    86
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    87
# Build options (generic)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    88
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    89
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    90
# Configure args common to all builds
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    91
# Also allows for additional, testset specific configure arguments to be set
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    92
jprt.build.configure.args=						\
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25705
diff changeset
    93
    --with-output-sync=recurse 						\
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25705
diff changeset
    94
    --with-boot-jdk=$ALT_BOOTDIR 					\
98ce0879ab4c 8054834: Modular Source Code
chegar
parents: 25705
diff changeset
    95
    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
29063
42142426273c 8073231: Add convenient way of adding custom configure options to jprt
ihse
parents: 28348
diff changeset
    96
    ${my.additional.build.configure.args.${jprt.test.set}}		\
42142426273c 8073231: Add convenient way of adding custom configure options to jprt
ihse
parents: 28348
diff changeset
    97
    ${my.custom.build.configure.args}
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    98
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
    99
# i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   100
jprt.i586.build.configure.args=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   101
    --with-target-bits=32
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   102
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   103
# i586 platforms have both client and server, but to allow for overriding the exact configuration
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   104
# on a per-build flavor basis the value is set for the individual build flavors
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   105
my.i586.default.build.configure.args=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   106
    --with-jvm-variants=client,server
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   107
jprt.i586.debug.build.configure.args=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   108
    ${my.i586.default.build.configure.args}				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   109
    ${jprt.debug.build.configure.args}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   110
jprt.i586.fastdebug.build.configure.args=				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   111
    ${my.i586.default.build.configure.args}				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   112
    ${jprt.fastdebug.build.configure.args}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   113
jprt.i586.product.build.configure.args=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   114
    ${my.i586.default.build.configure.args}				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   115
    ${jprt.product.build.configure.args}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   116
jprt.i586.debugOpen.build.configure.args=				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   117
    ${my.i586.default.build.configure.args}				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   118
    ${jprt.debugOpen.build.configure.args}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   119
jprt.i586.fastdebugOpen.build.configure.args=				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   120
    ${my.i586.default.build.configure.args}				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   121
    ${jprt.fastdebugOpen.build.configure.args}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   122
jprt.i586.productOpen.build.configure.args=				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   123
    ${my.i586.default.build.configure.args}				\
31766
3f6852163e6d 8131128: Merge error in jprt.properties leads to missing devkit argument
dcubed
parents: 31576
diff changeset
   124
    ${jprt.productOpen.build.configure.args}
33029
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   125
jprt.linux_i586.build.configure.args=					\
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   126
    --with-devkit=$GCC492_OEL64_HOME					\
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   127
    ${jprt.i586.build.configure.args}
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   128
jprt.linux_x64.build.configure.args=					\
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   129
    --with-devkit=$GCC492_OEL64_HOME
31766
3f6852163e6d 8131128: Merge error in jprt.properties leads to missing devkit argument
dcubed
parents: 31576
diff changeset
   130
jprt.windows_i586.build.configure.args=					\
33029
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   131
    --with-devkit=$VS2013SP4_HOME					\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   132
    ${jprt.i586.build.configure.args}
31766
3f6852163e6d 8131128: Merge error in jprt.properties leads to missing devkit argument
dcubed
parents: 31576
diff changeset
   133
jprt.windows_x64.build.configure.args=					\
33029
06a8c5e5959b 8139735: Switch compilers in JPRT for windows and linux
erikj
parents: 31766
diff changeset
   134
    --with-devkit=$VS2013SP4_HOME
33033
74889aa3f5af 8138739: Enable devkit on macosx in JPRT (again)
erikj
parents: 31766
diff changeset
   135
jprt.macosx_x64.build.configure.args=                    \
74889aa3f5af 8138739: Enable devkit on macosx in JPRT (again)
erikj
parents: 31766
diff changeset
   136
    --with-devkit=$XCODE_511_HOME
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   137
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   138
########
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   139
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   140
# Build targets and options (default/jdk)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   141
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   142
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   143
# The default build flavors
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   144
my.build.flavors.default=fastdebug,product
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   145
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   146
# Standard list of jprt build targets for this source tree
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   147
my.build.targets.default=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   148
    solaris_sparcv9_5.11-{product|fastdebug},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   149
    solaris_x64_5.11-{product|fastdebug},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   150
    linux_i586_2.6-{product|fastdebug},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   151
    linux_x64_2.6-{product|fastdebug},					\
29669
d3148063d225 8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents: 29156
diff changeset
   152
    macosx_x64_10.9-{product|fastdebug},				\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   153
    windows_i586_6.2-{product|fastdebug},				\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   154
    windows_x64_6.2-{product|fastdebug}
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   155
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   156
# Test target list (no fastdebug & limited c2 testing)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   157
my.test.target.set=							\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   158
    solaris_sparcv9_5.11-product-c2-TESTNAME,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   159
    solaris_x64_5.11-product-c2-TESTNAME,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   160
    linux_i586_2.6-product-{c1|c2}-TESTNAME,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   161
    linux_x64_2.6-product-c2-TESTNAME,					\
29669
d3148063d225 8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents: 29156
diff changeset
   162
    macosx_x64_10.9-product-c2-TESTNAME,				\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   163
    windows_i586_6.2-product-c1-TESTNAME,				\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   164
    windows_x64_6.2-product-c2-TESTNAME
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   165
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   166
# Default vm test targets (testset=default)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   167
my.test.targets.default=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   168
    ${my.test.target.set:TESTNAME=jvm98},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   169
    ${my.test.target.set:TESTNAME=scimark}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   170
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   171
# Default jdk test targets (testset=default)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   172
my.make.rule.test.targets.default=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   173
    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   174
    ${my.test.target.set:TESTNAME=jdk_lang},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   175
    ${my.test.target.set:TESTNAME=jdk_math},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   176
    ${my.test.target.set:TESTNAME=jdk_util}
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27588
diff changeset
   177
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   178
# Default vm test targets (testset=core)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   179
my.test.targets.core=
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   180
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   181
# Core jdk test targets (testset=core)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   182
my.make.rule.test.targets.core=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   183
    ${my.test.target.set:TESTNAME=jdk_lang},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   184
    ${my.test.target.set:TESTNAME=jdk_math},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   185
    ${my.test.target.set:TESTNAME=jdk_util},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   186
    ${my.test.target.set:TESTNAME=jdk_io},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   187
    ${my.test.target.set:TESTNAME=jdk_net},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   188
    ${my.test.target.set:TESTNAME=jdk_nio},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   189
    ${my.test.target.set:TESTNAME=jdk_security1},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   190
    ${my.test.target.set:TESTNAME=jdk_security2},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   191
    ${my.test.target.set:TESTNAME=jdk_security3},			\
26401
8056c9157546 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26125
diff changeset
   192
    ${my.test.target.set:TESTNAME=jdk_security4},			\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   193
    ${my.test.target.set:TESTNAME=jdk_rmi},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   194
    ${my.test.target.set:TESTNAME=jdk_text},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   195
    ${my.test.target.set:TESTNAME=jdk_time},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   196
    ${my.test.target.set:TESTNAME=jdk_other},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   197
    ${my.test.target.set:TESTNAME=core_tools}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   198
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   199
# Svc vm test targets (testset=svc)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   200
my.test.targets.svc=
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   201
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   202
# Core jdk test targets (testset=svc)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   203
my.make.rule.test.targets.svc=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   204
    ${my.test.target.set:TESTNAME=jdk_management},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   205
    ${my.test.target.set:TESTNAME=jdk_instrument},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   206
    ${my.test.target.set:TESTNAME=jdk_jmx},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   207
    ${my.test.target.set:TESTNAME=jdk_jdi},				\
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26790
diff changeset
   208
    ${my.test.target.set:TESTNAME=svc_tools},                           \
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 26790
diff changeset
   209
    ${my.make.rule.test.targets.svc.extra}
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   210
28006
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   211
# JAXP vm test targets (testset=jaxp)
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   212
my.test.targets.jaxp=
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   213
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   214
# JAXP test targets (testset=jaxp)
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   215
my.make.rule.test.targets.jaxp=						\
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   216
    ${my.test.target.set:TESTNAME=jaxp_all}
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   217
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   218
# All vm test targets (testset=all)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   219
my.test.targets.all=							\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   220
    ${my.test.targets.default},						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   221
    ${my.test.target.set:TESTNAME=runThese},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   222
    ${my.test.target.set:TESTNAME=jbb_default}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   223
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   224
# All jdk test targets (testset=all)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   225
my.make.rule.test.targets.all=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   226
    ${my.make.rule.test.targets.core},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   227
    ${my.make.rule.test.targets.svc},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   228
    ${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
   229
    ${my.test.target.set:TESTNAME=jdk_beans},				\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   230
    ${my.test.target.set:TESTNAME=jdk_sound},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   231
    ${my.test.target.set:TESTNAME=jdk_swing}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   232
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   233
# PIT vm test targets (testset=pit)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   234
my.test.targets.pit=							\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   235
   ${my.test.targets.all}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   236
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   237
# PIT jdk test targets (testset=pit)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   238
my.make.rule.test.targets.pit=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   239
    ${my.test.target.set:TESTNAME=langtools_jtreg},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   240
    ${my.make.rule.test.targets.core},					\
28006
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   241
    ${my.make.rule.test.targets.svc}                                    \
ebad70f3aa9f 8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents: 27869
diff changeset
   242
    ${my.make.rule.test.targets.jaxp}
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   243
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   244
# JCK test targets in test/Makefile (no windows)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   245
my.test.target.set.jck=							\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   246
    solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   247
    solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   248
    linux_i586_2.6-product-c1-JCK7TESTRULE,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   249
    linux_x64_2.6-product-c2-JCK7TESTRULE
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   250
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   251
# JCK testset targets
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   252
my.make.rule.test.targets.jck=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   253
    ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   254
    ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   255
    ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   256
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   257
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   258
#############
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   259
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   260
# Hotspot related settings (testset=hotspot)
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   261
#
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   262
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   263
# The hotspot build flavors
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   264
my.build.flavors.hotspot=						\
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
   265
    debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   266
    ${my.additional.build.flavors.hotspot}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   267
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   268
# Platforms built for hotspot push jobs
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   269
my.build.targets.hotspot=						\
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
   270
    solaris_sparcv9_5.11-{product|fastdebug},			\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   271
    solaris_x64_5.11-{product|fastdebug},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   272
    linux_i586_2.6-{product|fastdebug},					\
27588
3506509c4f63 8063157: add targets for optimized builds
iignatyev
parents: 26790
diff changeset
   273
    linux_x64_2.6-{product|fastdebug},			\
29669
d3148063d225 8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents: 29156
diff changeset
   274
    macosx_x64_10.9-{product|fastdebug},				\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   275
    windows_i586_6.2-{product|fastdebug},				\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   276
    windows_x64_6.2-{product|fastdebug},			\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   277
    solaris_x64_5.11-{debugOpen},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   278
    linux_x64_2.6-{productOpen},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   279
    ${my.additional.build.targets.hotspot}
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   280
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   281
# Tests to run on the various platforms for hotspot push jobs
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   282
my.test.targets.hotspot.solaris.sparcv9=				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   283
    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   284
    solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   285
    solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,		\
25705
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   286
    solaris_sparcv9_5.11-product-c2-runThese8,				\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   287
    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   288
    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   289
    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   290
    solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   291
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   292
my.test.targets.hotspot.solaris.x64=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   293
    solaris_x64_5.11-{product|fastdebug}-c2-jvm98,			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   294
    solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   295
    solaris_x64_5.11-{product|fastdebug}-c2-scimark,			\
25705
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   296
    solaris_x64_5.11-product-c2-runThese8,				\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   297
    solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,			\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   298
    solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,			\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   299
    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   300
    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   301
    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   302
    solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   303
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   304
my.test.targets.hotspot.linux.i586=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   305
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-jvm98,			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   306
    linux_i586_2.6-{product|fastdebug}-c2-jvm98_nontiered,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   307
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-scimark,			\
25705
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   308
    linux_i586_2.6-product-c1-runThese8_Xcomp_lang,			\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   309
    linux_i586_2.6-product-c1-runThese8_Xcomp_vm,			\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   310
    linux_i586_2.6-fastdebug-c1-runThese8_Xshare,			\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   311
    linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_lang,			\
4e55b4621fd0 8050802: Update jprt runthese test suite to jck-8
mikael
parents: 25615
diff changeset
   312
    linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_vm,			\
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   313
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   314
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   315
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   316
    linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_G1
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   317
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   318
my.test.targets.hotspot.linux.x64=					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   319
    linux_x64_2.6-{product|fastdebug}-c2-jvm98,				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   320
    linux_x64_2.6-{product|fastdebug}-c2-jvm98_nontiered,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   321
    linux_x64_2.6-{product|fastdebug}-c2-scimark,			\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   322
    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_SerialGC,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   323
    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   324
    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_CMS,			\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   325
    linux_x64_2.6-{product|fastdebug}-c2-GCBasher_G1
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   326
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   327
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
   328
    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
   329
    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
   330
    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
   331
    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
   332
    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
   333
    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   334
    macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   335
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   336
my.test.targets.hotspot.windows.i586=					\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   337
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-jvm98,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   338
    windows_i586_6.2-{product|fastdebug}-c2-jvm98_nontiered,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   339
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-scimark,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   340
    windows_i586_6.2-product-{c1|c2}-runThese8,				\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   341
    windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_lang,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   342
    windows_i586_6.2-product-{c1|c2}-runThese8_Xcomp_vm,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   343
    windows_i586_6.2-fastdebug-c1-runThese8_Xshare,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   344
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,	\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   345
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,	\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   346
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   347
    windows_i586_6.2-{product|fastdebug}-{c1|c2}-GCBasher_G1
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   348
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   349
my.test.targets.hotspot.windows.x64=					\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   350
    windows_x64_6.2-{product|fastdebug}-c2-jvm98,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   351
    windows_x64_6.2-{product|fastdebug}-c2-jvm98_nontiered,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   352
    windows_x64_6.2-{product|fastdebug}-c2-scimark,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   353
    windows_x64_6.2-product-c2-runThese8,				\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   354
    windows_x64_6.2-product-c2-runThese8_Xcomp_lang,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   355
    windows_x64_6.2-product-c2-runThese8_Xcomp_vm,			\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   356
    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_SerialGC,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   357
    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_ParallelGC,		\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   358
    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_CMS,		\
31569
636b902c7ba7 8129615: Remove jbb from jprt hotspot testset
mikael
parents: 31319
diff changeset
   359
    windows_x64_6.2-{product|fastdebug}-c2-GCBasher_G1
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   360
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   361
# Some basic "smoke" tests for OpenJDK builds
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   362
my.test.targets.hotspot.open=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   363
    solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,		\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   364
    linux_x64_2.6-{productOpen|fastdebugOpen}-c2-jvm98
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   365
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   366
# The complete list of test targets for jprt
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   367
my.test.targets.hotspot=						\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   368
  ${my.test.targets.hotspot.open},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   369
  ${my.test.targets.hotspot.solaris.sparcv9},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   370
  ${my.test.targets.hotspot.solaris.x64},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   371
  ${my.test.targets.hotspot.linux.i586},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   372
  ${my.test.targets.hotspot.linux.x64},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   373
  ${my.test.targets.hotspot.macosx.x64},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   374
  ${my.test.targets.hotspot.windows.i586},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   375
  ${my.test.targets.hotspot.windows.x64},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   376
  ${my.test.targets.hotspot.solaris.sparcv9},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   377
  ${my.test.targets.hotspot.solaris.x64},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   378
  ${my.test.targets.hotspot.linux.x64},					\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   379
  ${my.test.targets.hotspot.windows.i586},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   380
  ${my.test.targets.hotspot.windows.x64},				\
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   381
  ${my.additional.test.targets.hotspot}
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   382
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   383
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   384
# Make file based test targets
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   385
30087
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   386
my.make.rule.test.targets.hotspot.basicvmtests=                         \
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   387
  linux_i586_2.6-*-default-hotspot_basicvmtest,                         \
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   388
  linux_x64_2.6-*-default-hotspot_basicvmtest,                          \
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   389
  macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   390
  solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   391
  solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
30091
amurillo
parents: 29675 30090
diff changeset
   392
  windows_i586_6.2-*-default-hotspot_basicvmtest,                       \
amurillo
parents: 29675 30090
diff changeset
   393
  windows_x64_6.2-*-default-hotspot_basicvmtest
30087
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   394
  
26122
e09fcc75f284 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents: 25705
diff changeset
   395
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
   396
  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
   397
  solaris_x64_5.11-fastdebug-c2-GROUP,					\
e09fcc75f284 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents: 25705
diff changeset
   398
  linux_i586_2.6-fastdebug-c2-GROUP,					\
e09fcc75f284 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents: 25705
diff changeset
   399
  linux_x64_2.6-fastdebug-c2-GROUP,					\
29669
d3148063d225 8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
tbell
parents: 29156
diff changeset
   400
  macosx_x64_10.9-fastdebug-c2-GROUP,					\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   401
  windows_i586_6.2-fastdebug-c2-GROUP,					\
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   402
  windows_x64_6.2-fastdebug-c2-GROUP,					\
26122
e09fcc75f284 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll
parents: 25705
diff changeset
   403
  linux_i586_2.6-fastdebug-c1-GROUP,					\
29643
89e91c724316 8076531: Switch default compiler on Windows to VS2013
erikj
parents: 29156
diff changeset
   404
  windows_i586_6.2-fastdebug-c1-GROUP
25042
970302bcc736 8047740: Add hotspot testset to jprt.properties
mikael
parents: 24804
diff changeset
   405
30080
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   406
# Hotspot jtreg tests
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   407
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
   408
  ${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
   409
  ${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
   410
  ${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
   411
  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed},	\
25615
4a0f6c4ae1cb 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 25316
diff changeset
   412
  ${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
   413
  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed},       \
28348
8d988e8f3c2e 8067868: Add GCOld as a JTreg test
brutisso
parents: 28347
diff changeset
   414
  ${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
   415
  ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},		\
25615
4a0f6c4ae1cb 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 25316
diff changeset
   416
  ${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
   417
  ${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
   418
  ${my.additional.make.rule.test.targets.hotspot.reg}
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   419
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   420
# Other Makefile based Hotspot tests
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   421
my.make.rule.test.targets.hotspot.other=                                \
30087
f535c3e65d8f 8078017: Introduce hotspot_basicvmtest
mikael
parents: 30080
diff changeset
   422
  ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
30080
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   423
  ${my.additional.make.rule.test.targets.hotspot.other}
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   424
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   425
# All the makefile based tests to run
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   426
my.make.rule.test.targets.hotspot=                                      \
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   427
  ${my.make.rule.test.targets.hotspot.reg}                              \
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   428
  ${my.make.rule.test.targets.hotspot.other}
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   429
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   430
# 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
   431
# (but not for the other Makefile based tests)
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   432
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
   433
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 29063
diff changeset
   434
# Native jdk and hotspot test targets (testset=nativesanity)
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 29063
diff changeset
   435
my.make.rule.test.targets.nativesanity=					\
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 29063
diff changeset
   436
    ${my.test.target.set:TESTNAME=jdk_native_sanity},			\
bd932374081c 8072842: Add support for building native JTReg tests
ihse
parents: 29063
diff changeset
   437
    ${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
   438
d1f391a851bc 8077524: Enable selective test bundle installation for jprt test targets
mikael
parents: 29669
diff changeset
   439
# 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
   440
my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}