make/jprt.properties

Thu, 23 Feb 2012 14:58:35 +0100

author
mgerdin
date
Thu, 23 Feb 2012 14:58:35 +0100
changeset 3619
2d503de963b3
parent 3550
a9831b955a0a
child 3621
e4624321d36a
permissions
-rw-r--r--

7148152: Add whitebox testing API to HotSpot
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality
Reviewed-by: phh, dholmes

duke@435 1 #
mgerdin@3619 2 # Copyright (c) 2006, 2012, 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
kamg@3550 41 jprt.hotspot.default.release=jdk7
kamg@3550 42
kamg@3550 43 jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}}
duke@435 44
jcoomes@1379 45 # Disable syncing the source after builds and tests are done.
jcoomes@1379 46
jcoomes@1379 47 jprt.sync.push=false
jcoomes@1379 48
bobv@2508 49 # Note: we want both embedded releases and regular releases to build and test
bobv@2508 50 # all platforms so that regressions are not introduced (eg. change to
bobv@2508 51 # common code by SE breaks PPC/ARM; change to common code by SE-E breaks
bobv@2508 52 # sparc etc.
bobv@2508 53
ohair@594 54 # Define the Solaris platforms we want for the various releases
trims@3008 55 jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10
ohair@594 56 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
ohair@594 57 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 58
trims@3008 59 jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10
ohair@594 60 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
ohair@594 61 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 62
trims@3008 63 jprt.my.solaris.i586.jdk8=solaris_i586_5.10
ohair@594 64 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
ohair@594 65 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 66
trims@3008 67 jprt.my.solaris.x64.jdk8=solaris_x64_5.10
ohair@594 68 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
ohair@594 69 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 70
trims@3008 71 jprt.my.linux.i586.jdk8=linux_i586_2.6
ohair@1175 72 jprt.my.linux.i586.jdk7=linux_i586_2.6
ohair@1175 73 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 74
trims@3008 75 jprt.my.linux.x64.jdk8=linux_x64_2.6
ohair@1175 76 jprt.my.linux.x64.jdk7=linux_x64_2.6
ohair@1175 77 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 78
trims@3008 79 jprt.my.linux.ppc.jdk8=linux_ppc_2.6
bobv@2508 80 jprt.my.linux.ppc.jdk7=linux_ppc_2.6
bobv@2508 81 jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}}
bobv@2508 82
trims@3008 83 jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6
bobv@2508 84 jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6
bobv@2508 85 jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}}
bobv@2508 86
trims@3008 87 jprt.my.linux.ppcsflt.jdk8=linux_ppcsflt_2.6
bobv@2508 88 jprt.my.linux.ppcsflt.jdk7=linux_ppcsflt_2.6
bobv@2508 89 jprt.my.linux.ppcsflt=${jprt.my.linux.ppcsflt.${jprt.tools.default.release}}
bobv@2508 90
trims@3008 91 jprt.my.linux.armvfp.jdk8=linux_armvfp_2.6
bobv@2508 92 jprt.my.linux.armvfp.jdk7=linux_armvfp_2.6
bobv@2508 93 jprt.my.linux.armvfp=${jprt.my.linux.armvfp.${jprt.tools.default.release}}
bobv@2508 94
trims@3008 95 jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6
bobv@2508 96 jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6
bobv@2508 97 jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}}
bobv@2508 98
phh@3470 99 jprt.my.macosx.x64.jdk8=macosx_x64_10.7
phh@3470 100 jprt.my.macosx.x64.jdk7=macosx_x64_10.7
phh@3470 101 jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}}
phh@3470 102
trims@3008 103 jprt.my.windows.i586.jdk8=windows_i586_5.1
jcoomes@2135 104 jprt.my.windows.i586.jdk7=windows_i586_5.1
ohair@1175 105 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 106
trims@3008 107 jprt.my.windows.x64.jdk8=windows_x64_5.2
ohair@1175 108 jprt.my.windows.x64.jdk7=windows_x64_5.2
ohair@1175 109 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 110
ohair@594 111 # Standard list of jprt build targets for this source tree
ohair@594 112
bobv@2508 113 jprt.build.targets.standard= \
ohair@594 114 ${jprt.my.solaris.sparc}-{product|fastdebug|debug}, \
ohair@594 115 ${jprt.my.solaris.sparcv9}-{product|fastdebug|debug}, \
ohair@594 116 ${jprt.my.solaris.i586}-{product|fastdebug|debug}, \
ohair@594 117 ${jprt.my.solaris.x64}-{product|fastdebug|debug}, \
ohair@594 118 ${jprt.my.linux.i586}-{product|fastdebug|debug}, \
ohair@594 119 ${jprt.my.linux.x64}-{product|fastdebug}, \
phh@3470 120 ${jprt.my.macosx.x64}-{product|fastdebug|debug}, \
ohair@594 121 ${jprt.my.windows.i586}-{product|fastdebug|debug}, \
ohair@594 122 ${jprt.my.windows.x64}-{product|fastdebug|debug}
ohair@594 123
dholmes@2912 124 jprt.build.targets.open= \
dholmes@2912 125 ${jprt.my.solaris.i586}-{productOpen}, \
dholmes@2912 126 ${jprt.my.solaris.x64}-{debugOpen}, \
dholmes@2912 127 ${jprt.my.linux.x64}-{productOpen}
dholmes@2912 128
bobv@2508 129 jprt.build.targets.embedded= \
dholmes@2912 130 ${jprt.my.linux.i586}-{productEmb|fastdebugEmb|debugEmb}, \
dholmes@2912 131 ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \
dholmes@2912 132 ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \
dholmes@2912 133 ${jprt.my.linux.ppcsflt}-{productEmb|fastdebugEmb}, \
dholmes@2912 134 ${jprt.my.linux.armvfp}-{productEmb|fastdebugEmb}, \
dholmes@2912 135 ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb}
bobv@2508 136
bobv@2508 137 jprt.build.targets.all=${jprt.build.targets.standard}, \
dholmes@2912 138 ${jprt.build.targets.embedded}, ${jprt.build.targets.open}
bobv@2508 139
trims@3008 140 jprt.build.targets.jdk8=${jprt.build.targets.all}
bobv@2508 141 jprt.build.targets.jdk7=${jprt.build.targets.all}
bobv@2508 142 jprt.build.targets.jdk7temp=${jprt.build.targets.all}
bobv@2508 143 jprt.build.targets.jdk7b107=${jprt.build.targets.all}
bobv@2508 144 jprt.build.targets.jdk6=${jprt.build.targets.standard}
bobv@2508 145 jprt.build.targets.jdk6perf=${jprt.build.targets.standard}
bobv@2508 146 jprt.build.targets.jdk6u10=${jprt.build.targets.standard}
bobv@2508 147 jprt.build.targets.jdk6u14=${jprt.build.targets.standard}
bobv@2508 148 jprt.build.targets.jdk6u18=${jprt.build.targets.standard}
bobv@2508 149 jprt.build.targets.jdk6u20=${jprt.build.targets.standard}
bobv@2508 150 jprt.build.targets.ejdk6=${jprt.build.targets.all}
bobv@2508 151 jprt.build.targets.ejdk7=${jprt.build.targets.all}
bobv@2508 152 jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}}
bobv@2508 153
ohair@594 154 # Subset lists of test targets for this source tree
ohair@594 155
ohair@594 156 jprt.my.solaris.sparc.test.targets= \
ohair@594 157 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 158 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 159 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 160 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 161 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 162 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 163 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 164 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 165 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 166 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 167 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 168 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 169 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_default, \
ohair@594 170 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 171 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 172 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 173 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 174 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 175 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
ohair@594 176 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_default, \
iveresov@3319 177 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 178 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 179 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 180 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 181 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 182 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 183
ohair@594 184 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 185 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 186 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 187 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 188 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 189 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 190 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 191 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 192 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 193 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 194 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 195 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 196 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 197 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 198 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 199 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 200 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 201 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 202 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 203 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 204 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 205 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 206 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 207 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 208 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 209 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 210
ohair@594 211 jprt.my.solaris.x64.test.targets= \
ohair@594 212 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 213 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 214 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 215 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 216 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 217 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 218 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 219 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 220 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 221 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 222 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 223 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 224 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 225 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 226 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 227 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 228 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 229 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 230 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 231 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 232 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 233 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 234 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 235 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 236 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 237 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 238
ohair@594 239 jprt.my.solaris.i586.test.targets= \
ohair@594 240 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 241 ${jprt.my.solaris.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 242 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 243 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 244 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 245 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 246 ${jprt.my.solaris.i586}-product-c1-GCBasher_default, \
ohair@594 247 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 248 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 249 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 250 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 251 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 252 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 253 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_default, \
ohair@594 254 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 255 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 256 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 257 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 258 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 259 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 260 ${jprt.my.solaris.i586}-product-c1-GCOld_default, \
ohair@594 261 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 262 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 263 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 264 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 265 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 266 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
ohair@594 267 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default, \
iveresov@3319 268 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default_nontiered, \
ohair@594 269 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 270 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 271 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 272 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 273
ohair@594 274 jprt.my.linux.i586.test.targets = \
ohair@594 275 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 276 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 277 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 278 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 279 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 280 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 281 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 282 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 283 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 284 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 285 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 286 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 287 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 288 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 289 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 290 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 291 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 292 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 293 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 294 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 295 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_default, \
iveresov@3319 296 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 297 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 298 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 299 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 300 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 301
ohair@594 302 jprt.my.linux.x64.test.targets = \
ohair@594 303 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 304 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 305 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 306 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 307 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 308 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 309 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 310 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 311 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 312 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 313 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 314 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 315 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 316 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 317 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 318 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 319 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 320 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 321 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 322 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 323 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 324 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 325
phh@3470 326 jprt.my.macosx.x64.test.targets = \
phh@3470 327 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \
phh@3470 328 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
phh@3470 329 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \
phh@3470 330 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_default, \
phh@3470 331 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
phh@3470 332 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
phh@3470 333 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
phh@3470 334 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
phh@3470 335 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \
phh@3470 336 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
phh@3470 337 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_default, \
phh@3470 338 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
phh@3470 339 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
phh@3470 340 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
phh@3470 341 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
phh@3470 342 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
phh@3511 343 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
phh@3511 344 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default, \
phh@3511 345 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_tiered, \
phh@3511 346 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
phh@3511 347 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
phh@3511 348 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
phh@3470 349
ohair@594 350 jprt.my.windows.i586.test.targets = \
ohair@594 351 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 352 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 353 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 354 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 355 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 356 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 357 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_default, \
ohair@594 358 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 359 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 360 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 361 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 362 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 363 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 364 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_default, \
ohair@594 365 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 366 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 367 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 368 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 369 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 370 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 371 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
iveresov@3319 372 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 373 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 374 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 375 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 376 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 377
ohair@594 378 jprt.my.windows.x64.test.targets = \
ohair@594 379 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 380 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 381 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 382 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 383 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 384 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_default, \
ohair@594 385 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 386 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 387 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 388 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
johnc@2535 389 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 390 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 391 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \
ohair@594 392 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 393 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 394 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 395 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 396 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 397 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 398 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 399 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 400 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 401 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 402 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 403 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 404
dholmes@2912 405 # Some basic "smoke" tests for OpenJDK builds
dholmes@2912 406 jprt.test.targets.open = \
iveresov@3319 407 ${jprt.my.solaris.x64}-{productOpen|debugOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 408 ${jprt.my.solaris.i586}-{productOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 409 ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98
dholmes@2912 410
bobv@2508 411 # Testing for actual embedded builds is different to standard
bobv@2508 412 jprt.my.linux.i586.test.targets.embedded = \
bobv@2508 413 linux_i586_2.6-product-c1-scimark
bobv@2508 414
ohair@594 415 # The complete list of test targets for jprt
bobv@2508 416 # Note: no PPC or ARM tests at this stage
ohair@594 417
bobv@2508 418 jprt.test.targets.standard = \
dholmes@2912 419 ${jprt.my.linux.i586.test.targets.embedded}, \
ohair@594 420 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 421 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 422 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 423 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 424 ${jprt.my.linux.i586.test.targets}, \
ohair@594 425 ${jprt.my.linux.x64.test.targets}, \
phh@3470 426 ${jprt.my.macosx.x64.test.targets}, \
ohair@594 427 ${jprt.my.windows.i586.test.targets}, \
dholmes@2912 428 ${jprt.my.windows.x64.test.targets}, \
dholmes@2912 429 ${jprt.test.targets.open}
ohair@594 430
bobv@2508 431 jprt.test.targets.embedded= \
bobv@2508 432 ${jprt.my.linux.i586.test.targets.embedded}, \
bobv@2508 433 ${jprt.my.solaris.sparc.test.targets}, \
bobv@2508 434 ${jprt.my.solaris.sparcv9.test.targets}, \
bobv@2508 435 ${jprt.my.solaris.i586.test.targets}, \
bobv@2508 436 ${jprt.my.solaris.x64.test.targets}, \
bobv@2508 437 ${jprt.my.linux.x64.test.targets}, \
bobv@2508 438 ${jprt.my.windows.i586.test.targets}, \
bobv@2508 439 ${jprt.my.windows.x64.test.targets}
bobv@2508 440
bobv@2508 441
trims@3008 442 jprt.test.targets.jdk8=${jprt.test.targets.standard}
bobv@2508 443 jprt.test.targets.jdk7=${jprt.test.targets.standard}
bobv@2508 444 jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}}
bobv@2508 445
ohair@763 446 # The default test/Makefile targets that should be run
ohair@763 447
ohair@763 448 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 449
bobv@2508 450 jprt.make.rule.test.targets.standard.client = \
ohair@1216 451 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 452 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 453 ${jprt.my.linux.i586}-*-c1-clienttest, \
bobv@2508 454 ${jprt.my.windows.i586}-*-c1-clienttest
bobv@2508 455
bobv@2508 456 jprt.make.rule.test.targets.standard.server = \
ohair@1216 457 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 458 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 459 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 460 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 461 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 462 ${jprt.my.linux.x64}-*-c2-servertest, \
phh@3470 463 ${jprt.my.macosx.x64}-*-c2-servertest, \
ohair@1216 464 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 465 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 466
brutisso@3266 467 jprt.make.rule.test.targets.standard.internalvmtests = \
brutisso@3266 468 ${jprt.my.solaris.sparc}-fastdebug-c2-internalvmtests, \
brutisso@3266 469 ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \
brutisso@3266 470 ${jprt.my.solaris.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 471 ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 472 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 473 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
phh@3470 474 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 475 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 476 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
mgerdin@3619 477
mgerdin@3619 478 jprt.make.rule.test.targets.standard.wbapi = \
mgerdin@3619 479 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 480 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 481 ${jprt.my.solaris.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 482 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 483 ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 484 ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 485 ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 486 ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 487 ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 488 ${jprt.my.solaris.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 489 ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 490 ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
mgerdin@3619 491
bobv@2508 492 jprt.make.rule.test.targets.standard = \
bobv@2508 493 ${jprt.make.rule.test.targets.standard.client}, \
brutisso@3266 494 ${jprt.make.rule.test.targets.standard.server}, \
mgerdin@3619 495 ${jprt.make.rule.test.targets.standard.internalvmtests}, \
mgerdin@3619 496 ${jprt.make.rule.test.targets.standard.wbapi}
bobv@2508 497
bobv@2508 498 jprt.make.rule.test.targets.embedded = \
bobv@2508 499 ${jprt.make.rule.test.targets.standard.client}
bobv@2508 500
trims@3008 501 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}
bobv@2508 502 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
bobv@2508 503 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
bobv@2508 504

mercurial