2007-12-01 00:00:00 +00:00
|
|
|
#
|
2015-02-25 10:04:14 +00:00
|
|
|
# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
|
2007-12-01 00:00:00 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
2010-05-25 22:51:26 +00:00
|
|
|
# published by the Free Software Foundation. Oracle designates this
|
2007-12-01 00:00:00 +00:00
|
|
|
# particular file as subject to the "Classpath" exception as provided
|
2010-05-25 22:51:26 +00:00
|
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
2007-12-01 00:00:00 +00:00
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
2010-05-25 22:51:26 +00:00
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
2007-12-01 00:00:00 +00:00
|
|
|
#
|
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
##############
|
|
|
|
#
|
|
|
|
# Global settings
|
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2015-04-15 05:46:16 +00:00
|
|
|
# Install test bundle for targets in jprt.test.bundle.targets set
|
|
|
|
jprt.selective.test.bundle.installation=true
|
2015-02-27 10:56:57 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# The current release name
|
2013-12-19 13:11:12 +00:00
|
|
|
jprt.tools.default.release=jdk9
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# Check if this is the equivalent of a hotspot push job
|
|
|
|
# Interpret -testset hotspot to mean exactly that
|
|
|
|
my.is.hotspot.job.hotspot=true
|
|
|
|
my.is.hotspot.job=${my.is.hotspot.job.${jprt.test.set}}
|
|
|
|
|
|
|
|
# Disable syncing the source after builds and tests are done
|
|
|
|
jprt.sync.push=${my.is.hotspot.job ? false : true}
|
|
|
|
|
|
|
|
# Directories to be excluded from the source bundles
|
|
|
|
jprt.bundle.exclude.src.dirs=build dist webrev
|
|
|
|
|
|
|
|
# Use configure when building
|
|
|
|
jprt.build.use.configure=true
|
|
|
|
|
|
|
|
# Set make target to use for different build flavors
|
|
|
|
jprt.build.flavor.debugOpen.target=jprt_bundle
|
|
|
|
jprt.build.flavor.fastdebug.target=jprt_bundle
|
|
|
|
jprt.build.flavor.product.target=jprt_bundle
|
|
|
|
jprt.build.flavor.productOpen.target=jprt_bundle
|
2014-11-08 13:01:10 +00:00
|
|
|
jprt.build.flavor.optimized.target=jprt_bundle
|
|
|
|
jprt.build.flavor.optimizedOpen.target=jprt_bundle
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
# Use these configure args to define debug level
|
|
|
|
jprt.debug.build.configure.args=--with-debug-level=slowdebug
|
|
|
|
jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug
|
|
|
|
jprt.product.build.configure.args=--with-debug-level=release
|
2014-11-08 13:01:10 +00:00
|
|
|
jprt.optimized.build.configure.args=--with-debug-level=optimized
|
2014-06-25 03:29:52 +00:00
|
|
|
jprt.debugOpen.build.configure.args=${jprt.debug.build.configure.args} --enable-openjdk-only
|
|
|
|
jprt.fastdebugOpen.build.configure.args=${jprt.fastdebug.build.configure.args} --enable-openjdk-only
|
|
|
|
jprt.productOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
|
2014-11-08 13:01:10 +00:00
|
|
|
jprt.optimizedOpen.build.configure.args=${jprt.product.build.configure.args} --enable-openjdk-only
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
# Select build flavors and build targets
|
|
|
|
jprt.build.flavors=${my.is.hotspot.job ? ${my.build.flavors.hotspot} : ${my.build.flavors.default}}
|
|
|
|
jprt.build.targets=${my.is.hotspot.job ? ${my.build.targets.hotspot} : ${my.build.targets.default}}
|
|
|
|
|
|
|
|
# Select test targets - jprt default for jprt.test.set is "default"
|
|
|
|
jprt.test.targets=${my.test.targets.${jprt.test.set}}
|
|
|
|
jprt.make.rule.test.targets=${my.make.rule.test.targets.${jprt.test.set}}
|
2015-04-15 05:46:16 +00:00
|
|
|
jprt.test.bundle.targets=${my.jprt.test.bundle.targets.${jprt.test.set}}
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
# 7155453: Work-around to prevent popups on OSX from blocking test completion
|
|
|
|
# but the work-around is added to all platforms to be consistent
|
|
|
|
jprt.jbb.options=-Djava.awt.headless=true
|
|
|
|
|
|
|
|
########
|
|
|
|
#
|
|
|
|
# Build options (generic)
|
|
|
|
#
|
|
|
|
|
|
|
|
# Configure args common to all builds
|
|
|
|
# Also allows for additional, testset specific configure arguments to be set
|
|
|
|
jprt.build.configure.args= \
|
2014-08-17 14:51:37 +00:00
|
|
|
--with-output-sync=recurse \
|
|
|
|
--with-boot-jdk=$ALT_BOOTDIR \
|
|
|
|
--with-jobs=$ALT_PARALLEL_COMPILE_JOBS \
|
2015-02-25 10:04:14 +00:00
|
|
|
${my.additional.build.configure.args.${jprt.test.set}} \
|
|
|
|
${my.custom.build.configure.args}
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
# i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
|
|
|
|
jprt.i586.build.configure.args= \
|
|
|
|
--with-target-bits=32
|
|
|
|
|
|
|
|
# i586 platforms have both client and server, but to allow for overriding the exact configuration
|
|
|
|
# on a per-build flavor basis the value is set for the individual build flavors
|
|
|
|
my.i586.default.build.configure.args= \
|
|
|
|
--with-jvm-variants=client,server
|
|
|
|
jprt.i586.debug.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.debug.build.configure.args}
|
|
|
|
jprt.i586.fastdebug.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.fastdebug.build.configure.args}
|
|
|
|
jprt.i586.product.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.product.build.configure.args}
|
|
|
|
jprt.i586.debugOpen.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.debugOpen.build.configure.args}
|
|
|
|
jprt.i586.fastdebugOpen.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.fastdebugOpen.build.configure.args}
|
|
|
|
jprt.i586.productOpen.build.configure.args= \
|
|
|
|
${my.i586.default.build.configure.args} \
|
|
|
|
${jprt.productOpen.build.configure.args}
|
|
|
|
|
|
|
|
########
|
|
|
|
#
|
|
|
|
# Build targets and options (default/jdk)
|
|
|
|
#
|
2013-01-05 05:04:03 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# The default build flavors
|
|
|
|
my.build.flavors.default=fastdebug,product
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2010-09-24 21:04:01 +00:00
|
|
|
# Standard list of jprt build targets for this source tree
|
2014-06-25 03:29:52 +00:00
|
|
|
my.build.targets.default= \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-{product|fastdebug}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-{product|fastdebug}, \
|
2013-09-25 19:21:35 +00:00
|
|
|
windows_x64_6.1-{product|fastdebug}
|
2010-09-24 21:04:01 +00:00
|
|
|
|
2011-12-12 16:11:05 +00:00
|
|
|
# Test target list (no fastdebug & limited c2 testing)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.target.set= \
|
|
|
|
solaris_sparcv9_5.11-product-c2-TESTNAME, \
|
|
|
|
solaris_x64_5.11-product-c2-TESTNAME, \
|
|
|
|
linux_i586_2.6-product-{c1|c2}-TESTNAME, \
|
|
|
|
linux_x64_2.6-product-c2-TESTNAME, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-product-c2-TESTNAME, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-product-c1-TESTNAME, \
|
2013-09-25 19:21:35 +00:00
|
|
|
windows_x64_6.1-product-c2-TESTNAME
|
2011-12-12 16:11:05 +00:00
|
|
|
|
|
|
|
# Default vm test targets (testset=default)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.default= \
|
|
|
|
${my.test.target.set:TESTNAME=jvm98}, \
|
|
|
|
${my.test.target.set:TESTNAME=scimark}
|
2010-09-24 21:04:01 +00:00
|
|
|
|
2011-12-12 16:11:05 +00:00
|
|
|
# Default jdk test targets (testset=default)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.make.rule.test.targets.default= \
|
|
|
|
${my.test.target.set:TESTNAME=langtools_jtreg}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_lang}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_math}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_util}
|
2014-11-27 14:41:56 +00:00
|
|
|
|
2012-01-24 09:08:43 +00:00
|
|
|
# Default vm test targets (testset=core)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.core=
|
2012-01-24 09:08:43 +00:00
|
|
|
|
|
|
|
# Core jdk test targets (testset=core)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.make.rule.test.targets.core= \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_lang}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_math}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_util}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_io}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_net}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_nio}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_security1}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_security2}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_security3}, \
|
2014-09-10 15:13:35 +00:00
|
|
|
${my.test.target.set:TESTNAME=jdk_security4}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
${my.test.target.set:TESTNAME=jdk_rmi}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_text}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_time}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_other}, \
|
|
|
|
${my.test.target.set:TESTNAME=core_tools}
|
2013-11-19 14:11:59 +00:00
|
|
|
|
|
|
|
# Svc vm test targets (testset=svc)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.svc=
|
2013-11-19 14:11:59 +00:00
|
|
|
|
|
|
|
# Core jdk test targets (testset=svc)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.make.rule.test.targets.svc= \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_management}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_instrument}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_jmx}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_jdi}, \
|
2014-12-03 14:20:21 +00:00
|
|
|
${my.test.target.set:TESTNAME=svc_tools}, \
|
|
|
|
${my.make.rule.test.targets.svc.extra}
|
2010-09-24 21:04:01 +00:00
|
|
|
|
2014-12-15 21:09:39 +00:00
|
|
|
# JAXP vm test targets (testset=jaxp)
|
|
|
|
my.test.targets.jaxp=
|
|
|
|
|
|
|
|
# JAXP test targets (testset=jaxp)
|
|
|
|
my.make.rule.test.targets.jaxp= \
|
|
|
|
${my.test.target.set:TESTNAME=jaxp_all}
|
|
|
|
|
2011-12-12 16:11:05 +00:00
|
|
|
# All vm test targets (testset=all)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.all= \
|
|
|
|
${my.test.targets.default}, \
|
|
|
|
${my.test.target.set:TESTNAME=runThese}, \
|
|
|
|
${my.test.target.set:TESTNAME=jbb_default}
|
2010-03-06 23:00:40 +00:00
|
|
|
|
2011-12-12 16:11:05 +00:00
|
|
|
# All jdk test targets (testset=all)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.make.rule.test.targets.all= \
|
|
|
|
${my.make.rule.test.targets.core}, \
|
|
|
|
${my.make.rule.test.targets.svc}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_awt}, \
|
2014-07-03 17:23:19 +00:00
|
|
|
${my.test.target.set:TESTNAME=jdk_beans}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
${my.test.target.set:TESTNAME=jdk_sound}, \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_swing}
|
2010-03-06 23:00:40 +00:00
|
|
|
|
2013-11-19 14:11:59 +00:00
|
|
|
# PIT vm test targets (testset=pit)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.pit= \
|
|
|
|
${my.test.targets.all}
|
2013-11-19 14:11:59 +00:00
|
|
|
|
|
|
|
# PIT jdk test targets (testset=pit)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.make.rule.test.targets.pit= \
|
|
|
|
${my.test.target.set:TESTNAME=langtools_jtreg}, \
|
|
|
|
${my.make.rule.test.targets.core}, \
|
2014-12-15 21:09:39 +00:00
|
|
|
${my.make.rule.test.targets.svc} \
|
|
|
|
${my.make.rule.test.targets.jaxp}
|
2013-11-19 14:11:59 +00:00
|
|
|
|
2011-12-12 16:11:05 +00:00
|
|
|
# JCK test targets in test/Makefile (no windows)
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.target.set.jck= \
|
|
|
|
solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, \
|
|
|
|
solaris_x64_5.11-product-c2-JCK7TESTRULE, \
|
|
|
|
linux_i586_2.6-product-c1-JCK7TESTRULE, \
|
2011-03-22 18:07:40 +00:00
|
|
|
linux_x64_2.6-product-c2-JCK7TESTRULE
|
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# JCK testset targets
|
|
|
|
my.make.rule.test.targets.jck= \
|
|
|
|
${my.test.target.set.jck:JCK7TESTRULE=jck7devtools}, \
|
|
|
|
${my.test.target.set.jck:JCK7TESTRULE=jck7runtime}, \
|
|
|
|
${my.test.target.set.jck:JCK7TESTRULE=jck7compiler}
|
2011-03-22 18:07:40 +00:00
|
|
|
|
2010-03-06 23:00:40 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
#############
|
|
|
|
#
|
|
|
|
# Hotspot related settings (testset=hotspot)
|
|
|
|
#
|
2007-12-01 00:00:00 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# The hotspot build flavors
|
|
|
|
my.build.flavors.hotspot= \
|
2014-11-08 13:01:10 +00:00
|
|
|
debugOpen,fastdebug,product,productOpen,optimized,optimizedOpen \
|
2014-06-25 03:29:52 +00:00
|
|
|
${my.additional.build.flavors.hotspot}
|
2013-12-17 10:09:26 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# Platforms built for hotspot push jobs
|
|
|
|
my.build.targets.hotspot= \
|
2014-11-08 13:01:10 +00:00
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
solaris_x64_5.11-{product|fastdebug}, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}, \
|
2014-11-08 13:01:10 +00:00
|
|
|
linux_x64_2.6-{product|fastdebug}, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-{product|fastdebug}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-{product|fastdebug}, \
|
2014-11-08 13:01:10 +00:00
|
|
|
windows_x64_6.1-{product|fastdebug}, \
|
2014-06-25 03:29:52 +00:00
|
|
|
solaris_x64_5.11-{debugOpen}, \
|
|
|
|
linux_x64_2.6-{productOpen}, \
|
|
|
|
${my.additional.build.targets.hotspot}
|
2013-12-17 10:09:26 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
# Tests to run on the various platforms for hotspot push jobs
|
|
|
|
my.test.targets.hotspot.solaris.sparcv9= \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-scimark, \
|
2014-07-16 22:04:21 +00:00
|
|
|
solaris_sparcv9_5.11-product-c2-runThese8, \
|
2014-06-25 03:29:52 +00:00
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_CMS, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_G1, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_SerialGC, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParallelGC, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_CMS, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_G1, \
|
|
|
|
solaris_sparcv9_5.11-{product|fastdebug}-c2-jbb_ParOldGC
|
2013-12-17 10:09:26 +00:00
|
|
|
|
2014-06-25 03:29:52 +00:00
|
|
|
my.test.targets.hotspot.solaris.x64= \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-jvm98, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-scimark, \
|
2014-07-16 22:04:21 +00:00
|
|
|
solaris_x64_5.11-product-c2-runThese8, \
|
|
|
|
solaris_x64_5.11-product-c2-runThese8_Xcomp_lang, \
|
|
|
|
solaris_x64_5.11-product-c2-runThese8_Xcomp_vm, \
|
2014-06-25 03:29:52 +00:00
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_CMS, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_G1, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-jbb_SerialGC, \
|
2015-01-07 14:02:33 +00:00
|
|
|
solaris_x64_5.11-{product|fastdebug}-c2-jbb_ParallelGC,
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
my.test.targets.hotspot.linux.i586= \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-jvm98, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-scimark, \
|
2014-07-16 22:04:21 +00:00
|
|
|
linux_i586_2.6-product-c1-runThese8_Xcomp_lang, \
|
|
|
|
linux_i586_2.6-product-c1-runThese8_Xcomp_vm, \
|
|
|
|
linux_i586_2.6-fastdebug-c1-runThese8_Xshare, \
|
|
|
|
linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_lang, \
|
|
|
|
linux_i586_2.6-fastdebug-c2-runThese8_Xcomp_vm, \
|
2014-06-25 03:29:52 +00:00
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c1-jbb_SerialGC, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c1-jbb_ParallelGC, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c1-jbb_CMS, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c1-jbb_G1, \
|
|
|
|
linux_i586_2.6-{product|fastdebug}-c1-jbb_ParOldGC
|
|
|
|
|
|
|
|
my.test.targets.hotspot.linux.x64= \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jvm98, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-scimark, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-GCBasher_CMS, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-GCBasher_G1, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jbb_ParallelGC, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jbb_G1, \
|
|
|
|
linux_x64_2.6-{product|fastdebug}-c2-jbb_ParOldGC
|
|
|
|
|
|
|
|
my.test.targets.hotspot.macosx.x64= \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jvm98, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-scimark, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_CMS, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_G1, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jbb_ParallelGC, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jbb_G1, \
|
|
|
|
macosx_x64_10.9-{product|fastdebug}-c2-jbb_ParOldGC
|
2014-06-25 03:29:52 +00:00
|
|
|
|
|
|
|
my.test.targets.hotspot.windows.i586= \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-jvm98, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-scimark, \
|
2014-07-16 22:04:21 +00:00
|
|
|
windows_i586_6.1-product-{c1|c2}-runThese8, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-runThese8_Xcomp_lang, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-runThese8_Xcomp_vm, \
|
|
|
|
windows_i586_6.1-fastdebug-c1-runThese8_Xshare, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-{c1|c2}-jbb_default, \
|
|
|
|
windows_i586_6.1-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-jbb_ParallelGC, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-jbb_CMS, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-jbb_G1, \
|
|
|
|
windows_i586_6.1-product-{c1|c2}-jbb_ParOldGC
|
|
|
|
|
|
|
|
my.test.targets.hotspot.windows.x64= \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-jvm98, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-jvm98_nontiered, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-scimark, \
|
2014-07-16 22:04:21 +00:00
|
|
|
windows_x64_6.1-product-c2-runThese8, \
|
|
|
|
windows_x64_6.1-product-c2-runThese8_Xcomp_lang, \
|
|
|
|
windows_x64_6.1-product-c2-runThese8_Xcomp_vm, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-GCBasher_SerialGC, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-GCBasher_ParallelGC, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-GCBasher_CMS, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-GCBasher_G1, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-GCBasher_ParOldGC, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-jbb_default, \
|
|
|
|
windows_x64_6.1-{product|fastdebug}-c2-jbb_default_nontiered, \
|
|
|
|
windows_x64_6.1-product-c2-jbb_CMS, \
|
|
|
|
windows_x64_6.1-product-c2-jbb_ParallelGC, \
|
|
|
|
windows_x64_6.1-product-c2-jbb_G1, \
|
|
|
|
windows_x64_6.1-product-c2-jbb_ParOldGC
|
|
|
|
|
|
|
|
# Some basic "smoke" tests for OpenJDK builds
|
|
|
|
my.test.targets.hotspot.open= \
|
|
|
|
solaris_x64_5.11-{productOpen|fastdebugOpen}-c2-jvm98, \
|
|
|
|
linux_x64_2.6-{productOpen|fastdebugOpen}-c2-jvm98
|
|
|
|
|
|
|
|
# The complete list of test targets for jprt
|
|
|
|
my.test.targets.hotspot= \
|
|
|
|
${my.test.targets.hotspot.open}, \
|
|
|
|
${my.test.targets.hotspot.solaris.sparcv9}, \
|
|
|
|
${my.test.targets.hotspot.solaris.x64}, \
|
|
|
|
${my.test.targets.hotspot.linux.i586}, \
|
|
|
|
${my.test.targets.hotspot.linux.x64}, \
|
|
|
|
${my.test.targets.hotspot.macosx.x64}, \
|
|
|
|
${my.test.targets.hotspot.windows.i586}, \
|
|
|
|
${my.test.targets.hotspot.windows.x64}, \
|
|
|
|
${my.test.targets.hotspot.solaris.sparcv9}, \
|
|
|
|
${my.test.targets.hotspot.solaris.x64}, \
|
|
|
|
${my.test.targets.hotspot.linux.x64}, \
|
|
|
|
${my.test.targets.hotspot.windows.i586}, \
|
|
|
|
${my.test.targets.hotspot.windows.x64}, \
|
|
|
|
${my.additional.test.targets.hotspot}
|
|
|
|
|
|
|
|
|
|
|
|
# Make file based test targets
|
|
|
|
|
|
|
|
my.make.rule.test.targets.hotspot.clienttests= \
|
|
|
|
linux_i586_2.6-*-c1-hotspot_clienttest, \
|
|
|
|
windows_i586_6.1-*-c1-hotspot_clienttest
|
|
|
|
|
|
|
|
my.make.rule.test.targets.hotspot.servertests= \
|
|
|
|
solaris_sparcv9_5.11-*-c2-hotspot_servertest, \
|
|
|
|
solaris_x64_5.11-*-c2-hotspot_servertest, \
|
|
|
|
linux_i586_2.6-*-c2-hotspot_servertest, \
|
|
|
|
linux_x64_2.6-*-c2-hotspot_servertest, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-*-c2-hotspot_servertest, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-*-c2-hotspot_servertest, \
|
|
|
|
windows_x64_6.1-*-c2-hotspot_servertest
|
|
|
|
|
|
|
|
my.make.rule.test.targets.hotspot.internalvmtests= \
|
|
|
|
solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \
|
|
|
|
solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \
|
|
|
|
linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \
|
|
|
|
linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-fastdebug-c2-hotspot_internalvmtests, \
|
2014-06-25 03:29:52 +00:00
|
|
|
windows_i586_6.1-fastdebug-c2-hotspot_internalvmtests, \
|
|
|
|
windows_x64_6.1-fastdebug-c2-hotspot_internalvmtests
|
|
|
|
|
2014-08-05 07:05:51 +00:00
|
|
|
my.make.rule.test.targets.hotspot.reg.group= \
|
|
|
|
solaris_sparcv9_5.11-fastdebug-c2-GROUP, \
|
|
|
|
solaris_x64_5.11-fastdebug-c2-GROUP, \
|
|
|
|
linux_i586_2.6-fastdebug-c2-GROUP, \
|
|
|
|
linux_x64_2.6-fastdebug-c2-GROUP, \
|
2015-03-16 16:59:09 +00:00
|
|
|
macosx_x64_10.9-fastdebug-c2-GROUP, \
|
2014-08-05 07:05:51 +00:00
|
|
|
windows_i586_6.1-fastdebug-c2-GROUP, \
|
|
|
|
windows_x64_6.1-fastdebug-c2-GROUP, \
|
|
|
|
linux_i586_2.6-fastdebug-c1-GROUP, \
|
|
|
|
windows_i586_6.1-fastdebug-c1-GROUP
|
2014-07-11 20:49:07 +00:00
|
|
|
|
2015-04-15 05:46:16 +00:00
|
|
|
# Hotspot jtreg tests
|
|
|
|
my.make.rule.test.targets.hotspot.reg= \
|
2014-07-11 20:49:07 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_wbapitest}, \
|
2014-09-22 18:04:40 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1}, \
|
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2}, \
|
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3}, \
|
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \
|
2014-07-11 20:49:07 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc}, \
|
2015-01-07 09:17:45 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed}, \
|
2015-01-07 14:02:33 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold}, \
|
2014-08-05 07:05:51 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \
|
2014-08-18 21:30:35 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime_closed}, \
|
2014-07-11 20:49:07 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \
|
2014-11-14 09:29:01 +00:00
|
|
|
${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \
|
2015-04-15 05:46:16 +00:00
|
|
|
${my.additional.make.rule.test.targets.hotspot.reg}
|
|
|
|
|
|
|
|
# Other Makefile based Hotspot tests
|
|
|
|
my.make.rule.test.targets.hotspot.other= \
|
|
|
|
${my.make.rule.test.targets.hotspot.clienttests}, \
|
|
|
|
${my.make.rule.test.targets.hotspot.servertests}, \
|
|
|
|
${my.make.rule.test.targets.hotspot.internalvmtests}, \
|
|
|
|
${my.additional.make.rule.test.targets.hotspot.other}
|
|
|
|
|
|
|
|
# All the makefile based tests to run
|
|
|
|
my.make.rule.test.targets.hotspot= \
|
|
|
|
${my.make.rule.test.targets.hotspot.reg} \
|
|
|
|
${my.make.rule.test.targets.hotspot.other}
|
|
|
|
|
|
|
|
# Install the test bundle for the testset hotspot jtreg tests
|
|
|
|
# (but not for the other Makefile based tests)
|
|
|
|
my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
|
2015-02-27 10:56:57 +00:00
|
|
|
|
|
|
|
# Native jdk and hotspot test targets (testset=nativesanity)
|
|
|
|
my.make.rule.test.targets.nativesanity= \
|
|
|
|
${my.test.target.set:TESTNAME=jdk_native_sanity}, \
|
|
|
|
${my.test.target.set:TESTNAME=hotspot_native_sanity}
|
2015-04-15 05:46:16 +00:00
|
|
|
|
|
|
|
# Install the test bundle for the nativesanity jtreg tests
|
|
|
|
my.jprt.test.bundle.targets.nativesanity=${my.make.rule.test.targets.nativesanity}
|