1 #
   2 # Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ##############
  27 #
  28 # Global settings
  29 #
  30 
  31 # Install test bundle for targets in jprt.test.bundle.targets set
  32 jprt.selective.test.bundle.installation=true
  33 
  34 # The current release name
  35 jprt.tools.default.release=jdk9
  36 
  37 # Allow concurrent changes to be merged in prior to pushing
  38 jprt.sync.push=true
  39 
  40 # Directories to be excluded from the source bundles
  41 jprt.bundle.exclude.src.dirs=build dist webrev
  42 
  43 # Use configure when building
  44 jprt.build.use.configure=true
  45 jprt.build.use.jib=true
  46 jprt.test.use.jib=true
  47 jprt.jib.launcher=common/bin/jib.sh
  48 
  49 # Clear out all the build needs as JIB handles this
  50 jprt.jdk9.build.needs=
  51 jprt.macosx.jdk9.build.needs=
  52 jprt.windows_i586.jdk9.build.needs=
  53 jprt.windows_x64.jdk9.build.needs=
  54 jprt.solaris.jdk9.build.needs=
  55 jprt.linux_i586.jdk9.build.needs=
  56 jprt.linux_x64.jdk9.build.needs=
  57 jprt.linux_armv6.jdk9.build.needs=
  58 jprt.linux_armvh.jdk9.build.needs=
  59 jprt.linux_arm64.jdk9.build.needs=
  60 jprt.linux_armsflt.jdk9.build.needs=
  61 jprt.linux_armvfpsflt.jdk9.build.needs=
  62 jprt.linux_armvfphflt.jdk9.build.needs=
  63 jprt.linux_armv6vfphflt.jdk9.build.needs=
  64 jprt.solaris.client.build.needs=
  65 jprt.linux.client.build.needs=
  66 jprt.solaris.jdk9.compiler=
  67 jprt.linux.jdk9.compiler=
  68 jprt.jdk9.test.needs=
  69 
  70 # Disable the need for preinstalled Visual Studio and Xcode
  71 jprt.windows.jdk9.compiler=
  72 jprt.windows.6.2.jdk9.compiler=
  73 jprt.windows.6.3.jdk9.compiler=
  74 jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
  75 jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
  76 
  77 # Set up the run flavors (jvm variants)
  78 jprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
  79 
  80 # Setup jib profiles
  81 jprt.linux_i586.product.build.jib.profile=linux-x86
  82 jprt.linux_x64.product.build.jib.profile=linux-x64
  83 jprt.linux_arm64.product.build.jib.profile=linux-arm64
  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
  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.linux_arm64.fastdebug.build.jib.profile=linux-arm64-debug
  93 jprt.macosx_x64.fastdebug.build.jib.profile=macosx-x64-debug
  94 jprt.solaris_sparcv9.fastdebug.build.jib.profile=solaris-sparcv9-debug
  95 jprt.solaris_x64.fastdebug.build.jib.profile=solaris-x64-debug
  96 jprt.windows_i586.fastdebug.build.jib.profile=windows-x86-debug
  97 jprt.windows_x64.fastdebug.build.jib.profile=windows-x64-debug
  98 
  99 jprt.linux_i586.slowdebug.build.jib.profile=linux-x86-slowdebug
 100 jprt.linux_x64.slowdebug.build.jib.profile=linux-x64-slowdebug
 101 jprt.linux_arm64.slowdebug.build.jib.profile=linux-arm64-slowdebug
 102 jprt.macosx_x64.slowdebug.build.jib.profile=macosx-x64-slowdebug
 103 jprt.solaris_sparcv9.slowdebug.build.jib.profile=solaris-sparcv9-slowdebug
 104 jprt.solaris_x64.slowdebug.build.jib.profile=solaris-x64-slowdebug
 105 jprt.windows_i586.slowdebug.build.jib.profile=windows-x86-slowdebug
 106 jprt.windows_x64.slowdebug.build.jib.profile=windows-x64-slowdebug
 107 
 108 jprt.linux_i586.productOpen.build.jib.profile=linux-x86-open
 109 jprt.linux_x64.productOpen.build.jib.profile=linux-x64-open
 110 jprt.linux_arm64.productOpen.build.jib.profile=linux-arm64-open
 111 jprt.macosx_x64.productOpen.build.jib.profile=macosx-x64-open
 112 jprt.solaris_sparcv9.productOpen.build.jib.profile=solaris-sparcv9-open
 113 jprt.solaris_x64.productOpen.build.jib.profile=solaris-x64-open
 114 jprt.windows_i586.productOpen.build.jib.profile=windows-x86-open
 115 jprt.windows_x64.productOpen.build.jib.profile=windows-x64-open
 116 
 117 jprt.linux_i586.fastdebugOpen.build.jib.profile=linux-x86-open-debug
 118 jprt.linux_x64.fastdebugOpen.build.jib.profile=linux-x64-open-debug
 119 jprt.linux_arm64.fastdebugOpen.build.jib.profile=linux-arm64-open-debug
 120 jprt.macosx_x64.fastdebugOpen.build.jib.profile=macosx-x64-open-debug
 121 jprt.solaris_sparcv9.fastdebugOpen.build.jib.profile=solaris-sparcv9-open-debug
 122 jprt.solaris_x64.fastdebugOpen.build.jib.profile=solaris-x64-open-debug
 123 jprt.windows_i586.fastdebugOpen.build.jib.profile=windows-x86-open-debug
 124 jprt.windows_x64.fastdebugOpen.build.jib.profile=windows-x64-open-debug
 125 
 126 jprt.test.jib.profile=run-test
 127 
 128 # Set make target to use for different build flavors
 129 jprt.build.flavor.fastdebugOpen.target=jprt_bundle
 130 jprt.build.flavor.fastdebug.target=jprt_bundle
 131 jprt.build.flavor.product.target=jprt_bundle
 132 jprt.build.flavor.productOpen.target=jprt_bundle
 133 jprt.build.flavor.optimized.target=jprt_bundle
 134 jprt.build.flavor.optimizedOpen.target=jprt_bundle
 135 jprt.build.flavor.slowdebug.target=jprt_bundle
 136 
 137 # Use these configure args to define debug level
 138 jprt.slowdebug.build.configure.args=
 139 jprt.fastdebug.build.configure.args=--disable-precompiled-headers
 140 jprt.product.build.configure.args=
 141 jprt.optimized.build.configure.args=--with-debug-level=optimized
 142 jprt.slowdebugOpen.build.configure.args=${jprt.slowdebug.build.configure.args}
 143 jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args}
 144 jprt.productOpen.build.configure.args=${jprt.product.build.configure.args}
 145 jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args}
 146 
 147 
 148 # hotspot testset has custom build flavors and build targets
 149 my.jprt.testsetHasCustomBuildFlavors.hotspot=true
 150 my.jprt.testsetHasCustomBuildTargets.hotspot=true
 151 my.jprt.testsetHasCustomBuildFlavors.buildinfra=true
 152 my.jprt.testsetHasCustomBuildTargets.buildinfra=true
 153 
 154 # determine if the specified testset has custom build flavors or build targets
 155 my.jprt.testsetHasCustomBuildFlavors=${my.jprt.testsetHasCustomBuildFlavors.${jprt.test.set}}
 156 my.jprt.testsetHasCustomBuildTargets=${my.jprt.testsetHasCustomBuildTargets.${jprt.test.set}}
 157 
 158 # Select build flavors and build targets based on the specified testset
 159 jprt.build.flavors=${my.jprt.testsetHasCustomBuildFlavors ? \
 160     ${my.build.flavors.${jprt.test.set}} : ${my.build.flavors.default}}
 161 jprt.build.targets=${my.jprt.testsetHasCustomBuildTargets ? \
 162     ${my.build.targets.${jprt.test.set}} : ${my.build.targets.default}}
 163 
 164 # Select test targets - jprt default for jprt.test.set is "default"
 165 jprt.test.targets=${my.test.targets.${jprt.test.set}}
 166 jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
 167 jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
 168 
 169 # 7155453: Work-around to prevent popups on OSX from blocking test completion
 170 # but the work-around is added to all platforms to be consistent
 171 jprt.jbb.options=-Djava.awt.headless=true
 172 
 173 ########
 174 #
 175 # Build options (generic)
 176 #
 177 
 178 # Configure args common to all builds
 179 # Also allows for additional, testset specific configure arguments to be set
 180 jprt.build.configure.args=                                              \
 181     --with-output-sync=recurse                                          \
 182     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS                              \
 183     --with-version-opt=$JPRT_JOB_ID                                     \
 184     ${my.additional.build.configure.args.${jprt.test.set}}              \
 185     ${my.custom.build.configure.args}
 186 
 187 ########
 188 #
 189 # Build targets and options (default/jdk)
 190 #
 191 
 192 # The default build flavors
 193 my.build.flavors.default=fastdebug,product
 194 
 195 # Standard list of jprt build targets for this source tree
 196 my.build.targets.default=                                               \
 197     solaris_sparcv9_5.11-{product|fastdebug},                           \
 198     solaris_x64_5.11-{product|fastdebug},                               \
 199     linux_i586_3.8-{product|fastdebug},                                 \
 200     linux_x64_3.8-{product|fastdebug},                                  \
 201     macosx_x64_10.9-{product|fastdebug},                                \
 202     windows_i586_6.3-{product|fastdebug},                               \
 203     windows_x64_6.3-{product|fastdebug}
 204 
 205 # Test target list (no fastdebug & limited c2 testing)
 206 my.test.target.set=                                                     \
 207     solaris_sparcv9_5.11-product-c2-TESTNAME,                           \
 208     solaris_x64_5.11-product-c2-TESTNAME,                               \
 209     linux_i586_3.8-product-{c1|c2}-TESTNAME,                            \
 210     linux_x64_3.8-product-c2-TESTNAME,                                  \
 211     macosx_x64_10.9-product-c2-TESTNAME,                                \
 212     windows_i586_6.3-product-c1-TESTNAME,                               \
 213     windows_x64_6.3-product-c2-TESTNAME
 214 
 215 # Default vm test targets (testset=default)
 216 my.test.targets.default=                                                \
 217     ${my.test.target.set:TESTNAME=jvm98},                               \
 218     ${my.test.target.set:TESTNAME=scimark}
 219 
 220 # Default jdk test targets (testset=default)
 221 my.make.rule.test.targets.default=                                      \
 222     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 223     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 224     ${my.test.target.set:TESTNAME=jdk_math},                            \
 225     ${my.test.target.set:TESTNAME=jdk_util}
 226 
 227 # Default vm test targets (testset=core)
 228 my.test.targets.core=
 229 
 230 # Core jdk test targets (testset=core)
 231 my.make.rule.test.targets.core=                                         \
 232     ${my.test.target.set:TESTNAME=jdk_lang},                            \
 233     ${my.test.target.set:TESTNAME=jdk_math},                            \
 234     ${my.test.target.set:TESTNAME=jdk_util},                            \
 235     ${my.test.target.set:TESTNAME=jdk_io},                              \
 236     ${my.test.target.set:TESTNAME=jdk_net},                             \
 237     ${my.test.target.set:TESTNAME=jdk_nio},                             \
 238     ${my.test.target.set:TESTNAME=jdk_security1},                       \
 239     ${my.test.target.set:TESTNAME=jdk_security2},                       \
 240     ${my.test.target.set:TESTNAME=jdk_security3},                       \
 241     ${my.test.target.set:TESTNAME=jdk_security4},                       \
 242     ${my.test.target.set:TESTNAME=jdk_rmi},                             \
 243     ${my.test.target.set:TESTNAME=jdk_text},                            \
 244     ${my.test.target.set:TESTNAME=jdk_time},                            \
 245     ${my.test.target.set:TESTNAME=jdk_other},                           \
 246     ${my.test.target.set:TESTNAME=core_tools}
 247 
 248 # Svc vm test targets (testset=svc)
 249 my.test.targets.svc=
 250 
 251 # Core jdk test targets (testset=svc)
 252 my.make.rule.test.targets.svc=                                          \
 253     ${my.test.target.set:TESTNAME=jdk_management},                      \
 254     ${my.test.target.set:TESTNAME=jdk_instrument},                      \
 255     ${my.test.target.set:TESTNAME=jdk_jmx},                             \
 256     ${my.test.target.set:TESTNAME=jdk_jdi},                             \
 257     ${my.test.target.set:TESTNAME=svc_tools},                           \
 258     ${my.make.rule.test.targets.svc.extra}
 259 
 260 # JAXP vm test targets (testset=jaxp)
 261 my.test.targets.jaxp=
 262 
 263 # JAXP test targets (testset=jaxp)
 264 my.make.rule.test.targets.jaxp=                                         \
 265     ${my.test.target.set:TESTNAME=jaxp_all}
 266 
 267 # All vm test targets (testset=all)
 268 my.test.targets.all=                                                    \
 269     ${my.test.targets.default},                                         \
 270     ${my.test.target.set:TESTNAME=runThese},                            \
 271     ${my.test.target.set:TESTNAME=jbb_default}
 272 
 273 # All jdk test targets (testset=all)
 274 my.make.rule.test.targets.all=                                          \
 275     ${my.make.rule.test.targets.core},                                  \
 276     ${my.make.rule.test.targets.svc},                                   \
 277     ${my.test.target.set:TESTNAME=jdk_awt},                             \
 278     ${my.test.target.set:TESTNAME=jdk_beans},                           \
 279     ${my.test.target.set:TESTNAME=jdk_sound},                           \
 280     ${my.test.target.set:TESTNAME=jdk_swing}
 281 
 282 # PIT vm test targets (testset=pit)
 283 my.test.targets.pit=                                                    \
 284    ${my.test.targets.all}
 285 
 286 # PIT jdk test targets (testset=pit)
 287 my.make.rule.test.targets.pit=                                          \
 288     ${my.test.target.set:TESTNAME=langtools_jtreg},                     \
 289     ${my.make.rule.test.targets.core},                                  \
 290     ${my.make.rule.test.targets.svc}                                    \
 291     ${my.make.rule.test.targets.jaxp}
 292 
 293 # JCK test targets in test/Makefile (no windows)
 294 my.test.target.set.jck=                                                 \
 295     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,                       \
 296     solaris_x64_5.11-product-c2-JCK7TESTRULE,                           \
 297     linux_i586_3.8-product-c1-JCK7TESTRULE,                             \
 298     linux_x64_3.8-product-c2-JCK7TESTRULE
 299 
 300 # JCK testset targets
 301 my.make.rule.test.targets.jck=                                          \
 302     ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},                \
 303     ${my.test.target.set.jck:JCK7TESTRULE=jck7runtime},                 \
 304     ${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
 305 
 306 
 307 #############
 308 #
 309 # Hotspot related settings (testset=hotspot)
 310 #
 311 
 312 # The hotspot build flavors
 313 my.build.flavors.hotspot=                                               \
 314     fastdebugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
 315     ${my.additional.build.flavors.hotspot}
 316 
 317 # Platforms built for hotspot push jobs
 318 my.build.targets.hotspot=                                               \
 319     solaris_sparcv9_5.11-{product|fastdebug},                   \
 320     solaris_x64_5.11-{product|fastdebug},                               \
 321     linux_i586_3.8-{product|fastdebug},                                 \
 322     linux_x64_3.8-{product|fastdebug},                  \
 323     macosx_x64_10.9-{product|fastdebug},                                \
 324     windows_i586_6.3-{product|fastdebug},                               \
 325     windows_x64_6.3-{product|fastdebug},                        \
 326     solaris_x64_5.11-{fastdebugOpen},                                   \
 327     linux_x64_3.8-{productOpen},                                        \
 328     ${my.additional.build.targets.hotspot}
 329 
 330 # Tests to run on the various platforms for hotspot push jobs
 331 my.test.targets.hotspot.solaris.sparcv9=                                \
 332     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98,                  \
 333     solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered,        \
 334     solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark,                \
 335     solaris_sparcv9_5.11-product-c2-runThese8,                          \
 336     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,      \
 337     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,    \
 338     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS,           \
 339     solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1
 340 
 341 my.test.targets.hotspot.solaris.x64=                                    \
 342     solaris_x64_5.11-{product|fastdebug}-c2-jvm98,                      \
 343     solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered,            \
 344     solaris_x64_5.11-{product|fastdebug}-c2-scimark,                    \
 345     solaris_x64_5.11-product-c2-runThese8,                              \
 346     solaris_x64_5.11-product-c2-runThese8_Xcomp_lang,                   \
 347     solaris_x64_5.11-product-c2-runThese8_Xcomp_vm,                     \
 348     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC,          \
 349     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC,        \
 350     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS,               \
 351     solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1
 352 
 353 my.test.targets.hotspot.linux.i586=                                     \
 354     linux_i586_3.8-{product|fastdebug}-{c1|c2}-jvm98,                   \
 355     linux_i586_3.8-{product|fastdebug}-c2-jvm98_nontiered,              \
 356     linux_i586_3.8-{product|fastdebug}-{c1|c2}-scimark,                 \
 357     linux_i586_3.8-product-c1-runThese8_Xcomp_lang,                     \
 358     linux_i586_3.8-product-c1-runThese8_Xcomp_vm,                       \
 359     linux_i586_3.8-fastdebug-c1-runThese8_Xshare,                       \
 360     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_lang,                   \
 361     linux_i586_3.8-fastdebug-c2-runThese8_Xcomp_vm,                     \
 362     linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,       \
 363     linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,     \
 364     linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_CMS,            \
 365     linux_i586_3.8-{product|fastdebug}-{c1|c2}-GCBasher_G1
 366 
 367 my.test.targets.hotspot.linux.x64=                                      \
 368     linux_x64_3.8-{product|fastdebug}-c2-jvm98,                         \
 369     linux_x64_3.8-{product|fastdebug}-c2-jvm98_nontiered,               \
 370     linux_x64_3.8-{product|fastdebug}-c2-scimark,                       \
 371     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_SerialGC,             \
 372     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_ParallelGC,           \
 373     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_CMS,                  \
 374     linux_x64_3.8-{product|fastdebug}-c2-GCBasher_G1
 375 
 376 my.test.targets.hotspot.macosx.x64=                                     \
 377     macosx_x64_10.9-{product|fastdebug}-c2-jvm98,                       \
 378     macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered,             \
 379     macosx_x64_10.9-{product|fastdebug}-c2-scimark,                     \
 380     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC,           \
 381     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC,         \
 382     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS,                \
 383     macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1
 384 
 385 my.test.targets.hotspot.windows.i586=                                   \
 386     windows_i586_6.3-{product|fastdebug}-{c1|c2}-jvm98,                 \
 387     windows_i586_6.3-{product|fastdebug}-c2-jvm98_nontiered,            \
 388     windows_i586_6.3-{product|fastdebug}-{c1|c2}-scimark,               \
 389     windows_i586_6.3-product-{c1|c2}-runThese8,                         \
 390     windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_lang,              \
 391     windows_i586_6.3-product-{c1|c2}-runThese8_Xcomp_vm,                \
 392     windows_i586_6.3-fastdebug-c1-runThese8_Xshare,                     \
 393     windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC,     \
 394     windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC,   \
 395     windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_CMS,          \
 396     windows_i586_6.3-{product|fastdebug}-{c1|c2}-GCBasher_G1
 397 
 398 my.test.targets.hotspot.windows.x64=                                    \
 399     windows_x64_6.3-{product|fastdebug}-c2-jvm98,                       \
 400     windows_x64_6.3-{product|fastdebug}-c2-jvm98_nontiered,             \
 401     windows_x64_6.3-{product|fastdebug}-c2-scimark,                     \
 402     windows_x64_6.3-product-c2-runThese8,                               \
 403     windows_x64_6.3-product-c2-runThese8_Xcomp_lang,                    \
 404     windows_x64_6.3-product-c2-runThese8_Xcomp_vm,                      \
 405     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_SerialGC,           \
 406     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_ParallelGC,         \
 407     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_CMS,                \
 408     windows_x64_6.3-{product|fastdebug}-c2-GCBasher_G1
 409 
 410 # Some basic "smoke" tests for OpenJDK builds
 411 my.test.targets.hotspot.open=                                           \
 412     solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98,              \
 413     linux_x64_3.8-{productOpen|fastdebugOpen}-c2-jvm98
 414 
 415 # The complete list of test targets for jprt
 416 my.test.targets.hotspot=                                                \
 417   ${my.test.targets.hotspot.open},                                      \
 418   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 419   ${my.test.targets.hotspot.solaris.x64},                               \
 420   ${my.test.targets.hotspot.linux.i586},                                \
 421   ${my.test.targets.hotspot.linux.x64},                                 \
 422   ${my.test.targets.hotspot.macosx.x64},                                \
 423   ${my.test.targets.hotspot.windows.i586},                              \
 424   ${my.test.targets.hotspot.windows.x64},                               \
 425   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 426   ${my.test.targets.hotspot.solaris.x64},                               \
 427   ${my.test.targets.hotspot.linux.x64},                                 \
 428   ${my.test.targets.hotspot.windows.i586},                              \
 429   ${my.test.targets.hotspot.windows.x64},                               \
 430   ${my.additional.test.targets.hotspot}
 431 
 432 
 433 # Make file based test targets
 434 
 435 my.make.rule.test.targets.hotspot.basicvmtests=                         \
 436   linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
 437   linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
 438   macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
 439   solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
 440   solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
 441   windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
 442   windows_x64_6.3-*-default-hotspot_basicvmtest
 443 
 444 my.make.rule.test.targets.hotspot.reg.group=                            \
 445   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 446   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 447   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 448   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 449   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 450   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 451   windows_x64_6.3-fastdebug-c2-GROUP,                                   \
 452   linux_i586_3.8-fastdebug-c1-GROUP,                                    \
 453   windows_i586_6.3-fastdebug-c1-GROUP
 454 
 455 # Hotspot jtreg tests
 456 my.make.rule.test.targets.hotspot.reg=                                          \
 457   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1},      \
 458   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2},      \
 459   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3},      \
 460   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \
 461   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc},              \
 462   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed},       \
 463   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold},        \
 464   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},         \
 465   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability},  \
 466   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},          \
 467   ${my.additional.make.rule.test.targets.hotspot.reg}
 468 
 469 # Other Makefile based Hotspot tests
 470 my.make.rule.test.targets.hotspot.other=                                \
 471   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
 472   ${my.additional.make.rule.test.targets.hotspot.other}
 473 
 474 # All the makefile based tests to run
 475 my.make.rule.test.targets.hotspot=                                      \
 476   ${my.make.rule.test.targets.hotspot.reg}                              \
 477   ${my.make.rule.test.targets.hotspot.other}
 478 
 479 # Install the test bundle for the testset hotspot jtreg tests
 480 # (but not for the other Makefile based tests)
 481 my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
 482 
 483 # Native jdk and hotspot test targets (testset=nativesanity)
 484 my.make.rule.test.targets.nativesanity=                                 \
 485     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \
 486     ${my.test.target.set:TESTNAME=hotspot_native_sanity}
 487 
 488 # Install the test bundle for the nativesanity jtreg tests
 489 my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
 490 
 491 ################################################################################
 492 # Testset buildinfra
 493 my.build.flavors.buildinfra = \
 494     product,fastdebug,slowdebug, \
 495     ${my.additional.build.flavors.buildinfra}
 496 
 497 # Platforms built for hotspot push jobs
 498 my.build.targets.buildinfra = \
 499     solaris_sparcv9_5.11-{product|fastdebug|slowdebug}, \
 500     solaris_x64_5.11-{product|fastdebug|slowdebug}, \
 501     linux_i586_3.8-{product|fastdebug|slowdebug}, \
 502     linux_x64_3.8-{product|fastdebug|slowdebug}, \
 503     linux_arm64_2.6-{product|fastdebug|slowdebug}, \
 504     macosx_x64_10.9-{product|fastdebug|slowdebug}, \
 505     windows_i586_6.3-{product|fastdebug|slowdebug}, \
 506     windows_x64_6.3-{product|fastdebug|slowdebug}, \
 507     ${my.additional.build.targets.buildinfra}
 508 
 509 my.test.targets.buildinfra = \
 510     ${my.test.targets.default}, \
 511     ${my.test.targets.hotspot}
 512 
 513 my.make.rule.test.targets.buildinfra = \
 514     ${my.make.rule.test.targets.default}, \
 515     ${my.make.rule.test.targets.hotspot}