You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/11/21 13:02:06 UTC

svn commit: r477641 - /harmony/enhanced/drlvm/trunk/build/make/test.properties

Author: geirm
Date: Tue Nov 21 04:02:06 2006
New Revision: 477641

URL: http://svn.apache.org/viewvc?view=rev&rev=477641
Log:
adding a bit of doc for the test.properties


Modified:
    harmony/enhanced/drlvm/trunk/build/make/test.properties

Modified: harmony/enhanced/drlvm/trunk/build/make/test.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/test.properties?view=diff&rev=477641&r1=477640&r2=477641
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/test.properties (original)
+++ harmony/enhanced/drlvm/trunk/build/make/test.properties Tue Nov 21 04:02:06 2006
@@ -1,6 +1,45 @@
+#
+#  Basic controls of the test system.  Note that the quotes
+#  used to delineate options are not used when specifying
+#  values
+#
+#---------------------------------------------
+#
+#   kernel.test.mode
+#
+# configures how tests are run wrt 
+# which jit or interpreter
+#
+# valid values are comma separated list
+# of "jet", "opt" and "int"
+#
 kernel.test.mode=jet,opt,int
+
+# --------------------------------------------
+#
+#  kernel.test.failfast
+#
+# determines if tests should continue on failure
+# valid values are "off" and "on"
+#
 kernel.test.failfast=off
+
+# --------------------------------------------
+#
+#  kernel.test.forkmode
+#
+#  instantiate one VM for kernel testsuite
+#  or one per test
+#  valid values are "one" and "perTest"
+#
 kernel.test.forkmode=once
+
+#--------------------------------------------
+#
+#  kernel.test.timeout
+#
+#  time limit to complete kernel test run
+#  in units of ???
 kernel.test.timeout=3600000