J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 1 | # |
Christian Tornqvist | e0ddba9 | 2017-03-07 11:28:09 -0500 | [diff] [blame] | 2 | # Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 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 |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 7 | # published by the Free Software Foundation. Oracle designates this |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 8 | # particular file as subject to the "Classpath" exception as provided |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 9 | # by Oracle in the LICENSE file that accompanied this code. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 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 | # |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 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. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 24 | # |
| 25 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 26 | ############## |
| 27 | # |
| 28 | # Global settings |
| 29 | # |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 30 | |
Mikael Vidstedt | b5264b3 | 2015-04-14 22:46:16 -0700 | [diff] [blame] | 31 | # Install test bundle for targets in jprt.test.bundle.targets set |
| 32 | jprt.selective.test.bundle.installation=true |
Magnus Ihse Bursie | f6875fe | 2015-02-27 11:56:57 +0100 | [diff] [blame] | 33 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 34 | # The current release name |
Erik Joelsson | d914e2b | 2013-12-19 14:11:12 +0100 | [diff] [blame] | 35 | jprt.tools.default.release=jdk9 |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 36 | |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 37 | # Allow concurrent changes to be merged in prior to pushing |
Mikael Vidstedt | 19cddad | 2015-12-22 20:47:40 -0800 | [diff] [blame] | 38 | jprt.sync.push=true |
Kelly O'Hair | 891aa6b | 2010-03-06 15:00:40 -0800 | [diff] [blame] | 39 | |
Kelly O'Hair | 68ba7cf | 2010-09-07 15:13:58 -0700 | [diff] [blame] | 40 | # Directories to be excluded from the source bundles |
Erik Joelsson | 72c4ec5 | 2017-09-12 19:03:56 +0200 | [diff] [blame] | 41 | jprt.bundle.exclude.src.dirs=build dist webrev ${jprt.bundle.exclude.src.dirs.extra} |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 42 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 43 | # Use configure when building |
Erik Joelsson | d9706a0 | 2013-12-17 11:09:26 +0100 | [diff] [blame] | 44 | jprt.build.use.configure=true |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 45 | jprt.build.use.jib=true |
| 46 | jprt.test.use.jib=true |
Erik Joelsson | 72c4ec5 | 2017-09-12 19:03:56 +0200 | [diff] [blame] | 47 | jprt.jib.launcher=bin/jib.sh |
Erik Joelsson | d8f522b | 2016-12-21 13:30:35 +0100 | [diff] [blame] | 48 | jprt.build.use.jib.publish=true |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 49 | |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 50 | # Clear out all the build needs as JIB handles this |
| 51 | jprt.jdk9.build.needs= |
| 52 | jprt.macosx.jdk9.build.needs= |
| 53 | jprt.windows_i586.jdk9.build.needs= |
| 54 | jprt.windows_x64.jdk9.build.needs= |
| 55 | jprt.solaris.jdk9.build.needs= |
| 56 | jprt.linux_i586.jdk9.build.needs= |
| 57 | jprt.linux_x64.jdk9.build.needs= |
| 58 | jprt.linux_armv6.jdk9.build.needs= |
| 59 | jprt.linux_armvh.jdk9.build.needs= |
| 60 | jprt.linux_arm64.jdk9.build.needs= |
| 61 | jprt.linux_armsflt.jdk9.build.needs= |
| 62 | jprt.linux_armvfpsflt.jdk9.build.needs= |
| 63 | jprt.linux_armvfphflt.jdk9.build.needs= |
| 64 | jprt.linux_armv6vfphflt.jdk9.build.needs= |
| 65 | jprt.solaris.client.build.needs= |
| 66 | jprt.linux.client.build.needs= |
| 67 | jprt.solaris.jdk9.compiler= |
| 68 | jprt.linux.jdk9.compiler= |
| 69 | jprt.jdk9.test.needs= |
| 70 | |
| 71 | # Disable the need for preinstalled Visual Studio and Xcode |
| 72 | jprt.windows.jdk9.compiler= |
| 73 | jprt.windows.6.2.jdk9.compiler= |
| 74 | jprt.windows.6.3.jdk9.compiler= |
| 75 | jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 76 | jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none |
| 77 | |
Mikael Vidstedt | d933f61 | 2015-04-17 16:08:41 -0700 | [diff] [blame] | 78 | # Set up the run flavors (jvm variants) |
Leonid Mesnik | d3ebf81 | 2016-06-07 12:55:09 +0300 | [diff] [blame] | 79 | jprt.run.flavors=c2,default,${my.additional.run.flavors} |
Mikael Vidstedt | d933f61 | 2015-04-17 16:08:41 -0700 | [diff] [blame] | 80 | |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 81 | # Setup jib profiles |
| 82 | jprt.linux_i586.product.build.jib.profile=linux-x86 |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 83 | jprt.linux_x64.product.build.jib.profile=linux-x64 |
| 84 | jprt.macosx_x64.product.build.jib.profile=macosx-x64 |
| 85 | jprt.solaris_sparcv9.product.build.jib.profile=solaris-sparcv9 |
| 86 | jprt.solaris_x64.product.build.jib.profile=solaris-x64 |
| 87 | jprt.windows_i586.product.build.jib.profile=windows-x86 |
| 88 | jprt.windows_x64.product.build.jib.profile=windows-x64 |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 89 | |
| 90 | jprt.linux_i586.fastdebug.build.jib.profile=linux-x86-debug |
| 91 | jprt.linux_x64.fastdebug.build.jib.profile=linux-x64-debug |
| 92 | jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug |
| 93 | jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug |
| 94 | jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug |
| 95 | jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug |
| 96 | jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug |
| 97 | |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 98 | jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug |
| 99 | jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug |
| 100 | jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug |
| 101 | jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug |
| 102 | jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug |
| 103 | jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug |
| 104 | jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug |
| 105 | |
| 106 | jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 107 | jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 108 | jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open |
| 109 | jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open |
| 110 | jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open |
| 111 | jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open |
| 112 | jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open |
| 113 | |
| 114 | jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug |
| 115 | jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug |
| 116 | jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug |
| 117 | jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug |
| 118 | jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug |
| 119 | jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug |
| 120 | jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 121 | |
Erik Joelsson | eaf6a90 | 2016-12-07 16:08:23 +0100 | [diff] [blame] | 122 | jprt.linux_i586.productZero.build.jib.profile=linux-x86-zero |
| 123 | jprt.linux_x64.productZero.build.jib.profile=linux-x64-zero |
| 124 | |
| 125 | jprt.linux_i586.fastdebugZero.build.jib.profile=linux-x86-zero-debug |
| 126 | jprt.linux_x64.fastdebugZero.build.jib.profile=linux-x64-zero-debug |
| 127 | |
Erik Joelsson | d8f522b | 2016-12-21 13:30:35 +0100 | [diff] [blame] | 128 | jprt.test.jib.profile=run-test-jprt |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 129 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 130 | # Set make target to use for different build flavors |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 131 | jprt.build.flavor.fastdebugOpen.target=jprt_bundle |
Erik Joelsson | d9706a0 | 2013-12-17 11:09:26 +0100 | [diff] [blame] | 132 | jprt.build.flavor.fastdebug.target=jprt_bundle |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 133 | jprt.build.flavor.product.target=jprt_bundle |
| 134 | jprt.build.flavor.productOpen.target=jprt_bundle |
Igor Ignatyev | 913c598d | 2014-11-08 16:01:10 +0300 | [diff] [blame] | 135 | jprt.build.flavor.optimized.target=jprt_bundle |
| 136 | jprt.build.flavor.optimizedOpen.target=jprt_bundle |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 137 | jprt.build.flavor.slowdebug.target=jprt_bundle |
Erik Joelsson | eaf6a90 | 2016-12-07 16:08:23 +0100 | [diff] [blame] | 138 | jprt.build.flavor.productZero.target=jprt_bundle |
| 139 | jprt.build.flavor.fastdebugZero.target=jprt_bundle |
Erik Joelsson | d9706a0 | 2013-12-17 11:09:26 +0100 | [diff] [blame] | 140 | |
Erik Joelsson | e709aa2 | 2016-04-08 13:14:23 +0200 | [diff] [blame] | 141 | # Use these configure args to define debug level or provide specific |
| 142 | # configuration details not covered by Jib profiles. |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 143 | jprt.slowdebug.build.configure.args= |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 144 | jprt.fastdebug.build.configure.args=--disable-precompiled-headers |
Erik Joelsson | e709aa2 | 2016-04-08 13:14:23 +0200 | [diff] [blame] | 145 | # Don't disable precompiled headers on windows. It's simply too slow. |
| 146 | jprt.windows_i586.fastdebug.build.configure.args= |
| 147 | jprt.windows_x64.fastdebug.build.configure.args= |
| 148 | jprt.windows_i586.fastdebugOpen.build.configure.args= |
| 149 | jprt.windows_x64.fastdebugOpen.build.configure.args= |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 150 | jprt.product.build.configure.args= |
Igor Ignatyev | 913c598d | 2014-11-08 16:01:10 +0300 | [diff] [blame] | 151 | jprt.optimized.build.configure.args=--with-debug-level=optimized |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 152 | jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args} |
Erik Joelsson | 0ca1df5 | 2016-02-15 10:55:36 +0100 | [diff] [blame] | 153 | jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} |
| 154 | jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} |
| 155 | jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 156 | |
Chris Plummer | 0258eea | 2015-12-07 17:05:03 -0800 | [diff] [blame] | 157 | |
| 158 | # hotspot testset has custom build flavors and build targets |
| 159 | my.jprt.testsetHasCustomBuildFlavors.hotspot=true |
| 160 | my.jprt.testsetHasCustomBuildTargets.hotspot=true |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 161 | my.jprt.testsetHasCustomBuildFlavors.buildinfra=true |
| 162 | my.jprt.testsetHasCustomBuildTargets.buildinfra=true |
Chris Plummer | 0258eea | 2015-12-07 17:05:03 -0800 | [diff] [blame] | 163 | |
| 164 | # determine if the specified testset has custom build flavors or build targets |
| 165 | my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}} |
| 166 | my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}} |
| 167 | |
| 168 | # Select build flavors and build targets based on the specified testset |
| 169 | jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \ |
| 170 | ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}} |
| 171 | jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \ |
| 172 | ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 173 | |
| 174 | # Select test targets - jprt default for jprt.test.set is "default" |
| 175 | jprt.test.targets=${my.test.targets.${jprt.test.set}} |
| 176 | jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}} |
Claes Redestad | 9ba4675 | 2017-06-19 10:32:13 +0200 | [diff] [blame] | 177 | |
| 178 | # Not all test targets need the test image |
| 179 | jprt.test.bundle.targets=\ |
David Holmes | 234b300 | 2017-12-05 02:55:44 -0500 | [diff] [blame] | 180 | ${my.make.rule.test.targets.svc}, \ |
Claes Redestad | 9ba4675 | 2017-06-19 10:32:13 +0200 | [diff] [blame] | 181 | ${my.make.rule.test.targets.hotspot.reg}, \ |
| 182 | ${my.make.rule.test.targets.hotspot.gtest} \ |
| 183 | ${my.make.rule.test.targets.nativesanity} \ |
Lucy Lu | ec1c3bc | 2017-10-17 16:51:11 -0700 | [diff] [blame] | 184 | ${my.test.target.set:TESTNAME=jdk_lang} \ |
| 185 | ${my.test.target.set:TESTNAME=jdk_nio} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 186 | |
| 187 | # 7155453: Work-around to prevent popups on OSX from blocking test completion |
| 188 | # but the work-around is added to all platforms to be consistent |
| 189 | jprt.jbb.options=-Djava.awt.headless=true |
| 190 | |
| 191 | ######## |
| 192 | # |
| 193 | # Build options (generic) |
| 194 | # |
| 195 | |
| 196 | # Configure args common to all builds |
| 197 | # Also allows for additional, testset specific configure arguments to be set |
| 198 | jprt.build.configure.args= \ |
Erik Joelsson | edacc92 | 2015-06-26 10:02:21 +0200 | [diff] [blame] | 199 | --with-output-sync=recurse \ |
Erik Joelsson | edacc92 | 2015-06-26 10:02:21 +0200 | [diff] [blame] | 200 | --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
Erik Joelsson | d8f522b | 2016-12-21 13:30:35 +0100 | [diff] [blame] | 201 | --with-version-opt=$JPRT_JOB_ID \ |
Ingemar Aberg | 3bc3440 | 2015-02-25 11:04:14 +0100 | [diff] [blame] | 202 | ${my.additional.build.configure.args.${jprt.test.set}} \ |
| 203 | ${my.custom.build.configure.args} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 204 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 205 | ######## |
| 206 | # |
| 207 | # Build targets and options (default/jdk) |
| 208 | # |
| 209 | |
| 210 | # The default build flavors |
| 211 | my.build.flavors.default=fastdebug,product |
| 212 | |
| 213 | # Standard list of jprt build targets for this source tree |
Erik Joelsson | 69cc0c7 | 2016-05-17 18:18:18 +0200 | [diff] [blame] | 214 | my.build.targets.default= \ |
| 215 | solaris_sparcv9_5.11-{product|fastdebug}, \ |
| 216 | solaris_x64_5.11-{product|fastdebug}, \ |
| 217 | linux_i586_3.8-{product|fastdebug}, \ |
| 218 | linux_x64_3.8-{product|fastdebug}, \ |
| 219 | macosx_x64_10.9-{product|fastdebug}, \ |
| 220 | windows_i586_6.3-{product|fastdebug}, \ |
| 221 | windows_x64_6.3-{product|fastdebug}, \ |
| 222 | ${my.additional.build.targets.default} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 223 | |
| 224 | # Test target list (no fastdebug & limited c2 testing) |
| 225 | my.test.target.set= \ |
| 226 | solaris_sparcv9_5.11-product-c2-TESTNAME, \ |
| 227 | solaris_x64_5.11-product-c2-TESTNAME, \ |
Leonid Mesnik | d3ebf81 | 2016-06-07 12:55:09 +0300 | [diff] [blame] | 228 | linux_i586_3.8-product-c2-TESTNAME, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 229 | linux_x64_3.8-product-c2-TESTNAME, \ |
Tim Bell | f5e8a4d | 2015-03-16 17:59:09 +0100 | [diff] [blame] | 230 | macosx_x64_10.9-product-c2-TESTNAME, \ |
Leonid Mesnik | d3ebf81 | 2016-06-07 12:55:09 +0300 | [diff] [blame] | 231 | windows_i586_6.3-product-c2-TESTNAME, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 232 | windows_x64_6.3-product-c2-TESTNAME |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 233 | |
| 234 | # Default vm test targets (testset=default) |
| 235 | my.test.targets.default= \ |
| 236 | ${my.test.target.set:TESTNAME=jvm98}, \ |
| 237 | ${my.test.target.set:TESTNAME=scimark} |
| 238 | |
| 239 | # Default jdk test targets (testset=default) |
| 240 | my.make.rule.test.targets.default= \ |
| 241 | ${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
| 242 | ${my.test.target.set:TESTNAME=jdk_lang}, \ |
| 243 | ${my.test.target.set:TESTNAME=jdk_math}, \ |
| 244 | ${my.test.target.set:TESTNAME=jdk_util} |
Magnus Ihse Bursie | c4ced97 | 2014-11-27 15:41:56 +0100 | [diff] [blame] | 245 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 246 | # Default vm test targets (testset=core) |
| 247 | my.test.targets.core= |
| 248 | |
| 249 | # Core jdk test targets (testset=core) |
| 250 | my.make.rule.test.targets.core= \ |
| 251 | ${my.test.target.set:TESTNAME=jdk_lang}, \ |
| 252 | ${my.test.target.set:TESTNAME=jdk_math}, \ |
| 253 | ${my.test.target.set:TESTNAME=jdk_util}, \ |
| 254 | ${my.test.target.set:TESTNAME=jdk_io}, \ |
| 255 | ${my.test.target.set:TESTNAME=jdk_net}, \ |
| 256 | ${my.test.target.set:TESTNAME=jdk_nio}, \ |
| 257 | ${my.test.target.set:TESTNAME=jdk_security1}, \ |
| 258 | ${my.test.target.set:TESTNAME=jdk_security2}, \ |
| 259 | ${my.test.target.set:TESTNAME=jdk_security3}, \ |
Sean Coffey | 5edf3d9 | 2014-09-10 16:13:35 +0100 | [diff] [blame] | 260 | ${my.test.target.set:TESTNAME=jdk_security4}, \ |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 261 | ${my.test.target.set:TESTNAME=jdk_rmi}, \ |
| 262 | ${my.test.target.set:TESTNAME=jdk_text}, \ |
| 263 | ${my.test.target.set:TESTNAME=jdk_time}, \ |
| 264 | ${my.test.target.set:TESTNAME=jdk_other}, \ |
| 265 | ${my.test.target.set:TESTNAME=core_tools} |
| 266 | |
| 267 | # Svc vm test targets (testset=svc) |
| 268 | my.test.targets.svc= |
| 269 | |
| 270 | # Core jdk test targets (testset=svc) |
| 271 | my.make.rule.test.targets.svc= \ |
| 272 | ${my.test.target.set:TESTNAME=jdk_management}, \ |
| 273 | ${my.test.target.set:TESTNAME=jdk_instrument}, \ |
| 274 | ${my.test.target.set:TESTNAME=jdk_jmx}, \ |
| 275 | ${my.test.target.set:TESTNAME=jdk_jdi}, \ |
Chris Hegarty | b26d39f | 2014-12-03 14:20:21 +0000 | [diff] [blame] | 276 | ${my.test.target.set:TESTNAME=svc_tools}, \ |
| 277 | ${my.make.rule.test.targets.svc.extra} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 278 | |
Tristan Yan | a78b985 | 2014-12-15 13:09:39 -0800 | [diff] [blame] | 279 | # JAXP vm test targets (testset=jaxp) |
| 280 | my.test.targets.jaxp= |
| 281 | |
| 282 | # JAXP test targets (testset=jaxp) |
| 283 | my.make.rule.test.targets.jaxp= \ |
| 284 | ${my.test.target.set:TESTNAME=jaxp_all} |
| 285 | |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 286 | # All vm test targets (testset=all) |
| 287 | my.test.targets.all= \ |
| 288 | ${my.test.targets.default}, \ |
| 289 | ${my.test.target.set:TESTNAME=runThese}, \ |
| 290 | ${my.test.target.set:TESTNAME=jbb_default} |
| 291 | |
| 292 | # All jdk test targets (testset=all) |
| 293 | my.make.rule.test.targets.all= \ |
| 294 | ${my.make.rule.test.targets.core}, \ |
| 295 | ${my.make.rule.test.targets.svc}, \ |
| 296 | ${my.test.target.set:TESTNAME=jdk_awt}, \ |
Mikael Vidstedt | 09b196b | 2014-07-03 10:23:19 -0700 | [diff] [blame] | 297 | ${my.test.target.set:TESTNAME=jdk_beans}, \ |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 298 | ${my.test.target.set:TESTNAME=jdk_sound}, \ |
| 299 | ${my.test.target.set:TESTNAME=jdk_swing} |
| 300 | |
| 301 | # PIT vm test targets (testset=pit) |
| 302 | my.test.targets.pit= \ |
| 303 | ${my.test.targets.all} |
| 304 | |
| 305 | # PIT jdk test targets (testset=pit) |
| 306 | my.make.rule.test.targets.pit= \ |
| 307 | ${my.test.target.set:TESTNAME=langtools_jtreg}, \ |
| 308 | ${my.make.rule.test.targets.core}, \ |
Tristan Yan | a78b985 | 2014-12-15 13:09:39 -0800 | [diff] [blame] | 309 | ${my.make.rule.test.targets.svc} \ |
| 310 | ${my.make.rule.test.targets.jaxp} |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 311 | |
| 312 | # JCK test targets in test/Makefile (no windows) |
| 313 | my.test.target.set.jck= \ |
| 314 | solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \ |
| 315 | solaris_x64_5.11-product-c2-JCK7TESTRULE, \ |
Leonid Mesnik | d3ebf81 | 2016-06-07 12:55:09 +0300 | [diff] [blame] | 316 | linux_i586_3.8-product-c2-JCK7TESTRULE, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 317 | linux_x64_3.8-product-c2-JCK7TESTRULE |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 318 | |
| 319 | # JCK testset targets |
| 320 | my.make.rule.test.targets.jck= \ |
| 321 | ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \ |
| 322 | ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \ |
| 323 | ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler} |
| 324 | |
| 325 | |
| 326 | ############# |
| 327 | # |
| 328 | # Hotspot related settings (testset=hotspot) |
| 329 | # |
| 330 | |
| 331 | # The hotspot build flavors |
| 332 | my.build.flavors.hotspot= \ |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 333 | fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \ |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 334 | ${my.additional.build.flavors.hotspot} |
| 335 | |
| 336 | # Platforms built for hotspot push jobs |
| 337 | my.build.targets.hotspot= \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 338 | solaris_sparcv9_5.11-{product|fastdebug}, \ |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 339 | solaris_x64_5.11-{product|fastdebug}, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 340 | linux_i586_3.8-{product|fastdebug}, \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 341 | linux_x64_3.8-{product|fastdebug}, \ |
Tim Bell | f5e8a4d | 2015-03-16 17:59:09 +0100 | [diff] [blame] | 342 | macosx_x64_10.9-{product|fastdebug}, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 343 | windows_i586_6.3-{product|fastdebug}, \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 344 | windows_x64_6.3-{product|fastdebug}, \ |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 345 | solaris_x64_5.11-{fastdebugOpen}, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 346 | linux_x64_3.8-{productOpen}, \ |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 347 | ${my.additional.build.targets.hotspot} |
| 348 | |
| 349 | # Tests to run on the various platforms for hotspot push jobs |
| 350 | my.test.targets.hotspot.solaris.sparcv9= \ |
| 351 | solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \ |
| 352 | solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
| 353 | solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 354 | solaris_sparcv9_5.11-product-c2-runThese8, |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 355 | |
| 356 | my.test.targets.hotspot.solaris.x64= \ |
| 357 | solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \ |
| 358 | solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \ |
| 359 | solaris_x64_5.11-{product|fastdebug}-c2-scimark, \ |
Mikael Vidstedt | a720c93 | 2014-07-16 15:04:21 -0700 | [diff] [blame] | 360 | solaris_x64_5.11-product-c2-runThese8, \ |
| 361 | solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 362 | solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 363 | |
| 364 | my.test.targets.hotspot.linux.i586= \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 365 | linux_i586_3.8-{product|fastdebug}-c2-jvm98, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 366 | linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 367 | linux_i586_3.8-{product|fastdebug}-c2-scimark, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 368 | linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 369 | linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 370 | |
| 371 | my.test.targets.hotspot.linux.x64= \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 372 | linux_x64_3.8-{product|fastdebug}-c2-jvm98, \ |
| 373 | linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 374 | linux_x64_3.8-{product|fastdebug}-c2-scimark |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 375 | |
| 376 | my.test.targets.hotspot.macosx.x64= \ |
Tim Bell | f5e8a4d | 2015-03-16 17:59:09 +0100 | [diff] [blame] | 377 | macosx_x64_10.9-{product|fastdebug}-c2-jvm98, \ |
| 378 | macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 379 | macosx_x64_10.9-{product|fastdebug}-c2-scimark |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 380 | |
| 381 | my.test.targets.hotspot.windows.i586= \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 382 | windows_i586_6.3-{product|fastdebug}-c2-jvm98, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 383 | windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered, \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 384 | windows_i586_6.3-{product|fastdebug}-c2-scimark, \ |
| 385 | windows_i586_6.3-product-c2-runThese8, \ |
| 386 | windows_i586_6.3-product-c2-runThese8_Xcomp_lang, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 387 | windows_i586_6.3-product-c2-runThese8_Xcomp_vm, |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 388 | |
| 389 | my.test.targets.hotspot.windows.x64= \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 390 | windows_x64_6.3-{product|fastdebug}-c2-jvm98, \ |
| 391 | windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered, \ |
| 392 | windows_x64_6.3-{product|fastdebug}-c2-scimark, \ |
| 393 | windows_x64_6.3-product-c2-runThese8, \ |
| 394 | windows_x64_6.3-product-c2-runThese8_Xcomp_lang, \ |
Erik Helin | d2b993e | 2016-09-28 16:41:38 +0200 | [diff] [blame] | 395 | windows_x64_6.3-product-c2-runThese8_Xcomp_vm, |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 396 | |
| 397 | # Some basic "smoke" tests for OpenJDK builds |
| 398 | my.test.targets.hotspot.open= \ |
| 399 | solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 400 | linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98 |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 401 | |
| 402 | # The complete list of test targets for jprt |
| 403 | my.test.targets.hotspot= \ |
| 404 | ${my.test.targets.hotspot.open}, \ |
| 405 | ${my.test.targets.hotspot.solaris.sparcv9}, \ |
| 406 | ${my.test.targets.hotspot.solaris.x64}, \ |
| 407 | ${my.test.targets.hotspot.linux.i586}, \ |
| 408 | ${my.test.targets.hotspot.linux.x64}, \ |
| 409 | ${my.test.targets.hotspot.macosx.x64}, \ |
| 410 | ${my.test.targets.hotspot.windows.i586}, \ |
| 411 | ${my.test.targets.hotspot.windows.x64}, \ |
| 412 | ${my.test.targets.hotspot.solaris.sparcv9}, \ |
| 413 | ${my.test.targets.hotspot.solaris.x64}, \ |
| 414 | ${my.test.targets.hotspot.linux.x64}, \ |
| 415 | ${my.test.targets.hotspot.windows.i586}, \ |
| 416 | ${my.test.targets.hotspot.windows.x64}, \ |
| 417 | ${my.additional.test.targets.hotspot} |
| 418 | |
| 419 | |
| 420 | # Make file based test targets |
| 421 | |
Igor Ignatyev | b349292 | 2016-05-03 23:49:27 +0300 | [diff] [blame] | 422 | my.make.rule.test.targets.hotspot.gtest= \ |
| 423 | linux_i586_3.8-*-default-hotspot_gtest, \ |
| 424 | linux_x64_3.8-*-default-hotspot_gtest, \ |
| 425 | macosx_x64_10.9-*-default-hotspot_gtest, \ |
| 426 | solaris_sparcv9_5.11-*-default-hotspot_gtest, \ |
| 427 | solaris_x64_5.11-*-default-hotspot_gtest, \ |
| 428 | windows_i586_6.3-*-default-hotspot_gtest, \ |
| 429 | windows_x64_6.3-*-default-hotspot_gtest, \ |
| 430 | ${my.additional.make.rule.test.targets.hotspot.gtest} |
| 431 | |
Zoltan Majo | e56234c | 2014-08-05 09:05:51 +0200 | [diff] [blame] | 432 | my.make.rule.test.targets.hotspot.reg.group= \ |
| 433 | solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ |
| 434 | solaris_x64_5.11-fastdebug-c2-GROUP, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 435 | linux_i586_3.8-fastdebug-c2-GROUP, \ |
| 436 | linux_x64_3.8-fastdebug-c2-GROUP, \ |
Tim Bell | f5e8a4d | 2015-03-16 17:59:09 +0100 | [diff] [blame] | 437 | macosx_x64_10.9-fastdebug-c2-GROUP, \ |
Erik Joelsson | 1f8105b | 2016-01-21 17:35:28 +0100 | [diff] [blame] | 438 | windows_i586_6.3-fastdebug-c2-GROUP, \ |
Christian Tornqvist | 2b176e8 | 2016-03-30 11:15:53 -0400 | [diff] [blame] | 439 | windows_x64_6.3-fastdebug-c2-GROUP |
Mikael Vidstedt | 40c9be9 | 2014-06-24 20:29:52 -0700 | [diff] [blame] | 440 | |
Mikael Vidstedt | b5264b3 | 2015-04-14 22:46:16 -0700 | [diff] [blame] | 441 | # Hotspot jtreg tests |
Christian Tornqvist | 82692d4 | 2016-03-31 11:42:47 -0400 | [diff] [blame] | 442 | my.make.rule.test.targets.hotspot.reg= \ |
Christian Tornqvist | e0ddba9 | 2017-03-07 11:28:09 -0500 | [diff] [blame] | 443 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_1}, \ |
| 444 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_2}, \ |
| 445 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_3}, \ |
| 446 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed}, \ |
| 447 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1}, \ |
| 448 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2}, \ |
| 449 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed}, \ |
| 450 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold}, \ |
| 451 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher}, \ |
| 452 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime}, \ |
| 453 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability}, \ |
Christian Tornqvist | 82692d4 | 2016-03-31 11:42:47 -0400 | [diff] [blame] | 454 | ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
Christian Tornqvist | e0ddba9 | 2017-03-07 11:28:09 -0500 | [diff] [blame] | 455 | solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 456 | solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 457 | linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 458 | linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 459 | macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 460 | windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher, \ |
| 461 | windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher, \ |
Mikael Vidstedt | b5264b3 | 2015-04-14 22:46:16 -0700 | [diff] [blame] | 462 | ${my.additional.make.rule.test.targets.hotspot.reg} |
| 463 | |
| 464 | # Other Makefile based Hotspot tests |
| 465 | my.make.rule.test.targets.hotspot.other= \ |
Igor Ignatyev | b349292 | 2016-05-03 23:49:27 +0300 | [diff] [blame] | 466 | ${my.make.rule.test.targets.hotspot.gtest}, \ |
Mikael Vidstedt | b5264b3 | 2015-04-14 22:46:16 -0700 | [diff] [blame] | 467 | ${my.additional.make.rule.test.targets.hotspot.other} |
| 468 | |
| 469 | # All the makefile based tests to run |
| 470 | my.make.rule.test.targets.hotspot= \ |
| 471 | ${my.make.rule.test.targets.hotspot.reg} \ |
| 472 | ${my.make.rule.test.targets.hotspot.other} |
| 473 | |
Magnus Ihse Bursie | f6875fe | 2015-02-27 11:56:57 +0100 | [diff] [blame] | 474 | # Native jdk and hotspot test targets (testset=nativesanity) |
| 475 | my.make.rule.test.targets.nativesanity= \ |
| 476 | ${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
| 477 | ${my.test.target.set:TESTNAME=hotspot_native_sanity} |
Mikael Vidstedt | b5264b3 | 2015-04-14 22:46:16 -0700 | [diff] [blame] | 478 | |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 479 | ################################################################################ |
| 480 | # Testset buildinfra |
| 481 | my.build.flavors.buildinfra = \ |
Erik Joelsson | eaf6a90 | 2016-12-07 16:08:23 +0100 | [diff] [blame] | 482 | product,fastdebug,slowdebug,productZero,fastdebugZero \ |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 483 | ${my.additional.build.flavors.buildinfra} |
| 484 | |
| 485 | # Platforms built for hotspot push jobs |
| 486 | my.build.targets.buildinfra = \ |
| 487 | solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \ |
| 488 | solaris_x64_5.11-{product|fastdebug|slowdebug}, \ |
Erik Joelsson | eaf6a90 | 2016-12-07 16:08:23 +0100 | [diff] [blame] | 489 | linux_i586_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
| 490 | linux_x64_3.8-{product|fastdebug|slowdebug|productZero|fastdebugZero}, \ |
Erik Joelsson | d19ce5b | 2016-03-15 11:08:47 +0100 | [diff] [blame] | 491 | macosx_x64_10.9-{product|fastdebug|slowdebug}, \ |
| 492 | windows_i586_6.3-{product|fastdebug|slowdebug}, \ |
| 493 | windows_x64_6.3-{product|fastdebug|slowdebug}, \ |
| 494 | ${my.additional.build.targets.buildinfra} |
| 495 | |
| 496 | my.test.targets.buildinfra = \ |
| 497 | ${my.test.targets.default}, \ |
| 498 | ${my.test.targets.hotspot} |
| 499 | |
| 500 | my.make.rule.test.targets.buildinfra = \ |
| 501 | ${my.make.rule.test.targets.default}, \ |
| 502 | ${my.make.rule.test.targets.hotspot} |