make/jprt.properties

Wed, 25 Sep 2013 12:23:10 -0700

author
tbell
date
Wed, 25 Sep 2013 12:23:10 -0700
changeset 5740
c81dd5393a5e
parent 5106
e76dd894b984
child 5953
384c92148c68
permissions
-rw-r--r--

8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
Reviewed-by: ksrini, katleman

duke@435 1 #
dholmes@4795 2 # Copyright (c) 2006, 2013, 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
amurillo@3981 41 jprt.hotspot.default.release=jdk8
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
amurillo@3983 57 jprt.my.solaris.sparc.jdk7u8=${jprt.my.solaris.sparc.jdk7}
ohair@594 58 jprt.my.solaris.sparc=${jprt.my.solaris.sparc.${jprt.tools.default.release}}
ohair@594 59
trims@3008 60 jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10
ohair@594 61 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
amurillo@3983 62 jprt.my.solaris.sparcv9.jdk7u8=${jprt.my.solaris.sparcv9.jdk7}
ohair@594 63 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 64
trims@3008 65 jprt.my.solaris.i586.jdk8=solaris_i586_5.10
ohair@594 66 jprt.my.solaris.i586.jdk7=solaris_i586_5.10
amurillo@3983 67 jprt.my.solaris.i586.jdk7u8=${jprt.my.solaris.i586.jdk7}
ohair@594 68 jprt.my.solaris.i586=${jprt.my.solaris.i586.${jprt.tools.default.release}}
ohair@594 69
trims@3008 70 jprt.my.solaris.x64.jdk8=solaris_x64_5.10
ohair@594 71 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
amurillo@3983 72 jprt.my.solaris.x64.jdk7u8=${jprt.my.solaris.x64.jdk7}
ohair@594 73 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 74
trims@3008 75 jprt.my.linux.i586.jdk8=linux_i586_2.6
ohair@1175 76 jprt.my.linux.i586.jdk7=linux_i586_2.6
amurillo@3983 77 jprt.my.linux.i586.jdk7u8=${jprt.my.linux.i586.jdk7}
ohair@1175 78 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 79
trims@3008 80 jprt.my.linux.x64.jdk8=linux_x64_2.6
ohair@1175 81 jprt.my.linux.x64.jdk7=linux_x64_2.6
amurillo@3983 82 jprt.my.linux.x64.jdk7u8=${jprt.my.linux.x64.jdk7}
ohair@1175 83 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 84
trims@3008 85 jprt.my.linux.ppc.jdk8=linux_ppc_2.6
bobv@2508 86 jprt.my.linux.ppc.jdk7=linux_ppc_2.6
amurillo@3983 87 jprt.my.linux.ppc.jdk7u8=${jprt.my.linux.ppc.jdk7}
bobv@2508 88 jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}}
bobv@2508 89
trims@3008 90 jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6
bobv@2508 91 jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6
amurillo@3983 92 jprt.my.linux.ppcv2.jdk7u8=${jprt.my.linux.ppcv2.jdk7}
bobv@2508 93 jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}}
bobv@2508 94
trims@3008 95 jprt.my.linux.ppcsflt.jdk8=linux_ppcsflt_2.6
bobv@2508 96 jprt.my.linux.ppcsflt.jdk7=linux_ppcsflt_2.6
amurillo@3983 97 jprt.my.linux.ppcsflt.jdk7u8=${jprt.my.linux.ppcsflt.jdk7}
bobv@2508 98 jprt.my.linux.ppcsflt=${jprt.my.linux.ppcsflt.${jprt.tools.default.release}}
bobv@2508 99
dholmes@4795 100 jprt.my.linux.armvfpsflt.jdk8=linux_armvfpsflt_2.6
dholmes@4795 101 jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}}
bobv@2508 102
dholmes@4795 103 jprt.my.linux.armvfphflt.jdk8=linux_armvfphflt_2.6
dholmes@4795 104 jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}}
dholmes@4795 105
dholmes@4795 106 # The ARM GP vfp-sflt build is not currently supported
dholmes@4795 107 #jprt.my.linux.armvs.jdk8=linux_armvs_2.6
dholmes@4795 108 #jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}}
dholmes@4795 109
dholmes@4795 110 jprt.my.linux.armvh.jdk8=linux_armvh_2.6
dholmes@4795 111 jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}}
collins@3878 112
trims@3008 113 jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6
bobv@2508 114 jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6
amurillo@3983 115 jprt.my.linux.armsflt.jdk7u8=${jprt.my.linux.armsflt.jdk7}
bobv@2508 116 jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}}
bobv@2508 117
phh@3470 118 jprt.my.macosx.x64.jdk8=macosx_x64_10.7
phh@3470 119 jprt.my.macosx.x64.jdk7=macosx_x64_10.7
amurillo@3983 120 jprt.my.macosx.x64.jdk7u8=${jprt.my.macosx.x64.jdk7}
phh@3470 121 jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}}
phh@3470 122
tbell@5740 123 jprt.my.windows.i586.jdk8=windows_i586_6.1
tbell@5740 124 jprt.my.windows.i586.jdk7=windows_i586_6.1
amurillo@3983 125 jprt.my.windows.i586.jdk7u8=${jprt.my.windows.i586.jdk7}
ohair@1175 126 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 127
tbell@5740 128 jprt.my.windows.x64.jdk8=windows_x64_6.1
tbell@5740 129 jprt.my.windows.x64.jdk7=windows_x64_6.1
amurillo@3983 130 jprt.my.windows.x64.jdk7u8=${jprt.my.windows.x64.jdk7}
ohair@1175 131 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 132
ohair@594 133 # Standard list of jprt build targets for this source tree
ohair@594 134
bobv@2508 135 jprt.build.targets.standard= \
drchase@4942 136 ${jprt.my.solaris.sparc}-{product|fastdebug}, \
roland@5106 137 ${jprt.my.solaris.sparcv9}-{product|fastdebug|optimized}, \
drchase@4942 138 ${jprt.my.solaris.i586}-{product|fastdebug}, \
drchase@4942 139 ${jprt.my.solaris.x64}-{product|fastdebug}, \
drchase@4942 140 ${jprt.my.linux.i586}-{product|fastdebug}, \
roland@5106 141 ${jprt.my.linux.x64}-{product|fastdebug|optimized}, \
drchase@4942 142 ${jprt.my.macosx.x64}-{product|fastdebug}, \
drchase@4942 143 ${jprt.my.windows.i586}-{product|fastdebug}, \
roland@5106 144 ${jprt.my.windows.x64}-{product|fastdebug|optimized}, \
dholmes@4795 145 ${jprt.my.linux.armvh}-{product|fastdebug}
ohair@594 146
dholmes@2912 147 jprt.build.targets.open= \
dholmes@2912 148 ${jprt.my.solaris.i586}-{productOpen}, \
dholmes@2912 149 ${jprt.my.solaris.x64}-{debugOpen}, \
dholmes@2912 150 ${jprt.my.linux.x64}-{productOpen}
dholmes@2912 151
bobv@2508 152 jprt.build.targets.embedded= \
drchase@4942 153 ${jprt.my.linux.i586}-{productEmb|fastdebugEmb}, \
dholmes@2912 154 ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \
dholmes@2912 155 ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \
dholmes@2912 156 ${jprt.my.linux.ppcsflt}-{productEmb|fastdebugEmb}, \
dholmes@4795 157 ${jprt.my.linux.armvfpsflt}-{productEmb|fastdebugEmb}, \
dholmes@4795 158 ${jprt.my.linux.armvfphflt}-{productEmb|fastdebugEmb}, \
dholmes@2912 159 ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb}
bobv@2508 160
bobv@2508 161 jprt.build.targets.all=${jprt.build.targets.standard}, \
dholmes@2912 162 ${jprt.build.targets.embedded}, ${jprt.build.targets.open}
bobv@2508 163
trims@3008 164 jprt.build.targets.jdk8=${jprt.build.targets.all}
bobv@2508 165 jprt.build.targets.jdk7=${jprt.build.targets.all}
amurillo@3983 166 jprt.build.targets.jdk7u8=${jprt.build.targets.all}
bobv@2508 167 jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}}
bobv@2508 168
ohair@594 169 # Subset lists of test targets for this source tree
ohair@594 170
ohair@594 171 jprt.my.solaris.sparc.test.targets= \
ohair@594 172 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 173 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 174 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 175 ${jprt.my.solaris.sparc}-product-{c1|c2}-runThese, \
ohair@594 176 ${jprt.my.solaris.sparc}-fastdebug-c1-runThese_Xshare, \
ohair@594 177 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 178 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 179 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 180 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 181 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 182 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 183 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_SerialGC, \
ohair@594 184 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParallelGC, \
ohair@594 185 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParNewGC, \
ohair@594 186 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_CMS, \
iveresov@1067 187 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_G1, \
iveresov@1067 188 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-GCOld_ParOldGC, \
iveresov@3319 189 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 190 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_SerialGC, \
ohair@594 191 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParallelGC, \
ohair@594 192 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_CMS, \
iveresov@1067 193 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_G1, \
iveresov@1067 194 ${jprt.my.solaris.sparc}-{product|fastdebug}-{c1|c2}-jbb_ParOldGC
ohair@594 195
ohair@594 196 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 197 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 198 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 199 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 200 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 201 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 202 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 203 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 204 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 205 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 206 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 207 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 208 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 209 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 210 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 211 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 212 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 213 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 214 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 215 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 216 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 217 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 218 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 219
ohair@594 220 jprt.my.solaris.x64.test.targets= \
ohair@594 221 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 222 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 223 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 224 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 225 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 226 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 227 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 228 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 229 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 230 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 231 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 232 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 233 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 234 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 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, \
iveresov@3319 238 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 239 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 240 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 241 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 242 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 243 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 244
ohair@594 245 jprt.my.solaris.i586.test.targets= \
ohair@594 246 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 247 ${jprt.my.solaris.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 248 ${jprt.my.solaris.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 249 ${jprt.my.solaris.i586}-product-{c1|c2}-runThese_Xcomp, \
iveresov@1067 250 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xcomp, \
ohair@594 251 ${jprt.my.solaris.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 252 ${jprt.my.solaris.i586}-product-c1-GCBasher_SerialGC, \
ohair@594 253 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParallelGC, \
ohair@594 254 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParNewGC, \
ohair@594 255 ${jprt.my.solaris.i586}-product-c1-GCBasher_CMS, \
iveresov@1067 256 ${jprt.my.solaris.i586}-product-c1-GCBasher_G1, \
iveresov@1067 257 ${jprt.my.solaris.i586}-product-c1-GCBasher_ParOldGC, \
ohair@594 258 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_SerialGC, \
ohair@594 259 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParallelGC, \
ohair@594 260 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParNewGC, \
ohair@594 261 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_CMS, \
iveresov@1067 262 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_G1, \
iveresov@1067 263 ${jprt.my.solaris.i586}-fastdebug-c2-GCBasher_ParOldGC, \
ohair@594 264 ${jprt.my.solaris.i586}-product-c1-GCOld_SerialGC, \
ohair@594 265 ${jprt.my.solaris.i586}-product-c1-GCOld_ParallelGC, \
ohair@594 266 ${jprt.my.solaris.i586}-product-c1-GCOld_ParNewGC, \
ohair@594 267 ${jprt.my.solaris.i586}-product-c1-GCOld_CMS, \
iveresov@1067 268 ${jprt.my.solaris.i586}-product-c1-GCOld_G1, \
iveresov@1067 269 ${jprt.my.solaris.i586}-product-c1-GCOld_ParOldGC, \
iveresov@3319 270 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_default_nontiered, \
ohair@594 271 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParallelGC, \
ohair@594 272 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_CMS, \
iveresov@1067 273 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_G1, \
iveresov@1067 274 ${jprt.my.solaris.i586}-fastdebug-c2-jbb_ParOldGC
ohair@594 275
ohair@594 276 jprt.my.linux.i586.test.targets = \
ohair@594 277 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 278 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 279 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 280 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 281 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 282 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 283 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 284 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 285 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 286 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 287 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 288 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
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, \
drchase@4942 295 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_SerialGC, \
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_SerialGC, \
ohair@594 307 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 308 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 309 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 310 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 311 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 312 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 313 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 314 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 315 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 316 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 317 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 318 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 319 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 320 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 321 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 322
phh@3470 323 jprt.my.macosx.x64.test.targets = \
phh@3470 324 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \
phh@3470 325 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
phh@3470 326 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \
phh@3470 327 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
phh@3470 328 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
phh@3470 329 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
phh@3470 330 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
phh@3470 331 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \
phh@3470 332 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
phh@3470 333 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
phh@3470 334 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
phh@3470 335 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
phh@3470 336 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
phh@3470 337 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
mikael@3819 338 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
mikael@3819 339 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
mikael@3819 340 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
mikael@3819 341 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
mikael@3819 342 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
phh@3470 343
ohair@594 344 jprt.my.windows.i586.test.targets = \
ohair@594 345 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 346 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 347 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 348 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 349 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 350 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 351 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 352 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 353 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 354 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 355 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 356 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 357 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 358 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 359 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 360 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 361 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 362 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 363 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
iveresov@3319 364 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 365 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 366 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 367 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 368 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 369
ohair@594 370 jprt.my.windows.x64.test.targets = \
ohair@594 371 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 372 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 373 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 374 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 375 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 376 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 377 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 378 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 379 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
johnc@2535 380 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 381 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 382 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 383 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 384 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 385 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 386 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 387 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 388 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 389 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 390 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 391 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 392 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 393 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 394
dholmes@2912 395 # Some basic "smoke" tests for OpenJDK builds
dholmes@2912 396 jprt.test.targets.open = \
drchase@4942 397 ${jprt.my.solaris.x64}-{productOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 398 ${jprt.my.solaris.i586}-{productOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 399 ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98
dholmes@2912 400
bobv@2508 401 # Testing for actual embedded builds is different to standard
bobv@2508 402 jprt.my.linux.i586.test.targets.embedded = \
bobv@2508 403 linux_i586_2.6-product-c1-scimark
bobv@2508 404
ohair@594 405 # The complete list of test targets for jprt
bobv@2508 406 # Note: no PPC or ARM tests at this stage
ohair@594 407
bobv@2508 408 jprt.test.targets.standard = \
dholmes@2912 409 ${jprt.my.linux.i586.test.targets.embedded}, \
ohair@594 410 ${jprt.my.solaris.sparc.test.targets}, \
ohair@594 411 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 412 ${jprt.my.solaris.i586.test.targets}, \
ohair@594 413 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 414 ${jprt.my.linux.i586.test.targets}, \
ohair@594 415 ${jprt.my.linux.x64.test.targets}, \
phh@3470 416 ${jprt.my.macosx.x64.test.targets}, \
ohair@594 417 ${jprt.my.windows.i586.test.targets}, \
dholmes@2912 418 ${jprt.my.windows.x64.test.targets}, \
dholmes@2912 419 ${jprt.test.targets.open}
ohair@594 420
bobv@2508 421 jprt.test.targets.embedded= \
bobv@2508 422 ${jprt.my.linux.i586.test.targets.embedded}, \
bobv@2508 423 ${jprt.my.solaris.sparc.test.targets}, \
bobv@2508 424 ${jprt.my.solaris.sparcv9.test.targets}, \
bobv@2508 425 ${jprt.my.solaris.i586.test.targets}, \
bobv@2508 426 ${jprt.my.solaris.x64.test.targets}, \
bobv@2508 427 ${jprt.my.linux.x64.test.targets}, \
bobv@2508 428 ${jprt.my.windows.i586.test.targets}, \
bobv@2508 429 ${jprt.my.windows.x64.test.targets}
bobv@2508 430
bobv@2508 431
trims@3008 432 jprt.test.targets.jdk8=${jprt.test.targets.standard}
bobv@2508 433 jprt.test.targets.jdk7=${jprt.test.targets.standard}
amurillo@3983 434 jprt.test.targets.jdk7u8=${jprt.test.targets.jdk7}
bobv@2508 435 jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}}
bobv@2508 436
ohair@763 437 # The default test/Makefile targets that should be run
ohair@763 438
ohair@763 439 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 440
bobv@2508 441 jprt.make.rule.test.targets.standard.client = \
ohair@1216 442 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
ohair@1216 443 ${jprt.my.solaris.i586}-*-c1-clienttest, \
ohair@1216 444 ${jprt.my.linux.i586}-*-c1-clienttest, \
bobv@2508 445 ${jprt.my.windows.i586}-*-c1-clienttest
bobv@2508 446
bobv@2508 447 jprt.make.rule.test.targets.standard.server = \
ohair@1216 448 ${jprt.my.solaris.sparc}-*-c2-servertest, \
ohair@1216 449 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 450 ${jprt.my.solaris.i586}-*-c2-servertest, \
ohair@1216 451 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 452 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 453 ${jprt.my.linux.x64}-*-c2-servertest, \
phh@3470 454 ${jprt.my.macosx.x64}-*-c2-servertest, \
ohair@1216 455 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 456 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 457
brutisso@3266 458 jprt.make.rule.test.targets.standard.internalvmtests = \
brutisso@3266 459 ${jprt.my.solaris.sparc}-fastdebug-c2-internalvmtests, \
brutisso@3266 460 ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \
brutisso@3266 461 ${jprt.my.solaris.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 462 ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 463 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 464 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
phh@3470 465 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 466 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 467 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
mgerdin@3619 468
mgerdin@3619 469 jprt.make.rule.test.targets.standard.wbapi = \
mgerdin@3619 470 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 471 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 472 ${jprt.my.solaris.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 473 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 474 ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 475 ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 476 ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 477 ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 478 ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 479 ${jprt.my.solaris.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 480 ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 481 ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
mgerdin@3619 482
bobv@2508 483 jprt.make.rule.test.targets.standard = \
bobv@2508 484 ${jprt.make.rule.test.targets.standard.client}, \
brutisso@3266 485 ${jprt.make.rule.test.targets.standard.server}, \
mgerdin@3619 486 ${jprt.make.rule.test.targets.standard.internalvmtests}, \
mgerdin@3619 487 ${jprt.make.rule.test.targets.standard.wbapi}
bobv@2508 488
bobv@2508 489 jprt.make.rule.test.targets.embedded = \
bobv@2508 490 ${jprt.make.rule.test.targets.standard.client}
bobv@2508 491
trims@3008 492 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}
bobv@2508 493 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
amurillo@3983 494 jprt.make.rule.test.targets.jdk7u8=${jprt.make.rule.test.targets.jdk7}
bobv@2508 495 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
bobv@2508 496
mikael@3819 497 # 7155453: Work-around to prevent popups on OSX from blocking test completion
drchase@4942 498 # but the work-around is added to all platforms to be consistent
mikael@3819 499 jprt.jbb.options=-Djava.awt.headless=true

mercurial