[Swift-commit] r2400 - trunk/tests/misc

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Jan 6 13:47:00 CST 2009


Author: benc
Date: 2009-01-06 13:46:58 -0600 (Tue, 06 Jan 2009)
New Revision: 2400

Added:
   trunk/tests/misc/asserts.sh
Modified:
   trunk/tests/misc/run
Log:
test with java assertions turned on

Added: trunk/tests/misc/asserts.sh
===================================================================
--- trunk/tests/misc/asserts.sh	                        (rev 0)
+++ trunk/tests/misc/asserts.sh	2009-01-06 19:46:58 UTC (rev 2400)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# run tests with java assertions enabled
+
+export COG_OPTS="-enableassertions"
+
+cd ../language-behaviour
+
+./run


Property changes on: trunk/tests/misc/asserts.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/tests/misc/run
===================================================================
--- trunk/tests/misc/run	2009-01-06 18:47:45 UTC (rev 2399)
+++ trunk/tests/misc/run	2009-01-06 19:46:58 UTC (rev 2400)
@@ -1,7 +1,7 @@
 #!/bin/sh
 for a in clusters no-retries dryrun typecheck path-prefix restart restart2 restart3 restart4 restart5 restart-iterate workernode-local \
 ordering-extern-notlazy restart-extern ordering-extern \
-external-mapper-args extract-int-delayed \
+external-mapper-args extract-int-delayed asserts \
 ; do
  ./${a}.sh
  R=$?




More information about the Swift-commit mailing list