make/jprt.properties

changeset 0
75a576e87639
child 1133
50aaf272884f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/jprt.properties	Wed Apr 27 01:39:08 2016 +0800
     1.3 @@ -0,0 +1,154 @@
     1.4 +#
     1.5 +# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +# Properties for jprt
    1.30 +
    1.31 +# The current release name
    1.32 +my.jdk.update.version=25
    1.33 +jprt.tools.default.release=jdk8u${my.jdk.update.version}
    1.34 +
    1.35 +# Unix toolkit to use for building on windows
    1.36 +jprt.windows.jdk8.build.unix.toolkit=cygwin
    1.37 +
    1.38 +# The different build flavors we want, we override here so we just get these 2
    1.39 +jprt.build.flavors=product,fastdebug
    1.40 +
    1.41 +# Standard list of jprt build targets for this source tree
    1.42 +jprt.build.targets= 						\
    1.43 +    solaris_sparcv9_5.10-{product|fastdebug}, 			\
    1.44 +    solaris_x64_5.10-{product|fastdebug}, 			\
    1.45 +    linux_i586_2.6-{product|fastdebug}, 			\
    1.46 +    linux_x64_2.6-{product|fastdebug}, 				\
    1.47 +    macosx_x64_10.7-{product|fastdebug}, 			\
    1.48 +    windows_i586_6.1-{product|fastdebug}, 			\
    1.49 +    windows_x64_6.1-{product|fastdebug}
    1.50 +
    1.51 +# User can select the test set with jprt submit "-testset name" option
    1.52 +jprt.my.test.set=${jprt.test.set}
    1.53 +
    1.54 +# Test target list (no fastdebug & limited c2 testing)
    1.55 +jprt.my.test.target.set= \
    1.56 +    solaris_sparcv9_5.10-product-c2-TESTNAME, 			\
    1.57 +    solaris_x64_5.10-product-c2-TESTNAME, 			\
    1.58 +    linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
    1.59 +    linux_x64_2.6-product-c2-TESTNAME, 				\
    1.60 +    macosx_x64_10.7-product-c2-TESTNAME, 			\
    1.61 +    windows_i586_6.1-product-c1-TESTNAME, 			\
    1.62 +    windows_x64_6.1-product-c2-TESTNAME
    1.63 +
    1.64 +# Default vm test targets (testset=default)
    1.65 +jprt.vm.default.test.targets=              			\
    1.66 +    ${jprt.my.test.target.set:TESTNAME=jvm98},			\
    1.67 +    ${jprt.my.test.target.set:TESTNAME=scimark}
    1.68 +
    1.69 +# Default jdk test targets (testset=default)
    1.70 +jprt.make.rule.default.test.targets=				\
    1.71 +    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
    1.72 +    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
    1.73 +    ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
    1.74 +    ${jprt.my.test.target.set:TESTNAME=jdk_util}
    1.75 +    
    1.76 +
    1.77 +# Default vm test targets (testset=core)
    1.78 +jprt.vm.core.test.targets=
    1.79 +
    1.80 +# Core jdk test targets (testset=core)
    1.81 +jprt.make.rule.core.test.targets=                               \
    1.82 +    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
    1.83 +    ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
    1.84 +    ${jprt.my.test.target.set:TESTNAME=jdk_util},               \
    1.85 +    ${jprt.my.test.target.set:TESTNAME=jdk_io},			\
    1.86 +    ${jprt.my.test.target.set:TESTNAME=jdk_net},		\
    1.87 +    ${jprt.my.test.target.set:TESTNAME=jdk_nio},		\
    1.88 +    ${jprt.my.test.target.set:TESTNAME=jdk_security1},		\
    1.89 +    ${jprt.my.test.target.set:TESTNAME=jdk_security2},          \
    1.90 +    ${jprt.my.test.target.set:TESTNAME=jdk_security3},          \
    1.91 +    ${jprt.my.test.target.set:TESTNAME=jdk_rmi},                \
    1.92 +    ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
    1.93 +    ${jprt.my.test.target.set:TESTNAME=jdk_time},               \
    1.94 +    ${jprt.my.test.target.set:TESTNAME=jdk_other},              \
    1.95 +    ${jprt.my.test.target.set:TESTNAME=core_tools}
    1.96 +
    1.97 +# Svc vm test targets (testset=svc)
    1.98 +jprt.vm.svc.test.targets=
    1.99 +
   1.100 +# Core jdk test targets (testset=svc)
   1.101 +jprt.make.rule.svc.test.targets=                                \
   1.102 +    ${jprt.my.test.target.set:TESTNAME=jdk_management},         \
   1.103 +    ${jprt.my.test.target.set:TESTNAME=jdk_instrument},         \
   1.104 +    ${jprt.my.test.target.set:TESTNAME=jdk_jmx},                \
   1.105 +    ${jprt.my.test.target.set:TESTNAME=jdk_jdi},                \
   1.106 +    ${jprt.my.test.target.set:TESTNAME=jdk_jfr},                \
   1.107 +    ${jprt.my.test.target.set:TESTNAME=svc_tools}
   1.108 +
   1.109 +# All vm test targets (testset=all)
   1.110 +jprt.vm.all.test.targets=    					\
   1.111 +    ${jprt.vm.default.test.targets}, 				\
   1.112 +    ${jprt.my.test.target.set:TESTNAME=runThese},		\
   1.113 +    ${jprt.my.test.target.set:TESTNAME=jbb_default}
   1.114 +
   1.115 +# All jdk test targets (testset=all)
   1.116 +jprt.make.rule.all.test.targets=    				\
   1.117 +    ${jprt.make.rule.core.test.targets}, 			\
   1.118 +    ${jprt.make.rule.svc.test.targets},                         \
   1.119 +    ${jprt.my.test.target.set:TESTNAME=jdk_awt},		\
   1.120 +    ${jprt.my.test.target.set:TESTNAME=jdk_beans1},             \
   1.121 +    ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
   1.122 +    ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
   1.123 +    ${jprt.my.test.target.set:TESTNAME=jdk_sound},		\
   1.124 +    ${jprt.my.test.target.set:TESTNAME=jdk_swing}
   1.125 +
   1.126 +# PIT vm test targets (testset=pit)
   1.127 +jprt.vm.pit.test.targets=                                       \
   1.128 +   ${jprt.vm.all.test.targets}
   1.129 +
   1.130 +# PIT jdk test targets (testset=pit)
   1.131 +jprt.make.rule.pit.test.targets=                                \
   1.132 +    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
   1.133 +    ${jprt.make.rule.core.test.targets},                        \
   1.134 +    ${jprt.make.rule.svc.test.targets}
   1.135 +
   1.136 +# JCK test targets in test/Makefile (no windows)
   1.137 +jprt.my.jck.test.target.set=					\
   1.138 +    solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
   1.139 +    solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
   1.140 +    linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
   1.141 +    linux_x64_2.6-product-c2-JCK7TESTRULE
   1.142 +
   1.143 +# JCK testset targets (e.g. jprt submit -testset jck ... )
   1.144 +jprt.make.rule.jck.test.targets=				\
   1.145 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
   1.146 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
   1.147 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
   1.148 +
   1.149 +# Select list to use (allow for testset to be empty too)
   1.150 +jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
   1.151 +jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
   1.152 +jprt.vm..test.targets=${jprt.vm.default.test.targets}
   1.153 +jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
   1.154 +
   1.155 +# Directories to be excluded from the source bundles
   1.156 +jprt.bundle.exclude.src.dirs=build dist webrev
   1.157 +

mercurial