You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/11/30 13:13:29 UTC

svn commit: r885412 - /incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml

Author: spoole
Date: Mon Nov 30 13:13:29 2009
New Revision: 885412

URL: http://svn.apache.org/viewvc?rev=885412&view=rev
Log:
added hprof test execution for Sun JVMs.  Also redid profile activation checks to be based on os name.

Modified:
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml?rev=885412&r1=885411&r2=885412&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/src/test/ant/test.xml Mon Nov 30 13:13:29 2009
@@ -28,7 +28,7 @@
 		<tcksetup dir="${target}">
 			<classpath path="${path}" />
 			<scenario name="142"/>
-			<jvmarg value="-agentpath:${cjvmti.agent.path}"/>
+			<jvmarg value="-Xrunhprof:file=dump.hprof,format=b"/>
 			<jvmarg value="-Dorg.apache.kato.dumptrigger.librarypath=${vmapi.agent.path}"/>
 		</tcksetup>
 		
@@ -39,10 +39,10 @@
 			    <pathelement path="${path}"/>
 			  </classpath>
 
-			<sysproperty key="org.apache.kato.dumppath" value="${target}/cjvmtiV0.cdmp"/>
+			<sysproperty key="org.apache.kato.dumppath" value="${target}/dump.hprof"/>
 			<formatter type="plain"/>
 			<formatter type="xml"/>
-			<test name="org.apache.kato.tck.tests.javaruntime.AllTests" todir="${target}"/>
+			<test name="org.apache.kato.tck.tests.legacy.AllTests" todir="${target}"/>
 		</junit>