make/jprt.properties

Thu, 03 Sep 2009 19:21:55 -0700

author
jcoomes
date
Thu, 03 Sep 2009 19:21:55 -0700
changeset 1379
b1f5ced5da21
parent 1326
703065c670fa
child 1847
731bcbe3c9c4
permissions
-rw-r--r--

6879076: disable jprt sync after builds are done
Reviewed-by: kamg, dholmes

duke@435 1 #
xdono@1279 2 # Copyright 2006-2009 Sun Microsystems, Inc. All Rights Reserved.
duke@435 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@435 4 #
duke@435 5 # This code is free software; you can redistribute it and/or modify it
duke@435 6 # under the terms of the GNU General Public License version 2 only, as
duke@435 7 # published by the Free Software Foundation.
duke@435 8 #
duke@435 9 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@435 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@435 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@435 12 # version 2 for more details (a copy is included in the LICENSE file that
duke@435 13 # accompanied this code).
duke@435 14 #
duke@435 15 # You should have received a copy of the GNU General Public License version
duke@435 16 # 2 along with this work; if not, write to the Free Software Foundation,
duke@435 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@435 18 #
duke@435 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
duke@435 20 # CA 95054 USA or visit www.sun.com if you need additional information or
duke@435 21 # have any questions.
iveresov@1067 22 #
duke@435 23 #
duke@435 24
duke@435 25 # Properties for jprt
duke@435 26
iveresov@1067 27 # All build result bundles are full jdks, so the 64bit testing does not
ohair@594 28 # need the 32bit sibling bundle installed.
ohair@594 29 # Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
ohair@594 30 # when bundling 64bit, and stripped out the 64bit files from any 32bit
ohair@594 31 # bundles, then this setting would be need to be "true".
duke@435 32
ohair@594 33 jprt.need.sibling.build=false
duke@435 34
ohair@594 35 # At submit time, the release supplied will be in jprt.submit.release
ohair@594 36 # and will be one of the official release names defined in jprt.
ohair@594 37 # jprt supports property value expansion using ${property.name} syntax.
kamg@526 38
ohair@594 39 # This tells jprt what default release we want to build
kamg@526 40
ohair@594 41 jprt.tools.default.release=${jprt.submit.release}
duke@435 42
jcoomes@1379 43 # Disable syncing the source after builds and tests are done.
jcoomes@1379 44
jcoomes@1379 45 jprt.sync.push=false
jcoomes@1379 46
ohair@594 47 # Define the Solaris platforms we want for the various releases
duke@435 48
ohair@594 49 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
ohair@594 50 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
ohair@594 51 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
ohair@594 52 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
trims@1154 53 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
ohair@594 54 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 55
ohair@594 56 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
ohair@594 57 jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
ohair@594 58 jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
ohair@594 59 jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
trims@1154 60 jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
ohair@594 61 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 62
ohair@594 63 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
ohair@594 64 jprt.my.solaris.i586.jdk6=solaris_i586_5.8
ohair@594 65 jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
ohair@594 66 jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
trims@1154 67 jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
ohair@594 68 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 69
ohair@594 70 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
ohair@594 71 jprt.my.solaris.x64.jdk6=solaris_x64_5.10
ohair@594 72 jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
ohair@594 73 jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
trims@1154 74 jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
ohair@594 75 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 76
ohair@1175 77 jprt.my.linux.i586.jdk7=linux_i586_2.6
ohair@1175 78 jprt.my.linux.i586.jdk6=linux_i586_2.4
ohair@1175 79 jprt.my.linux.i586.jdk6perf=linux_i586_2.4
ohair@1175 80 jprt.my.linux.i586.jdk6u10=linux_i586_2.4
ohair@1175 81 jprt.my.linux.i586.jdk6u14=linux_i586_2.4
ohair@1175 82 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 83
ohair@1175 84 jprt.my.linux.x64.jdk7=linux_x64_2.6
ohair@1175 85 jprt.my.linux.x64.jdk6=linux_x64_2.4
ohair@1175 86 jprt.my.linux.x64.jdk6perf=linux_x64_2.4
ohair@1175 87 jprt.my.linux.x64.jdk6u10=linux_x64_2.4
ohair@1175 88 jprt.my.linux.x64.jdk6u14=linux_x64_2.4
ohair@1175 89 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 90
ohair@1175 91 jprt.my.windows.i586.jdk7=windows_i586_5.0
ohair@1175 92 jprt.my.windows.i586.jdk6=windows_i586_5.0
ohair@1175 93 jprt.my.windows.i586.jdk6perf=windows_i586_5.0
ohair@1175 94 jprt.my.windows.i586.jdk6u10=windows_i586_5.0
ohair@1175 95 jprt.my.windows.i586.jdk6u14=windows_i586_5.0
ohair@1175 96 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 97
ohair@1175 98 jprt.my.windows.x64.jdk7=windows_x64_5.2
ohair@1175 99 jprt.my.windows.x64.jdk6=windows_x64_5.2
ohair@1175 100 jprt.my.windows.x64.jdk6perf=windows_x64_5.2
ohair@1175 101 jprt.my.windows.x64.jdk6u10=windows_x64_5.2
ohair@1175 102 jprt.my.windows.x64.jdk6u14=windows_x64_5.2
ohair@1175 103 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 104
ohair@594 105 # Standard list of jprt build targets for this source tree
ohair@594 106
ohair@594 107 jprt.build.targets= \
ohair@594 108 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
ohair@594 109 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
ohair@594 110 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
ohair@594 111 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
ohair@594 112 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
ohair@594 113 ${jprt.my.linux.x64}-{product|fastdebug}, \
ohair@594 114 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
ohair@594 115 ${jprt.my.windows.x64}-{product|fastdebug|debug}
ohair@594 116
ohair@594 117 # Subset lists of test targets for this source tree
ohair@594 118
ohair@594 119 jprt.my.solaris.sparc.test.targets= \
ohair@594 120 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 121 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 122 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 123 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 124 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 125 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 126 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 127 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 128 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 129 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 130 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 131 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
ohair@594 132 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 133 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 134 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 135 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 136 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 137 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
ohair@594 138 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 139 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 140 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 141 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 142 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 143 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 144
ohair@594 145 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 146 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
ohair@594 147 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 148 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 149 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 150 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 151 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 152 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 153 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 154 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 155 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 156 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 157 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 158 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 159 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 160 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 161 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 162 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 163 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
ohair@594 164 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 165 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 166 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 167 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 168 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 169
ohair@594 170 jprt.my.solaris.x64.test.targets= \
ohair@594 171 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 172 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 173 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 174 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 175 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 176 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 177 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 178 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 179 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 180 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 181 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 182 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 183 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 184 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 185 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 186 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 187 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 188 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 189 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 190 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 191 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 192 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 193 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 194 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 195
ohair@594 196 jprt.my.solaris.i586.test.targets= \
ohair@594 197 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 198 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 199 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 200 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 201 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 202 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
ohair@594 203 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 204 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 205 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 206 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 207 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 208 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 209 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
ohair@594 210 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 211 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 212 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 213 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 214 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 215 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 216 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
ohair@594 217 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 218 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 219 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 220 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 221 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 222 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
ohair@594 223 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
ohair@594 224 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 225 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 226 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 227 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 228
ohair@594 229 jprt.my.linux.i586.test.targets = \
ohair@594 230 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 231 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 232 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 233 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 234 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 235 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 236 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 237 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 238 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 239 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 240 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 241 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 242 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 243 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 244 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 245 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 246 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 247 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 248 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 249 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
ohair@594 250 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 251 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 252 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 253 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 254
ohair@594 255 jprt.my.linux.x64.test.targets = \
ohair@594 256 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 257 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 258 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 259 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 260 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 261 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 262 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 263 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 264 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 265 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 266 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 267 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 268 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 269 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 270 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 271 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 272 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 273 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 274 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 275 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 276
ohair@594 277 jprt.my.windows.i586.test.targets = \
ohair@594 278 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 279 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 280 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 281 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 282 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 283 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 284 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 285 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 286 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 287 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 288 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 289 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 290 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 291 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 292 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 293 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 294 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 295 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 296 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 297 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 298 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 299 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 300 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 301 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 302
ohair@594 303 jprt.my.windows.x64.test.targets = \
ohair@594 304 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 305 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 306 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 307 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 308 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 309 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 310 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 311 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 312 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 313 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 314 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 315 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 316 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 317 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 318 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 319 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 320 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 321 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 322 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 323 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 324 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 325 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 326
ohair@594 327 # The complete list of test targets for jprt
ohair@594 328
ohair@594 329 jprt.test.targets = \
ohair@594 330 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 331 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 332 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 333 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 334 ${jprt.my.linux.i586.test.targets}, \
ohair@594 335 ${jprt.my.linux.x64.test.targets}, \
ohair@594 336 ${jprt.my.windows.i586.test.targets}, \
ohair@594 337 ${jprt.my.windows.x64.test.targets}
ohair@594 338
ohair@763 339 # The default test/Makefile targets that should be run
ohair@763 340
ohair@763 341 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 342
ohair@1216 343 jprt.make.rule.test.targets = \
ohair@1216 344 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 345 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 346 ${jprt.my.linux.i586}-*-c1-clienttest, \
ohair@1216 347 ${jprt.my.windows.i586}-*-c1-clienttest, \
ohair@1216 348 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 349 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 350 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 351 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 352 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 353 ${jprt.my.linux.x64}-*-c2-servertest, \
ohair@1216 354 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 355 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 356

mercurial