make/jprt.properties

Tue, 02 Apr 2013 13:59:30 +0100

author
andrew
date
Tue, 02 Apr 2013 13:59:30 +0100
changeset 664
15c1642967c9
parent 595
8209c91b751d
child 804
91f47e8da5c6
permissions
-rw-r--r--

8009988: build-infra: Fix configure output for zip debuginfo check
Summary: No output from zip debuginfo option when default is used.
Reviewed-by: tbell

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@570 31 # Unix toolkit to use for building on windows
ohair@570 32 jprt.windows.jdk8.build.unix.toolkit=cygwin
ohair@570 33
ohair@208 34 # The different build flavors we want, we override here so we just get these 2
duke@2 35 jprt.build.flavors=product,fastdebug
duke@2 36
ohair@225 37 # Standard list of jprt build targets for this source tree
ohair@225 38 jprt.build.targets= \
ohair@225 39 solaris_sparc_5.10-{product|fastdebug}, \
ohair@225 40 solaris_sparcv9_5.10-{product|fastdebug}, \
ohair@225 41 solaris_i586_5.10-{product|fastdebug}, \
ohair@225 42 solaris_x64_5.10-{product|fastdebug}, \
ohair@225 43 linux_i586_2.6-{product|fastdebug}, \
ohair@225 44 linux_x64_2.6-{product|fastdebug}, \
michaelm@414 45 macosx_x64_10.7-{product|fastdebug}, \
ohair@356 46 windows_i586_5.1-{product|fastdebug}, \
ohair@225 47 windows_x64_5.2-{product|fastdebug}
ohair@159 48
ohair@225 49 # User can select the test set with jprt submit "-testset name" option
ohair@225 50 jprt.my.test.set=${jprt.test.set}
ohair@225 51
ohair@389 52 # Test target list (no fastdebug & limited c2 testing)
ohair@389 53 jprt.my.test.target.set= \
ohair@389 54 solaris_sparc_5.10-product-c1-TESTNAME, \
ohair@389 55 solaris_sparcv9_5.10-product-c2-TESTNAME, \
ohair@389 56 solaris_i586_5.10-product-c1-TESTNAME, \
ohair@389 57 solaris_x64_5.10-product-c2-TESTNAME, \
ohair@389 58 linux_i586_2.6-product-{c1|c2}-TESTNAME, \
ohair@389 59 linux_x64_2.6-product-c2-TESTNAME, \
michaelm@414 60 macosx_x64_10.7-product-c2-TESTNAME, \
ohair@389 61 windows_i586_5.1-product-c1-TESTNAME, \
ohair@389 62 windows_x64_5.2-product-c2-TESTNAME
ohair@389 63
ohair@389 64 # Default vm test targets (testset=default)
ohair@225 65 jprt.vm.default.test.targets= \
ohair@389 66 ${jprt.my.test.target.set:TESTNAME=jvm98}, \
ohair@389 67 ${jprt.my.test.target.set:TESTNAME=scimark}
ohair@225 68
ohair@389 69 # Default jdk test targets (testset=default)
ohair@225 70 jprt.make.rule.default.test.targets= \
alanb@398 71 ${jprt.my.test.target.set:TESTNAME=langtools_jtreg}, \
alanb@398 72 ${jprt.my.test.target.set:TESTNAME=jdk_lang}, \
alanb@398 73 ${jprt.my.test.target.set:TESTNAME=jdk_math}
alanb@398 74
alanb@398 75 # Default vm test targets (testset=core)
alanb@398 76 jprt.vm.core.test.targets= \
alanb@398 77 ${jprt.vm.default.test.targets}
alanb@398 78
alanb@398 79 # Core jdk test targets (testset=core)
alanb@398 80 jprt.make.rule.core.test.targets= \
alanb@398 81 ${jprt.make.rule.default.test.targets}, \
alanb@398 82 ${jprt.my.test.target.set:TESTNAME=jdk_util}, \
ohair@389 83 ${jprt.my.test.target.set:TESTNAME=jdk_io}, \
ohair@389 84 ${jprt.my.test.target.set:TESTNAME=jdk_net}, \
alanb@490 85 ${jprt.my.test.target.set:TESTNAME=jdk_nio}, \
ohair@389 86 ${jprt.my.test.target.set:TESTNAME=jdk_security1}, \
alanb@398 87 ${jprt.my.test.target.set:TESTNAME=jdk_security2}, \
alanb@398 88 ${jprt.my.test.target.set:TESTNAME=jdk_security3}, \
alanb@398 89 ${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \
alanb@490 90 ${jprt.my.test.target.set:TESTNAME=jdk_management}, \
alanb@490 91 ${jprt.my.test.target.set:TESTNAME=jdk_jmx}, \
ohair@389 92 ${jprt.my.test.target.set:TESTNAME=jdk_text}, \
alanb@490 93 ${jprt.my.test.target.set:TESTNAME=jdk_tools}, \
sla@443 94 ${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \
sherman@595 95 ${jprt.my.test.target.set:TESTNAME=jdk_time}, \
alanb@490 96 ${jprt.my.test.target.set:TESTNAME=jdk_other}
ohair@225 97
ohair@389 98 # All vm test targets (testset=all)
ohair@225 99 jprt.vm.all.test.targets= \
ohair@389 100 ${jprt.vm.default.test.targets}, \
ohair@389 101 ${jprt.my.test.target.set:TESTNAME=runThese}, \
ohair@389 102 ${jprt.my.test.target.set:TESTNAME=jbb_default}
ohair@225 103
ohair@389 104 # All jdk test targets (testset=all)
ohair@225 105 jprt.make.rule.all.test.targets= \
alanb@398 106 ${jprt.make.rule.core.test.targets}, \
ohair@389 107 ${jprt.my.test.target.set:TESTNAME=jdk_awt}, \
alanb@398 108 ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \
ohair@389 109 ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \
ohair@389 110 ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \
smarks@528 111 ${jprt.my.test.target.set:TESTNAME=jdk_jdi}, \
ohair@389 112 ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \
alanb@398 113 ${jprt.my.test.target.set:TESTNAME=jdk_swing}
ohair@225 114
ohair@389 115 # JCK test targets in test/Makefile (no windows)
ohair@327 116 jprt.my.jck.test.target.set= \
ohair@327 117 solaris_sparc_5.10-product-c1-JCK7TESTRULE, \
ohair@327 118 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \
ohair@327 119 solaris_i586_5.10-product-c1-JCK7TESTRULE, \
ohair@327 120 solaris_x64_5.10-product-c2-JCK7TESTRULE, \
ohair@327 121 linux_i586_2.6-product-c1-JCK7TESTRULE, \
ohair@327 122 linux_x64_2.6-product-c2-JCK7TESTRULE
ohair@327 123
ohair@327 124 # JCK testset targets (e.g. jprt submit -testset jck ... )
ohair@327 125 jprt.make.rule.jck.test.targets= \
ohair@327 126 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \
ohair@327 127 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \
ohair@327 128 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
ohair@327 129
ohair@225 130 # Select list to use (allow for testset to be empty too)
ohair@389 131 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
ohair@389 132 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
ohair@389 133 jprt.vm..test.targets=${jprt.vm.default.test.targets}
ohair@389 134 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
ohair@159 135
ohair@208 136 # Directories to be excluded from the source bundles
ohair@159 137 jprt.bundle.exclude.src.dirs=build dist webrev
ohair@159 138

mercurial