2010-07-14 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Wed, 14 Jul 2010 21:52:25 +0000 (21:52 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 14 Jul 2010 21:52:25 +0000 (21:52 -0000)
* tests.make: Do not run the tests under the verifier until the
verifier bug is fixed so at least we can see what is going on in
our buildbots.

svn path=/trunk/mcs/; revision=160388

mcs/build/ChangeLog
mcs/build/tests.make

index 43cc30e498102c8085b6ccd295f7a952e4623afd..1aaf90700bc4c4a4a31f2e21b73a932ca2ccd3b1 100644 (file)
@@ -1,3 +1,9 @@
+2010-07-14  Miguel de Icaza  <miguel@novell.com>
+
+       * tests.make: Do not run the tests under the verifier until the
+       verifier bug is fixed so at least we can see what is going on in
+       our buildbots.
+
 2010-07-12  Marek Safar  <marek.safar@gmail.com>
 
        * tests.make: Run all tests under verifier.
index adb7194292922244bcf1d089b986cd53afa36e7c..98e1eb8d3d08f50ac26d3bdae294db7a06020dc1 100644 (file)
@@ -84,7 +84,7 @@ endif
 ## FIXME: i18n problem in the 'sed' command below
 run-test-lib: test-local
        ok=:; \
-       PATH="$(TEST_RUNTIME_WRAPPERS_PATH):$(PATH)" MONO_REGISTRY_PATH="$(HOME)/.mono/registry" $(TEST_RUNTIME) $(RUNTIME_FLAGS) --verify-all $(TEST_HARNESS) $(test_assemblies) -noshadow $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) $(TEST_HARNESS_EXCLUDES) $(TEST_HARNESS_OUTPUT) -xml=TestResult-$(PROFILE).xml $(FIXTURE_ARG) $(TESTNAME_ARG)|| ok=false; \
+       PATH="$(TEST_RUNTIME_WRAPPERS_PATH):$(PATH)" MONO_REGISTRY_PATH="$(HOME)/.mono/registry" $(TEST_RUNTIME) $(RUNTIME_FLAGS) $(TEST_HARNESS) $(test_assemblies) -noshadow $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) $(TEST_HARNESS_EXCLUDES) $(TEST_HARNESS_OUTPUT) -xml=TestResult-$(PROFILE).xml $(FIXTURE_ARG) $(TESTNAME_ARG)|| ok=false; \
        $(TEST_HARNESS_POSTPROC) ; $$ok
 
 run-test-ondotnet-lib: test-local