make/jprt.properties

Mon, 21 Oct 2013 14:38:11 -0700

author
amurillo
date
Mon, 21 Oct 2013 14:38:11 -0700
changeset 5953
384c92148c68
parent 5740
c81dd5393a5e
child 6489
50fdb38839eb
permissions
-rw-r--r--

8023496: [jprt] build and test solaris 64-bits only
Reviewed-by: tbell, jcoomes

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
amurillo@5953 27 # All build result bundles are full jdks.
ohair@594 28 jprt.need.sibling.build=false
duke@435 29
ohair@594 30 # At submit time, the release supplied will be in jprt.submit.release
ohair@594 31 # and will be one of the official release names defined in jprt.
ohair@594 32 # jprt supports property value expansion using ${property.name} syntax.
kamg@526 33
ohair@594 34 # This tells jprt what default release we want to build
kamg@526 35
amurillo@3981 36 jprt.hotspot.default.release=jdk8
kamg@3550 37
kamg@3550 38 jprt.tools.default.release=${jprt.submit.option.release?${jprt.submit.option.release}:${jprt.hotspot.default.release}}
duke@435 39
jcoomes@1379 40 # Disable syncing the source after builds and tests are done.
jcoomes@1379 41
jcoomes@1379 42 jprt.sync.push=false
jcoomes@1379 43
bobv@2508 44 # Note: we want both embedded releases and regular releases to build and test
bobv@2508 45 # all platforms so that regressions are not introduced (eg. change to
bobv@2508 46 # common code by SE breaks PPC/ARM; change to common code by SE-E breaks
bobv@2508 47 # sparc etc.
bobv@2508 48
ohair@594 49 # Define the Solaris platforms we want for the various releases
trims@3008 50 jprt.my.solaris.sparcv9.jdk8=solaris_sparcv9_5.10
ohair@594 51 jprt.my.solaris.sparcv9.jdk7=solaris_sparcv9_5.10
amurillo@3983 52 jprt.my.solaris.sparcv9.jdk7u8=${jprt.my.solaris.sparcv9.jdk7}
ohair@594 53 jprt.my.solaris.sparcv9=${jprt.my.solaris.sparcv9.${jprt.tools.default.release}}
ohair@594 54
trims@3008 55 jprt.my.solaris.x64.jdk8=solaris_x64_5.10
ohair@594 56 jprt.my.solaris.x64.jdk7=solaris_x64_5.10
amurillo@3983 57 jprt.my.solaris.x64.jdk7u8=${jprt.my.solaris.x64.jdk7}
ohair@594 58 jprt.my.solaris.x64=${jprt.my.solaris.x64.${jprt.tools.default.release}}
ohair@594 59
trims@3008 60 jprt.my.linux.i586.jdk8=linux_i586_2.6
ohair@1175 61 jprt.my.linux.i586.jdk7=linux_i586_2.6
amurillo@3983 62 jprt.my.linux.i586.jdk7u8=${jprt.my.linux.i586.jdk7}
ohair@1175 63 jprt.my.linux.i586=${jprt.my.linux.i586.${jprt.tools.default.release}}
ohair@1175 64
trims@3008 65 jprt.my.linux.x64.jdk8=linux_x64_2.6
ohair@1175 66 jprt.my.linux.x64.jdk7=linux_x64_2.6
amurillo@3983 67 jprt.my.linux.x64.jdk7u8=${jprt.my.linux.x64.jdk7}
ohair@1175 68 jprt.my.linux.x64=${jprt.my.linux.x64.${jprt.tools.default.release}}
ohair@1175 69
trims@3008 70 jprt.my.linux.ppc.jdk8=linux_ppc_2.6
bobv@2508 71 jprt.my.linux.ppc.jdk7=linux_ppc_2.6
amurillo@3983 72 jprt.my.linux.ppc.jdk7u8=${jprt.my.linux.ppc.jdk7}
bobv@2508 73 jprt.my.linux.ppc=${jprt.my.linux.ppc.${jprt.tools.default.release}}
bobv@2508 74
trims@3008 75 jprt.my.linux.ppcv2.jdk8=linux_ppcv2_2.6
bobv@2508 76 jprt.my.linux.ppcv2.jdk7=linux_ppcv2_2.6
amurillo@3983 77 jprt.my.linux.ppcv2.jdk7u8=${jprt.my.linux.ppcv2.jdk7}
bobv@2508 78 jprt.my.linux.ppcv2=${jprt.my.linux.ppcv2.${jprt.tools.default.release}}
bobv@2508 79
trims@3008 80 jprt.my.linux.ppcsflt.jdk8=linux_ppcsflt_2.6
bobv@2508 81 jprt.my.linux.ppcsflt.jdk7=linux_ppcsflt_2.6
amurillo@3983 82 jprt.my.linux.ppcsflt.jdk7u8=${jprt.my.linux.ppcsflt.jdk7}
bobv@2508 83 jprt.my.linux.ppcsflt=${jprt.my.linux.ppcsflt.${jprt.tools.default.release}}
bobv@2508 84
dholmes@4795 85 jprt.my.linux.armvfpsflt.jdk8=linux_armvfpsflt_2.6
dholmes@4795 86 jprt.my.linux.armvfpsflt=${jprt.my.linux.armvfpsflt.${jprt.tools.default.release}}
bobv@2508 87
dholmes@4795 88 jprt.my.linux.armvfphflt.jdk8=linux_armvfphflt_2.6
dholmes@4795 89 jprt.my.linux.armvfphflt=${jprt.my.linux.armvfphflt.${jprt.tools.default.release}}
dholmes@4795 90
dholmes@4795 91 # The ARM GP vfp-sflt build is not currently supported
dholmes@4795 92 #jprt.my.linux.armvs.jdk8=linux_armvs_2.6
dholmes@4795 93 #jprt.my.linux.armvs=${jprt.my.linux.armvs.${jprt.tools.default.release}}
dholmes@4795 94
dholmes@4795 95 jprt.my.linux.armvh.jdk8=linux_armvh_2.6
dholmes@4795 96 jprt.my.linux.armvh=${jprt.my.linux.armvh.${jprt.tools.default.release}}
collins@3878 97
trims@3008 98 jprt.my.linux.armsflt.jdk8=linux_armsflt_2.6
bobv@2508 99 jprt.my.linux.armsflt.jdk7=linux_armsflt_2.6
amurillo@3983 100 jprt.my.linux.armsflt.jdk7u8=${jprt.my.linux.armsflt.jdk7}
bobv@2508 101 jprt.my.linux.armsflt=${jprt.my.linux.armsflt.${jprt.tools.default.release}}
bobv@2508 102
phh@3470 103 jprt.my.macosx.x64.jdk8=macosx_x64_10.7
phh@3470 104 jprt.my.macosx.x64.jdk7=macosx_x64_10.7
amurillo@3983 105 jprt.my.macosx.x64.jdk7u8=${jprt.my.macosx.x64.jdk7}
phh@3470 106 jprt.my.macosx.x64=${jprt.my.macosx.x64.${jprt.tools.default.release}}
phh@3470 107
tbell@5740 108 jprt.my.windows.i586.jdk8=windows_i586_6.1
tbell@5740 109 jprt.my.windows.i586.jdk7=windows_i586_6.1
amurillo@3983 110 jprt.my.windows.i586.jdk7u8=${jprt.my.windows.i586.jdk7}
ohair@1175 111 jprt.my.windows.i586=${jprt.my.windows.i586.${jprt.tools.default.release}}
ohair@1175 112
tbell@5740 113 jprt.my.windows.x64.jdk8=windows_x64_6.1
tbell@5740 114 jprt.my.windows.x64.jdk7=windows_x64_6.1
amurillo@3983 115 jprt.my.windows.x64.jdk7u8=${jprt.my.windows.x64.jdk7}
ohair@1175 116 jprt.my.windows.x64=${jprt.my.windows.x64.${jprt.tools.default.release}}
ohair@594 117
ohair@594 118 # Standard list of jprt build targets for this source tree
ohair@594 119
bobv@2508 120 jprt.build.targets.standard= \
roland@5106 121 ${jprt.my.solaris.sparcv9}-{product|fastdebug|optimized}, \
drchase@4942 122 ${jprt.my.solaris.x64}-{product|fastdebug}, \
drchase@4942 123 ${jprt.my.linux.i586}-{product|fastdebug}, \
roland@5106 124 ${jprt.my.linux.x64}-{product|fastdebug|optimized}, \
drchase@4942 125 ${jprt.my.macosx.x64}-{product|fastdebug}, \
drchase@4942 126 ${jprt.my.windows.i586}-{product|fastdebug}, \
roland@5106 127 ${jprt.my.windows.x64}-{product|fastdebug|optimized}, \
dholmes@4795 128 ${jprt.my.linux.armvh}-{product|fastdebug}
ohair@594 129
dholmes@2912 130 jprt.build.targets.open= \
dholmes@2912 131 ${jprt.my.solaris.x64}-{debugOpen}, \
dholmes@2912 132 ${jprt.my.linux.x64}-{productOpen}
dholmes@2912 133
bobv@2508 134 jprt.build.targets.embedded= \
drchase@4942 135 ${jprt.my.linux.i586}-{productEmb|fastdebugEmb}, \
dholmes@2912 136 ${jprt.my.linux.ppc}-{productEmb|fastdebugEmb}, \
dholmes@2912 137 ${jprt.my.linux.ppcv2}-{productEmb|fastdebugEmb}, \
dholmes@2912 138 ${jprt.my.linux.ppcsflt}-{productEmb|fastdebugEmb}, \
dholmes@4795 139 ${jprt.my.linux.armvfpsflt}-{productEmb|fastdebugEmb}, \
dholmes@4795 140 ${jprt.my.linux.armvfphflt}-{productEmb|fastdebugEmb}, \
dholmes@2912 141 ${jprt.my.linux.armsflt}-{productEmb|fastdebugEmb}
bobv@2508 142
bobv@2508 143 jprt.build.targets.all=${jprt.build.targets.standard}, \
dholmes@2912 144 ${jprt.build.targets.embedded}, ${jprt.build.targets.open}
bobv@2508 145
trims@3008 146 jprt.build.targets.jdk8=${jprt.build.targets.all}
bobv@2508 147 jprt.build.targets.jdk7=${jprt.build.targets.all}
amurillo@3983 148 jprt.build.targets.jdk7u8=${jprt.build.targets.all}
bobv@2508 149 jprt.build.targets=${jprt.build.targets.${jprt.tools.default.release}}
bobv@2508 150
ohair@594 151 # Subset lists of test targets for this source tree
ohair@594 152
ohair@594 153 jprt.my.solaris.sparcv9.test.targets= \
ohair@594 154 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 155 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 156 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-scimark, \
ohair@594 157 ${jprt.my.solaris.sparcv9}-product-c2-runThese, \
ohair@594 158 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 159 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 160 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 161 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 162 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 163 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 164 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 165 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 166 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 167 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 168 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 169 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 170 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 171 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 172 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParallelGC, \
ohair@594 173 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_CMS, \
iveresov@1067 174 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 175 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 176
ohair@594 177 jprt.my.solaris.x64.test.targets= \
ohair@594 178 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 179 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 180 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 181 ${jprt.my.solaris.x64}-product-c2-runThese, \
ohair@594 182 ${jprt.my.solaris.x64}-product-c2-runThese_Xcomp, \
ohair@594 183 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 184 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 185 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 186 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 187 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 188 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 189 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 190 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 191 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 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, \
iveresov@3319 195 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 196 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_SerialGC, \
ohair@594 197 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 198 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 199 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 200 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-GCOld_ParOldGC
ohair@594 201
ohair@594 202 jprt.my.linux.i586.test.targets = \
ohair@594 203 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 204 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 205 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 206 ${jprt.my.linux.i586}-product-c1-runThese_Xcomp, \
ohair@594 207 ${jprt.my.linux.i586}-fastdebug-c1-runThese_Xshare, \
kvn@1179 208 ${jprt.my.linux.i586}-fastdebug-c2-runThese_Xcomp, \
ohair@594 209 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 210 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 211 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 212 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 213 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 214 ${jprt.my.linux.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 215 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 216 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 217 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 218 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 219 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 220 ${jprt.my.linux.i586}-product-{c1|c2}-GCOld_ParOldGC, \
drchase@4942 221 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_SerialGC, \
iveresov@3319 222 ${jprt.my.linux.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 223 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParallelGC, \
ohair@594 224 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_CMS, \
iveresov@1067 225 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_G1, \
iveresov@1067 226 ${jprt.my.linux.i586}-{product|fastdebug}-c1-jbb_ParOldGC
ohair@594 227
ohair@594 228 jprt.my.linux.x64.test.targets = \
ohair@594 229 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 230 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 231 ${jprt.my.linux.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 232 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 233 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 234 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 235 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
iveresov@1067 236 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 237 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 238 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 239 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 240 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 241 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 242 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 243 ${jprt.my.linux.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
iveresov@3319 244 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 245 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
iveresov@1067 246 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_G1, \
iveresov@1067 247 ${jprt.my.linux.x64}-{product|fastdebug}-c2-jbb_ParOldGC
ohair@594 248
phh@3470 249 jprt.my.macosx.x64.test.targets = \
phh@3470 250 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98, \
phh@3470 251 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
phh@3470 252 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-scimark, \
phh@3470 253 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
phh@3470 254 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
phh@3470 255 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
phh@3470 256 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
phh@3470 257 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_G1, \
phh@3470 258 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
phh@3470 259 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
phh@3470 260 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
phh@3470 261 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
phh@3470 262 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
phh@3470 263 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
mikael@3819 264 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
mikael@3819 265 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
mikael@3819 266 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
mikael@3819 267 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
mikael@3819 268 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
phh@3470 269
ohair@594 270 jprt.my.windows.i586.test.targets = \
ohair@594 271 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
iveresov@3319 272 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 273 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
ohair@594 274 ${jprt.my.windows.i586}-product-{c1|c2}-runThese, \
ohair@594 275 ${jprt.my.windows.i586}-product-{c1|c2}-runThese_Xcomp, \
ohair@594 276 ${jprt.my.windows.i586}-fastdebug-c1-runThese_Xshare, \
ohair@594 277 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_SerialGC, \
ohair@594 278 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParallelGC, \
ohair@594 279 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParNewGC, \
ohair@594 280 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_CMS, \
iveresov@1067 281 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_G1, \
iveresov@1067 282 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-GCBasher_ParOldGC, \
ohair@594 283 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_SerialGC, \
ohair@594 284 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParallelGC, \
ohair@594 285 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParNewGC, \
ohair@594 286 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_CMS, \
iveresov@1067 287 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_G1, \
iveresov@1067 288 ${jprt.my.windows.i586}-product-{c1|c2}-GCOld_ParOldGC, \
ohair@594 289 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jbb_default, \
iveresov@3319 290 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 291 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParallelGC, \
ohair@594 292 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_CMS, \
iveresov@1067 293 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_G1, \
iveresov@1067 294 ${jprt.my.windows.i586}-product-{c1|c2}-jbb_ParOldGC
ohair@594 295
ohair@594 296 jprt.my.windows.x64.test.targets = \
ohair@594 297 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98, \
iveresov@3319 298 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jvm98_nontiered, \
ohair@594 299 ${jprt.my.windows.x64}-{product|fastdebug}-c2-scimark, \
ohair@594 300 ${jprt.my.windows.x64}-product-c2-runThese, \
ohair@594 301 ${jprt.my.windows.x64}-product-c2-runThese_Xcomp, \
ohair@594 302 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_SerialGC, \
ohair@594 303 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \
ohair@594 304 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \
ohair@594 305 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \
johnc@2535 306 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \
iveresov@1067 307 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \
ohair@594 308 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
ohair@594 309 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
ohair@594 310 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
ohair@594 311 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_CMS, \
iveresov@1067 312 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_G1, \
iveresov@1067 313 ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
ohair@594 314 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default, \
iveresov@3319 315 ${jprt.my.windows.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
ohair@594 316 ${jprt.my.windows.x64}-product-c2-jbb_CMS, \
ohair@594 317 ${jprt.my.windows.x64}-product-c2-jbb_ParallelGC, \
iveresov@1067 318 ${jprt.my.windows.x64}-product-c2-jbb_G1, \
iveresov@1067 319 ${jprt.my.windows.x64}-product-c2-jbb_ParOldGC
ohair@594 320
dholmes@2912 321 # Some basic "smoke" tests for OpenJDK builds
dholmes@2912 322 jprt.test.targets.open = \
drchase@4942 323 ${jprt.my.solaris.x64}-{productOpen|fastdebugOpen}-c2-jvm98, \
iveresov@3319 324 ${jprt.my.linux.x64}-{productOpen|fastdebugOpen}-c2-jvm98
dholmes@2912 325
bobv@2508 326 # Testing for actual embedded builds is different to standard
bobv@2508 327 jprt.my.linux.i586.test.targets.embedded = \
bobv@2508 328 linux_i586_2.6-product-c1-scimark
bobv@2508 329
ohair@594 330 # The complete list of test targets for jprt
bobv@2508 331 # Note: no PPC or ARM tests at this stage
ohair@594 332
bobv@2508 333 jprt.test.targets.standard = \
dholmes@2912 334 ${jprt.my.linux.i586.test.targets.embedded}, \
ohair@594 335 ${jprt.my.solaris.sparcv9.test.targets}, \
ohair@594 336 ${jprt.my.solaris.x64.test.targets}, \
ohair@594 337 ${jprt.my.linux.i586.test.targets}, \
ohair@594 338 ${jprt.my.linux.x64.test.targets}, \
phh@3470 339 ${jprt.my.macosx.x64.test.targets}, \
ohair@594 340 ${jprt.my.windows.i586.test.targets}, \
dholmes@2912 341 ${jprt.my.windows.x64.test.targets}, \
dholmes@2912 342 ${jprt.test.targets.open}
ohair@594 343
bobv@2508 344 jprt.test.targets.embedded= \
bobv@2508 345 ${jprt.my.linux.i586.test.targets.embedded}, \
bobv@2508 346 ${jprt.my.solaris.sparcv9.test.targets}, \
bobv@2508 347 ${jprt.my.solaris.x64.test.targets}, \
bobv@2508 348 ${jprt.my.linux.x64.test.targets}, \
bobv@2508 349 ${jprt.my.windows.i586.test.targets}, \
bobv@2508 350 ${jprt.my.windows.x64.test.targets}
bobv@2508 351
trims@3008 352 jprt.test.targets.jdk8=${jprt.test.targets.standard}
bobv@2508 353 jprt.test.targets.jdk7=${jprt.test.targets.standard}
amurillo@3983 354 jprt.test.targets.jdk7u8=${jprt.test.targets.jdk7}
bobv@2508 355 jprt.test.targets=${jprt.test.targets.${jprt.tools.default.release}}
bobv@2508 356
ohair@763 357 # The default test/Makefile targets that should be run
ohair@763 358
ohair@763 359 #jprt.make.rule.test.targets=*-product-*-packtest
ohair@763 360
bobv@2508 361 jprt.make.rule.test.targets.standard.client = \
ohair@1216 362 ${jprt.my.linux.i586}-*-c1-clienttest, \
bobv@2508 363 ${jprt.my.windows.i586}-*-c1-clienttest
bobv@2508 364
bobv@2508 365 jprt.make.rule.test.targets.standard.server = \
ohair@1216 366 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
ohair@1216 367 ${jprt.my.solaris.x64}-*-c2-servertest, \
ohair@1216 368 ${jprt.my.linux.i586}-*-c2-servertest, \
ohair@1216 369 ${jprt.my.linux.x64}-*-c2-servertest, \
phh@3470 370 ${jprt.my.macosx.x64}-*-c2-servertest, \
ohair@1216 371 ${jprt.my.windows.i586}-*-c2-servertest, \
ohair@1216 372 ${jprt.my.windows.x64}-*-c2-servertest
ohair@1216 373
brutisso@3266 374 jprt.make.rule.test.targets.standard.internalvmtests = \
brutisso@3266 375 ${jprt.my.solaris.sparcv9}-fastdebug-c2-internalvmtests, \
brutisso@3266 376 ${jprt.my.solaris.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 377 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 378 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
phh@3470 379 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
brutisso@3266 380 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
brutisso@3266 381 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
mgerdin@3619 382
mgerdin@3619 383 jprt.make.rule.test.targets.standard.wbapi = \
mgerdin@3619 384 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 385 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 386 ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 387 ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 388 ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 389 ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
mgerdin@3619 390 ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
mgerdin@3619 391 ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
mgerdin@3619 392
bobv@2508 393 jprt.make.rule.test.targets.standard = \
bobv@2508 394 ${jprt.make.rule.test.targets.standard.client}, \
brutisso@3266 395 ${jprt.make.rule.test.targets.standard.server}, \
mgerdin@3619 396 ${jprt.make.rule.test.targets.standard.internalvmtests}, \
mgerdin@3619 397 ${jprt.make.rule.test.targets.standard.wbapi}
bobv@2508 398
bobv@2508 399 jprt.make.rule.test.targets.embedded = \
bobv@2508 400 ${jprt.make.rule.test.targets.standard.client}
bobv@2508 401
trims@3008 402 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}
bobv@2508 403 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
amurillo@3983 404 jprt.make.rule.test.targets.jdk7u8=${jprt.make.rule.test.targets.jdk7}
bobv@2508 405 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
bobv@2508 406
mikael@3819 407 # 7155453: Work-around to prevent popups on OSX from blocking test completion
drchase@4942 408 # but the work-around is added to all platforms to be consistent
mikael@3819 409 jprt.jbb.options=-Djava.awt.headless=true

mercurial