make/jprt.properties

Tue, 19 Nov 2013 14:11:59 +0000

author
alanb
date
Tue, 19 Nov 2013 14:11:59 +0000
changeset 913
9937f406e27e
parent 866
269497597620
child 1129
09eaef69f384
child 1140
6d0ebf545f49
permissions
-rw-r--r--

8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
Reviewed-by: dholmes, sla, tbell

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

mercurial