make/jprt.properties

Wed, 22 Apr 2009 19:30:54 -0700

author
trims
date
Wed, 22 Apr 2009 19:30:54 -0700
changeset 1154
a61730a6fdbc
parent 1067
ec1a6dc46005
child 1175
c8379544879a
permissions
-rw-r--r--

6833316: jprt.properties not setting values for 6u14 release flag
Summary: Fix jprt.properties to do 6u14 tests right
Reviewed-by: ohair

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

mercurial