You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/05/23 11:15:41 UTC

svn commit: r540896 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

Author: varlax
Date: Wed May 23 02:15:40 2007
New Revision: 540896

URL: http://svn.apache.org/viewvc?view=rev&rev=540896
Log:
Minor enhancements in "test2" target

Modified:
    harmony/enhanced/drlvm/trunk/build/make/build.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/build.xml?view=diff&rev=540896&r1=540895&r2=540896
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/build.xml Wed May 23 02:15:40 2007
@@ -411,15 +411,16 @@
             <property name="hy.test.vm.name" value="drl"/>
             <property name="test.jre.home" value="${build.deploy.dir}/jdk/jre"/>
             <property name="short.report" value="true"/>
+            <property name="hy.test.vmargs" value="-XX:-vm.assert_dialog ${test.vmargs}"/>
         </ant>
-        <!--ant antfile="targets/kernel.test.xml" target="kernel.test" output="${build.semi.dir}/kernel.log"/-->
+        <ant antfile="targets/kernel.test.xml" target="kernel.test" output="${build.semi.dir}/kernel.log"/>
         <ant antfile="targets/ehwa.test.xml" target="ehwa" output="${build.semi.dir}/ehwa.log"/>
-        <ant target="test" output="${build.semi.dir}/test.log"/>
-        <!--sequential>
+        <!--ant target="test" output="${build.semi.dir}/test.log"/-->
+        <sequential>
             <ant target="cunit.test" output="${build.semi.dir}/cunit.log"/>
             <ant target="smoke.test" output="${build.semi.dir}/smoke.log"/>
             <ant target="jvmti.test" output="${build.semi.dir}/jvmti.log"/>
-        </sequential-->
+        </sequential>
         </parallel>
     </target>