comparison make/jprt.properties @ 781:44ccd7a9065c

6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built Reviewed-by: never, kvn
author ohair
date Fri, 08 May 2009 15:16:38 -0700
parents af5d39ca39a3
children bd02caa94611
comparison
equal deleted inserted replaced
779:d0e0d6d824d8 781:44ccd7a9065c
333 ${jprt.my.windows.i586.test.targets}, \ 333 ${jprt.my.windows.i586.test.targets}, \
334 ${jprt.my.windows.x64.test.targets} 334 ${jprt.my.windows.x64.test.targets}
335 335
336 # The default test/Makefile targets that should be run 336 # The default test/Makefile targets that should be run
337 337
338 # Example:
339 # jprt.make.rule.test.targets=*-*-*-packtest
340 #jprt.make.rule.test.targets=*-product-*-packtest 338 #jprt.make.rule.test.targets=*-product-*-packtest
341 339
340 jprt.make.rule.test.targets = \
341 ${jprt.my.solaris.sparc}-*-c1-clienttest, \
342 ${jprt.my.solaris.i586}-*-c1-clienttest, \
343 ${jprt.my.linux.i586}-*-c1-clienttest, \
344 ${jprt.my.windows.i586}-*-c1-clienttest, \
345 ${jprt.my.solaris.sparc}-*-c2-servertest, \
346 ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
347 ${jprt.my.solaris.i586}-*-c2-servertest, \
348 ${jprt.my.solaris.x64}-*-c2-servertest, \
349 ${jprt.my.linux.i586}-*-c2-servertest, \
350 ${jprt.my.linux.x64}-*-c2-servertest, \
351 ${jprt.my.windows.i586}-*-c2-servertest, \
352 ${jprt.my.windows.x64}-*-c2-servertest
353