# HG changeset patch # User ctornqvi # Date 1429736308 25200 # Node ID 8eafd36e9a8da1df099eb05e8877db432bba83ef # Parent 5e44488dad55d534cf5dcf59cbe5975b29329e89 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config Reviewed-by: mikael, sla diff -r 5e44488dad55 -r 8eafd36e9a8d make/jprt.properties --- a/make/jprt.properties Mon Apr 20 14:26:53 2015 +0200 +++ b/make/jprt.properties Wed Apr 22 13:58:28 2015 -0700 @@ -422,15 +422,6 @@ windows_i586_6.1-*-default-hotspot_basicvmtest, \ windows_x64_6.1-*-default-hotspot_basicvmtest -my.make.rule.test.targets.hotspot.internalvmtests= \ - solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \ - solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \ - linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \ - linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \ - macosx_x64_10.9-fastdebug-c2-hotspot_internalvmtests, \ - windows_i586_6.1-fastdebug-c2-hotspot_internalvmtests, \ - windows_x64_6.1-fastdebug-c2-hotspot_internalvmtests - my.make.rule.test.targets.hotspot.reg.group= \ solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ solaris_x64_5.11-fastdebug-c2-GROUP, \ @@ -461,7 +452,6 @@ # 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.internalvmtests}, \ ${my.additional.make.rule.test.targets.hotspot.other} # All the makefile based tests to run