< prev index next >

make/jprt.properties

Print this page
rev 2039 : [mq]: 8148244

*** 436,445 **** --- 436,454 ---- solaris_sparcv9_5.11-*-default-hotspot_basicvmtest, \ solaris_x64_5.11-*-default-hotspot_basicvmtest, \ windows_i586_6.3-*-default-hotspot_basicvmtest, \ windows_x64_6.3-*-default-hotspot_basicvmtest + my.make.rule.test.targets.hotspot.gtest= \ + linux_i586_3.8-*-default-hotspot_gtest, \ + linux_x64_3.8-*-default-hotspot_gtest, \ + macosx_x64_10.9-*-default-hotspot_gtest, \ + solaris_sparcv9_5.11-*-default-hotspot_gtest, \ + solaris_x64_5.11-*-default-hotspot_gtest, \ + windows_i586_6.3-*-default-hotspot_gtest, \ + windows_x64_6.3-*-default-hotspot_gtest + my.make.rule.test.targets.hotspot.reg.group= \ solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ solaris_x64_5.11-fastdebug-c2-GROUP, \ linux_i586_3.8-fastdebug-c2-GROUP, \ linux_x64_3.8-fastdebug-c2-GROUP, \
*** 463,482 **** ${my.additional.make.rule.test.targets.hotspot.reg} # Other Makefile based Hotspot tests my.make.rule.test.targets.hotspot.other= \ ${my.make.rule.test.targets.hotspot.basicvmtests}, \ ${my.additional.make.rule.test.targets.hotspot.other} # All the makefile based tests to run my.make.rule.test.targets.hotspot= \ ${my.make.rule.test.targets.hotspot.reg} \ ${my.make.rule.test.targets.hotspot.other} # Install the test bundle for the testset hotspot jtreg tests # (but not for the other Makefile based tests) ! my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg} # Native jdk and hotspot test targets (testset=nativesanity) my.make.rule.test.targets.nativesanity= \ ${my.test.target.set:TESTNAME=jdk_native_sanity}, \ ${my.test.target.set:TESTNAME=hotspot_native_sanity} --- 472,494 ---- ${my.additional.make.rule.test.targets.hotspot.reg} # Other Makefile based Hotspot tests my.make.rule.test.targets.hotspot.other= \ ${my.make.rule.test.targets.hotspot.basicvmtests}, \ + ${my.make.rule.test.targets.hotspot.gtest}, \ ${my.additional.make.rule.test.targets.hotspot.other} # All the makefile based tests to run my.make.rule.test.targets.hotspot= \ ${my.make.rule.test.targets.hotspot.reg} \ ${my.make.rule.test.targets.hotspot.other} # Install the test bundle for the testset hotspot jtreg tests # (but not for the other Makefile based tests) ! my.jprt.test.bundle.targets.hotspot= \ ! ${my.make.rule.test.targets.hotspot.reg}, \ ! ${my.make.rule.test.targets.hotspot.gtest} # Native jdk and hotspot test targets (testset=nativesanity) my.make.rule.test.targets.nativesanity= \ ${my.test.target.set:TESTNAME=jdk_native_sanity}, \ ${my.test.target.set:TESTNAME=hotspot_native_sanity}
< prev index next >