make/jprt.properties

Tue, 07 Sep 2010 11:50:59 -0400

author
kamg
date
Tue, 07 Sep 2010 11:50:59 -0400
changeset 2126
07551f490c76
parent 1907
c18cbe5936b8
child 2135
432d823638f7
permissions
-rw-r--r--

6982851: Add b107 machine classifications to jprt.properties file.
Summary: See synopsis
Reviewed-by: ohair

duke@435 1 #
trims@1907 2 # Copyright (c) 2006, 2009, Oracle and/or its affiliates. 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 #
trims@1907 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
trims@1907 20 # or visit www.oracle.com if you need additional information or have any
trims@1907 21 # 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
kamg@2126 50 jprt.my.solaris.sparc.jdk7b107=solaris_sparc_5.10
ohair@594 51 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
ohair@594 52 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
ohair@594 53 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
trims@1154 54 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
trims@1847 55 jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8
trims@1847 56 jprt.my.solaris.sparc.jdk6u20=solaris_sparc_5.8
ohair@594 57 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 58
ohair@594 59 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
kamg@2126 60 jprt.my.solaris.sparcv9.jdk7b107=solaris_sparcv9_5.10
ohair@594 61 jprt.my.solaris.sparcv9.jdk6=solaris_sparcv9_5.8
ohair@594 62 jprt.my.solaris.sparcv9.jdk6perf=solaris_sparcv9_5.8
ohair@594 63 jprt.my.solaris.sparcv9.jdk6u10=solaris_sparcv9_5.8
trims@1154 64 jprt.my.solaris.sparcv9.jdk6u14=solaris_sparcv9_5.8
trims@1847 65 jprt.my.solaris.sparcv9.jdk6u18=solaris_sparcv9_5.8
trims@1847 66 jprt.my.solaris.sparcv9.jdk6u20=solaris_sparcv9_5.8
ohair@594 67 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 68
ohair@594 69 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
kamg@2126 70 jprt.my.solaris.i586.jdk7b107=solaris_i586_5.10
ohair@594 71 jprt.my.solaris.i586.jdk6=solaris_i586_5.8
ohair@594 72 jprt.my.solaris.i586.jdk6perf=solaris_i586_5.8
ohair@594 73 jprt.my.solaris.i586.jdk6u10=solaris_i586_5.8
trims@1154 74 jprt.my.solaris.i586.jdk6u14=solaris_i586_5.8
trims@1847 75 jprt.my.solaris.i586.jdk6u18=solaris_i586_5.8
trims@1847 76 jprt.my.solaris.i586.jdk6u20=solaris_i586_5.8
ohair@594 77 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 78
ohair@594 79 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
kamg@2126 80 jprt.my.solaris.x64.jdk7b107=solaris_x64_5.10
ohair@594 81 jprt.my.solaris.x64.jdk6=solaris_x64_5.10
ohair@594 82 jprt.my.solaris.x64.jdk6perf=solaris_x64_5.10
ohair@594 83 jprt.my.solaris.x64.jdk6u10=solaris_x64_5.10
trims@1154 84 jprt.my.solaris.x64.jdk6u14=solaris_x64_5.10
trims@1847 85 jprt.my.solaris.x64.jdk6u18=solaris_x64_5.10
trims@1847 86 jprt.my.solaris.x64.jdk6u20=solaris_x64_5.10
ohair@594 87 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 88
ohair@1175 89 jprt.my.linux.i586.jdk7=linux_i586_2.6
kamg@2126 90 jprt.my.linux.i586.jdk7b107=linux_i586_2.6
ohair@1175 91 jprt.my.linux.i586.jdk6=linux_i586_2.4
ohair@1175 92 jprt.my.linux.i586.jdk6perf=linux_i586_2.4
ohair@1175 93 jprt.my.linux.i586.jdk6u10=linux_i586_2.4
ohair@1175 94 jprt.my.linux.i586.jdk6u14=linux_i586_2.4
trims@1847 95 jprt.my.linux.i586.jdk6u18=linux_i586_2.4
trims@1847 96 jprt.my.linux.i586.jdk6u20=linux_i586_2.4
ohair@1175 97 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 98
ohair@1175 99 jprt.my.linux.x64.jdk7=linux_x64_2.6
kamg@2126 100 jprt.my.linux.x64.jdk7b107=linux_x64_2.6
ohair@1175 101 jprt.my.linux.x64.jdk6=linux_x64_2.4
ohair@1175 102 jprt.my.linux.x64.jdk6perf=linux_x64_2.4
ohair@1175 103 jprt.my.linux.x64.jdk6u10=linux_x64_2.4
ohair@1175 104 jprt.my.linux.x64.jdk6u14=linux_x64_2.4
trims@1847 105 jprt.my.linux.x64.jdk6u18=linux_x64_2.4
trims@1847 106 jprt.my.linux.x64.jdk6u20=linux_x64_2.4
ohair@1175 107 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 108
ohair@1175 109 jprt.my.windows.i586.jdk7=windows_i586_5.0
kamg@2126 110 jprt.my.windows.i586.jdk7b107=windows_i586_5.0
ohair@1175 111 jprt.my.windows.i586.jdk6=windows_i586_5.0
ohair@1175 112 jprt.my.windows.i586.jdk6perf=windows_i586_5.0
ohair@1175 113 jprt.my.windows.i586.jdk6u10=windows_i586_5.0
ohair@1175 114 jprt.my.windows.i586.jdk6u14=windows_i586_5.0
trims@1847 115 jprt.my.windows.i586.jdk6u18=windows_i586_5.0
trims@1847 116 jprt.my.windows.i586.jdk6u20=windows_i586_5.0
ohair@1175 117 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 118
ohair@1175 119 jprt.my.windows.x64.jdk7=windows_x64_5.2
kamg@2126 120 jprt.my.windows.x64.jdk7b107=windows_x64_5.2
ohair@1175 121 jprt.my.windows.x64.jdk6=windows_x64_5.2
ohair@1175 122 jprt.my.windows.x64.jdk6perf=windows_x64_5.2
ohair@1175 123 jprt.my.windows.x64.jdk6u10=windows_x64_5.2
ohair@1175 124 jprt.my.windows.x64.jdk6u14=windows_x64_5.2
trims@1847 125 jprt.my.windows.x64.jdk6u18=windows_x64_5.2
trims@1847 126 jprt.my.windows.x64.jdk6u20=windows_x64_5.2
ohair@1175 127 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 128
ohair@594 129 # Standard list of jprt build targets for this source tree
ohair@594 130
ohair@594 131 jprt.build.targets= \
ohair@594 132 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
ohair@594 133 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
ohair@594 134 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
ohair@594 135 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
ohair@594 136 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
ohair@594 137 ${jprt.my.linux.x64}-{product|fastdebug}, \
ohair@594 138 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
ohair@594 139 ${jprt.my.windows.x64}-{product|fastdebug|debug}
ohair@594 140
ohair@594 141 # Subset lists of test targets for this source tree
ohair@594 142
ohair@594 143 jprt.my.solaris.sparc.test.targets= \
ohair@594 144 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 145 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 146 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 147 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 148 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 149 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 150 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 151 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 152 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 153 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 154 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 155 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
ohair@594 156 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 157 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 158 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 159 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 160 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 161 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
ohair@594 162 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 163 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 164 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 165 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 166 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 167 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 168
ohair@594 169 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 170 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
ohair@594 171 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 172 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 173 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 174 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 175 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 176 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 177 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 178 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 179 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 180 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 181 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 182 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 183 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 184 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 185 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 186 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 187 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
ohair@594 188 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 189 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 190 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 191 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 192 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 193
ohair@594 194 jprt.my.solaris.x64.test.targets= \
ohair@594 195 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 196 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 197 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 198 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 199 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 200 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 201 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 202 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 203 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 204 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 205 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 206 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 207 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 208 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 209 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 210 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 211 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 212 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 213 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 214 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 215 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 216 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 217 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 218 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 219
ohair@594 220 jprt.my.solaris.i586.test.targets= \
ohair@594 221 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 222 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 223 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 224 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 225 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 226 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
ohair@594 227 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 228 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 229 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 230 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 231 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 232 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 233 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
ohair@594 234 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 235 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 236 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 237 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 238 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 239 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 240 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
ohair@594 241 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 242 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 243 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 244 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 245 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 246 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
ohair@594 247 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
ohair@594 248 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 249 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 250 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 251 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 252
ohair@594 253 jprt.my.linux.i586.test.targets = \
ohair@594 254 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 255 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 256 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 257 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 258 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 259 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 260 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 261 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 262 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 263 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 264 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 265 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 266 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 267 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 268 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 269 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 270 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 271 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 272 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 273 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
ohair@594 274 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 275 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 276 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 277 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 278
ohair@594 279 jprt.my.linux.x64.test.targets = \
ohair@594 280 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 281 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 282 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 283 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 284 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 285 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 286 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 287 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 288 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 289 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 290 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 291 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 292 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 293 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 294 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 295 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 296 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 297 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 298 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 299 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 300
ohair@594 301 jprt.my.windows.i586.test.targets = \
ohair@594 302 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
ohair@594 303 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 304 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 305 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 306 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 307 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 308 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 309 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 310 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 311 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 312 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 313 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 314 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 315 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 316 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 317 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 318 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 319 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 320 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 321 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
ohair@594 322 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 323 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 324 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 325 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 326
ohair@594 327 jprt.my.windows.x64.test.targets = \
ohair@594 328 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
ohair@594 329 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 330 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 331 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 332 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 333 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 334 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 335 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 336 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 337 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 338 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 339 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 340 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 341 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 342 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 343 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 344 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 345 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
ohair@594 346 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 347 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 348 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 349 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 350
ohair@594 351 # The complete list of test targets for jprt
ohair@594 352
ohair@594 353 jprt.test.targets = \
ohair@594 354 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 355 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 356 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 357 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 358 ${jprt.my.linux.i586.test.targets}, \
ohair@594 359 ${jprt.my.linux.x64.test.targets}, \
ohair@594 360 ${jprt.my.windows.i586.test.targets}, \
ohair@594 361 ${jprt.my.windows.x64.test.targets}
ohair@594 362
ohair@763 363 # The default test/Makefile targets that should be run
ohair@763 364
ohair@763 365 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 366
ohair@1216 367 jprt.make.rule.test.targets = \
ohair@1216 368 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 369 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 370 ${jprt.my.linux.i586}-*-c1-clienttest, \
ohair@1216 371 ${jprt.my.windows.i586}-*-c1-clienttest, \
ohair@1216 372 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 373 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 374 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 375 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 376 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 377 ${jprt.my.linux.x64}-*-c2-servertest, \
ohair@1216 378 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 379 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 380

mercurial