make/jprt.properties

Wed, 27 Apr 2016 01:39:08 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:39:08 +0800
changeset 0
75a576e87639
child 1133
50aaf272884f
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/
changeset: 1170:d117f01bfb4f
tag: jdk8u25-b17

     1 #
     2 # Copyright (c) 2006, 2013, 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 #
    26 # Properties for jprt
    28 # The current release name
    29 my.jdk.update.version=25
    30 jprt.tools.default.release=jdk8u${my.jdk.update.version}
    32 # Unix toolkit to use for building on windows
    33 jprt.windows.jdk8.build.unix.toolkit=cygwin
    35 # The different build flavors we want, we override here so we just get these 2
    36 jprt.build.flavors=product,fastdebug
    38 # Standard list of jprt build targets for this source tree
    39 jprt.build.targets= 						\
    40     solaris_sparcv9_5.10-{product|fastdebug}, 			\
    41     solaris_x64_5.10-{product|fastdebug}, 			\
    42     linux_i586_2.6-{product|fastdebug}, 			\
    43     linux_x64_2.6-{product|fastdebug}, 				\
    44     macosx_x64_10.7-{product|fastdebug}, 			\
    45     windows_i586_6.1-{product|fastdebug}, 			\
    46     windows_x64_6.1-{product|fastdebug}
    48 # User can select the test set with jprt submit "-testset name" option
    49 jprt.my.test.set=${jprt.test.set}
    51 # Test target list (no fastdebug & limited c2 testing)
    52 jprt.my.test.target.set= \
    53     solaris_sparcv9_5.10-product-c2-TESTNAME, 			\
    54     solaris_x64_5.10-product-c2-TESTNAME, 			\
    55     linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
    56     linux_x64_2.6-product-c2-TESTNAME, 				\
    57     macosx_x64_10.7-product-c2-TESTNAME, 			\
    58     windows_i586_6.1-product-c1-TESTNAME, 			\
    59     windows_x64_6.1-product-c2-TESTNAME
    61 # Default vm test targets (testset=default)
    62 jprt.vm.default.test.targets=              			\
    63     ${jprt.my.test.target.set:TESTNAME=jvm98},			\
    64     ${jprt.my.test.target.set:TESTNAME=scimark}
    66 # Default jdk test targets (testset=default)
    67 jprt.make.rule.default.test.targets=				\
    68     ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
    69     ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
    70     ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
    71     ${jprt.my.test.target.set:TESTNAME=jdk_util}
    74 # Default vm test targets (testset=core)
    75 jprt.vm.core.test.targets=
    77 # Core jdk test targets (testset=core)
    78 jprt.make.rule.core.test.targets=                               \
    79     ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
    80     ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
    81     ${jprt.my.test.target.set:TESTNAME=jdk_util},               \
    82     ${jprt.my.test.target.set:TESTNAME=jdk_io},			\
    83     ${jprt.my.test.target.set:TESTNAME=jdk_net},		\
    84     ${jprt.my.test.target.set:TESTNAME=jdk_nio},		\
    85     ${jprt.my.test.target.set:TESTNAME=jdk_security1},		\
    86     ${jprt.my.test.target.set:TESTNAME=jdk_security2},          \
    87     ${jprt.my.test.target.set:TESTNAME=jdk_security3},          \
    88     ${jprt.my.test.target.set:TESTNAME=jdk_rmi},                \
    89     ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
    90     ${jprt.my.test.target.set:TESTNAME=jdk_time},               \
    91     ${jprt.my.test.target.set:TESTNAME=jdk_other},              \
    92     ${jprt.my.test.target.set:TESTNAME=core_tools}
    94 # Svc vm test targets (testset=svc)
    95 jprt.vm.svc.test.targets=
    97 # Core jdk test targets (testset=svc)
    98 jprt.make.rule.svc.test.targets=                                \
    99     ${jprt.my.test.target.set:TESTNAME=jdk_management},         \
   100     ${jprt.my.test.target.set:TESTNAME=jdk_instrument},         \
   101     ${jprt.my.test.target.set:TESTNAME=jdk_jmx},                \
   102     ${jprt.my.test.target.set:TESTNAME=jdk_jdi},                \
   103     ${jprt.my.test.target.set:TESTNAME=jdk_jfr},                \
   104     ${jprt.my.test.target.set:TESTNAME=svc_tools}
   106 # All vm test targets (testset=all)
   107 jprt.vm.all.test.targets=    					\
   108     ${jprt.vm.default.test.targets}, 				\
   109     ${jprt.my.test.target.set:TESTNAME=runThese},		\
   110     ${jprt.my.test.target.set:TESTNAME=jbb_default}
   112 # All jdk test targets (testset=all)
   113 jprt.make.rule.all.test.targets=    				\
   114     ${jprt.make.rule.core.test.targets}, 			\
   115     ${jprt.make.rule.svc.test.targets},                         \
   116     ${jprt.my.test.target.set:TESTNAME=jdk_awt},		\
   117     ${jprt.my.test.target.set:TESTNAME=jdk_beans1},             \
   118     ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
   119     ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
   120     ${jprt.my.test.target.set:TESTNAME=jdk_sound},		\
   121     ${jprt.my.test.target.set:TESTNAME=jdk_swing}
   123 # PIT vm test targets (testset=pit)
   124 jprt.vm.pit.test.targets=                                       \
   125    ${jprt.vm.all.test.targets}
   127 # PIT jdk test targets (testset=pit)
   128 jprt.make.rule.pit.test.targets=                                \
   129     ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
   130     ${jprt.make.rule.core.test.targets},                        \
   131     ${jprt.make.rule.svc.test.targets}
   133 # JCK test targets in test/Makefile (no windows)
   134 jprt.my.jck.test.target.set=					\
   135     solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
   136     solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
   137     linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
   138     linux_x64_2.6-product-c2-JCK7TESTRULE
   140 # JCK testset targets (e.g. jprt submit -testset jck ... )
   141 jprt.make.rule.jck.test.targets=				\
   142     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
   143     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
   144     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
   146 # Select list to use (allow for testset to be empty too)
   147 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
   148 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
   149 jprt.vm..test.targets=${jprt.vm.default.test.targets}
   150 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
   152 # Directories to be excluded from the source bundles
   153 jprt.bundle.exclude.src.dirs=build dist webrev

mercurial