make/jprt.properties

Mon, 12 Dec 2011 08:11:05 -0800

author
ohair
date
Mon, 12 Dec 2011 08:11:05 -0800
changeset 389
9acd7374ff8a
parent 367
b1d357ebf0cb
child 398
0f653ee93477
permissions
-rw-r--r--

7119829: Adjust default jprt testing configuration
Reviewed-by: alanb

duke@2 1 #
ohair@182 2 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
duke@2 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@2 4 #
duke@2 5 # This code is free software; you can redistribute it and/or modify it
duke@2 6 # under the terms of the GNU General Public License version 2 only, as
ohair@182 7 # published by the Free Software Foundation. Oracle designates this
duke@2 8 # particular file as subject to the "Classpath" exception as provided
ohair@182 9 # by Oracle in the LICENSE file that accompanied this code.
duke@2 10 #
duke@2 11 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@2 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@2 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@2 14 # version 2 for more details (a copy is included in the LICENSE file that
duke@2 15 # accompanied this code).
duke@2 16 #
duke@2 17 # You should have received a copy of the GNU General Public License version
duke@2 18 # 2 along with this work; if not, write to the Free Software Foundation,
duke@2 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@2 20 #
ohair@182 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@182 22 # or visit www.oracle.com if you need additional information or have any
ohair@182 23 # questions.
duke@2 24 #
duke@2 25
duke@2 26 # Properties for jprt
duke@2 27
ohair@389 28 # Locked down to jdk8
ohair@356 29 jprt.tools.default.release=jdk8
duke@2 30
ohair@208 31 # The different build flavors we want, we override here so we just get these 2
duke@2 32 jprt.build.flavors=product,fastdebug
duke@2 33
ohair@225 34 # Standard list of jprt build targets for this source tree
ohair@225 35 jprt.build.targets= \
ohair@225 36 solaris_sparc_5.10-{product|fastdebug}, \
ohair@225 37 solaris_sparcv9_5.10-{product|fastdebug}, \
ohair@225 38 solaris_i586_5.10-{product|fastdebug}, \
ohair@225 39 solaris_x64_5.10-{product|fastdebug}, \
ohair@225 40 linux_i586_2.6-{product|fastdebug}, \
ohair@225 41 linux_x64_2.6-{product|fastdebug}, \
ohair@356 42 windows_i586_5.1-{product|fastdebug}, \
ohair@225 43 windows_x64_5.2-{product|fastdebug}
ohair@159 44
ohair@225 45 # User can select the test set with jprt submit "-testset name" option
ohair@225 46 jprt.my.test.set=${jprt.test.set}
ohair@225 47
ohair@389 48 # Test target list (no fastdebug & limited c2 testing)
ohair@389 49 jprt.my.test.target.set= \
ohair@389 50 solaris_sparc_5.10-product-c1-TESTNAME, \
ohair@389 51 solaris_sparcv9_5.10-product-c2-TESTNAME, \
ohair@389 52 solaris_i586_5.10-product-c1-TESTNAME, \
ohair@389 53 solaris_x64_5.10-product-c2-TESTNAME, \
ohair@389 54 linux_i586_2.6-product-{c1|c2}-TESTNAME, \
ohair@389 55 linux_x64_2.6-product-c2-TESTNAME, \
ohair@389 56 windows_i586_5.1-product-c1-TESTNAME, \
ohair@389 57 windows_x64_5.2-product-c2-TESTNAME
ohair@389 58
ohair@389 59 # Default vm test targets (testset=default)
ohair@225 60 jprt.vm.default.test.targets= \
ohair@389 61 ${jprt.my.test.target.set:TESTNAME=jvm98}, \
ohair@389 62 ${jprt.my.test.target.set:TESTNAME=scimark}
ohair@225 63
ohair@389 64 # Default jdk test targets (testset=default)
ohair@225 65 jprt.make.rule.default.test.targets= \
ohair@389 66 ${jprt.my.test.target.set:TESTNAME=langtools_jtreg}, \
ohair@389 67 ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \
ohair@389 68 ${jprt.my.test.target.set:TESTNAME=jdk_io}, \
ohair@389 69 ${jprt.my.test.target.set:TESTNAME=jdk_lang}, \
ohair@389 70 ${jprt.my.test.target.set:TESTNAME=jdk_math}, \
ohair@389 71 ${jprt.my.test.target.set:TESTNAME=jdk_misc}, \
ohair@389 72 ${jprt.my.test.target.set:TESTNAME=jdk_net}, \
ohair@389 73 ${jprt.my.test.target.set:TESTNAME=jdk_nio1}, \
ohair@389 74 ${jprt.my.test.target.set:TESTNAME=jdk_nio2}, \
ohair@389 75 ${jprt.my.test.target.set:TESTNAME=jdk_nio3}, \
ohair@389 76 ${jprt.my.test.target.set:TESTNAME=jdk_security1}, \
ohair@389 77 ${jprt.my.test.target.set:TESTNAME=jdk_text}, \
ohair@389 78 ${jprt.my.test.target.set:TESTNAME=jdk_util}
ohair@225 79
ohair@389 80 # All vm test targets (testset=all)
ohair@225 81 jprt.vm.all.test.targets= \
ohair@389 82 ${jprt.vm.default.test.targets}, \
ohair@389 83 ${jprt.my.test.target.set:TESTNAME=runThese}, \
ohair@389 84 ${jprt.my.test.target.set:TESTNAME=jbb_default}
ohair@225 85
ohair@389 86 # All jdk test targets (testset=all)
ohair@225 87 jprt.make.rule.all.test.targets= \
ohair@389 88 ${jprt.make.rule.default.test.targets}, \
ohair@389 89 ${jprt.my.test.target.set:TESTNAME=jdk_awt}, \
ohair@389 90 ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \
ohair@389 91 ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \
ohair@389 92 ${jprt.my.test.target.set:TESTNAME=jdk_management1}, \
ohair@389 93 ${jprt.my.test.target.set:TESTNAME=jdk_management2}, \
ohair@389 94 ${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \
ohair@389 95 ${jprt.my.test.target.set:TESTNAME=jdk_security2}, \
ohair@389 96 ${jprt.my.test.target.set:TESTNAME=jdk_security3}, \
ohair@389 97 ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \
ohair@389 98 ${jprt.my.test.target.set:TESTNAME=jdk_swing}, \
ohair@389 99 ${jprt.my.test.target.set:TESTNAME=jdk_tools1}, \
ohair@389 100 ${jprt.my.test.target.set:TESTNAME=jdk_tools2}
ohair@225 101
ohair@389 102 # JCK test targets in test/Makefile (no windows)
ohair@327 103 jprt.my.jck.test.target.set= \
ohair@327 104 solaris_sparc_5.10-product-c1-JCK7TESTRULE, \
ohair@327 105 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \
ohair@327 106 solaris_i586_5.10-product-c1-JCK7TESTRULE, \
ohair@327 107 solaris_x64_5.10-product-c2-JCK7TESTRULE, \
ohair@327 108 linux_i586_2.6-product-c1-JCK7TESTRULE, \
ohair@327 109 linux_x64_2.6-product-c2-JCK7TESTRULE
ohair@327 110
ohair@327 111 # JCK testset targets (e.g. jprt submit -testset jck ... )
ohair@327 112 jprt.make.rule.jck.test.targets= \
ohair@327 113 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \
ohair@327 114 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \
ohair@327 115 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
ohair@327 116
ohair@225 117 # Select list to use (allow for testset to be empty too)
ohair@389 118 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
ohair@389 119 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
ohair@389 120 jprt.vm..test.targets=${jprt.vm.default.test.targets}
ohair@389 121 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
ohair@159 122
ohair@208 123 # Directories to be excluded from the source bundles
ohair@159 124 jprt.bundle.exclude.src.dirs=build dist webrev
ohair@159 125

mercurial