comparison make/jprt.properties @ 6116:fab99b17c1de

7155453: [macosx] re-enable jbb tests in JPRT Summary: Run SPECjbb in headless mode and enable SPECjbb runs on OSX Reviewed-by: dcubed, dholmes
author mikael
date Fri, 01 Jun 2012 20:17:46 +0200
parents 1139f6b1cbd4
children 4434fdad6b37
comparison
equal deleted inserted replaced
6098:17be2328b50b 6116:fab99b17c1de
343 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \ 343 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
344 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \ 344 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParallelGC, \
345 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \ 345 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParNewGC, \
346 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \ 346 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_CMS, \
347 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \ 347 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_G1, \
348 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC 348 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-GCOld_ParOldGC, \
349 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default, \ 349 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default, \
350 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_tiered, \ 350 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_default_nontiered, \
351 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \ 351 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParallelGC, \
352 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \ 352 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_G1, \
353 # ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC 353 ${jprt.my.macosx.x64}-{product|fastdebug}-c2-jbb_ParOldGC
354 354
355 jprt.my.windows.i586.test.targets = \ 355 jprt.my.windows.i586.test.targets = \
356 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \ 356 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-jvm98, \
357 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \ 357 ${jprt.my.windows.i586}-{product|fastdebug}-c2-jvm98_nontiered, \
358 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \ 358 ${jprt.my.windows.i586}-{product|fastdebug}-{c1|c2}-scimark, \
507 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard} 507 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}
508 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard} 508 jprt.make.rule.test.targets.jdk7=${jprt.make.rule.test.targets.standard}
509 jprt.make.rule.test.targets.jdk7u4=${jprt.make.rule.test.targets.jdk7} 509 jprt.make.rule.test.targets.jdk7u4=${jprt.make.rule.test.targets.jdk7}
510 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}} 510 jprt.make.rule.test.targets=${jprt.make.rule.test.targets.${jprt.tools.default.release}}
511 511
512 # 7155453: Work-around to prevent popups on OSX from blocking test completion
513 # but the work-around is added to all platforms to be consistent
514 jprt.jbb.options=-Djava.awt.headless=true