0N/A#
5526N/A# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A# Properties for jprt
0N/A
4633N/A# Locked down to jdk7
4633N/Ajprt.tools.default.release=jdk7
2680N/A
2680N/A# The different build flavors we want, we override here so we just get these 2
0N/Ajprt.build.flavors=product,fastdebug
0N/A
2811N/A# Standard list of jprt build targets for this source tree
4633N/Ajprt.build.targets= \
4633N/A solaris_sparc_5.10-{product|fastdebug}, \
2811N/A solaris_sparcv9_5.10-{product|fastdebug}, \
2811N/A solaris_i586_5.10-{product|fastdebug}, \
2811N/A solaris_x64_5.10-{product|fastdebug}, \
2811N/A linux_i586_2.6-{product|fastdebug}, \
2811N/A linux_x64_2.6-{product|fastdebug}, \
4633N/A macosx_x64_10.7-{product|fastdebug}, \
4633N/A windows_i586_5.1-{product|fastdebug}, \
2811N/A windows_x64_5.2-{product|fastdebug}
2811N/A
3866N/A# User can select the test set with jprt submit "-testset name" option
3866N/Ajprt.my.test.set=${jprt.test.set}
3866N/A
4633N/A# Test target list (no fastdebug & limited c2 testing)
4633N/Ajprt.my.test.target.set= \
4633N/A solaris_sparc_5.10-product-c1-TESTNAME, \
4633N/A solaris_sparcv9_5.10-product-c2-TESTNAME, \
4633N/A solaris_i586_5.10-product-c1-TESTNAME, \
4633N/A solaris_x64_5.10-product-c2-TESTNAME, \
4633N/A linux_i586_2.6-product-{c1|c2}-TESTNAME, \
4633N/A linux_x64_2.6-product-c2-TESTNAME, \
4633N/A macosx_x64_10.7-product-c2-TESTNAME, \
4633N/A windows_i586_5.1-product-c1-TESTNAME, \
4633N/A windows_x64_5.2-product-c2-TESTNAME
4633N/A
4633N/A# Default vm test targets (testset=default)
3866N/Ajprt.vm.default.test.targets= \
4633N/A ${jprt.my.test.target.set:TESTNAME=jvm98}
2811N/A
4633N/A# Default jdk test targets (testset=default)
2811N/Ajprt.make.rule.default.test.targets= \
4633N/A ${jprt.my.test.target.set:TESTNAME=jdk_lang}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_math}
4765N/A
4765N/A# Core vm test targets (testset=core)
4765N/Ajprt.vm.core.test.targets= \
4765N/A ${jprt.vm.default.test.target}
4765N/A
4765N/A# Core jdk test targets (testset=core)
4765N/Ajprt.make.rule.core.test.targets= \
4765N/A ${jprt.make.rule.default.test.targets}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_util}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_io}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_net}, \
5526N/A ${jprt.my.test.target.set:TESTNAME=jdk_nio}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_security1}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_security2}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_security3}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \
5526N/A ${jprt.my.test.target.set:TESTNAME=jdk_management}, \
5526N/A ${jprt.my.test.target.set:TESTNAME=jdk_jmx}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_text}, \
5526N/A ${jprt.my.test.target.set:TESTNAME=jdk_tools}, \
5138N/A ${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \
5526N/A ${jprt.my.test.target.set:TESTNAME=jdk_other}
1821N/A
4633N/A# All vm test targets (testset=all)
4633N/Ajprt.vm.all.test.targets= \
4633N/A ${jprt.vm.default.test.targets}, \
4633N/A ${jprt.my.test.target.set:TESTNAME=runThese}, \
4633N/A ${jprt.my.test.target.set:TESTNAME=jbb_default}
4633N/A
4633N/A# All jdk test targets (testset=all)
2811N/Ajprt.make.rule.all.test.targets= \
4633N/A ${jprt.make.rule.default.test.targets}, \
4633N/A ${jprt.my.test.target.set:TESTNAME=jdk_awt}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \
4633N/A ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \
4633N/A ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \
5530N/A ${jprt.my.test.target.set:TESTNAME=jdk_jdi}, \
4908N/A ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \
4765N/A ${jprt.my.test.target.set:TESTNAME=jdk_swing}
2811N/A
4633N/A# JCK test targets in test/Makefile (no windows)
3866N/Ajprt.my.jck.test.target.set= \
3866N/A solaris_sparc_5.10-product-c1-JCK7TESTRULE, \
3866N/A solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \
3866N/A solaris_i586_5.10-product-c1-JCK7TESTRULE, \
3866N/A solaris_x64_5.10-product-c2-JCK7TESTRULE, \
3866N/A linux_i586_2.6-product-c1-JCK7TESTRULE, \
3866N/A linux_x64_2.6-product-c2-JCK7TESTRULE
3866N/A
3866N/A# JCK testset targets (e.g. jprt submit -testset jck ... )
3866N/Ajprt.make.rule.jck.test.targets= \
3866N/A ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \
3866N/A ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \
3866N/A ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
3866N/A
2811N/A# Select list to use (allow for testset to be empty too)
4633N/Ajprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
4633N/Ajprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
4633N/Ajprt.vm..test.targets=${jprt.vm.default.test.targets}
4633N/Ajprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
0N/A
2680N/A# Directories to be excluded from the source bundles
2680N/Ajprt.bundle.exclude.src.dirs=build dist webrev
0N/A