Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-03-17 13:03:13 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-03-17 13:03:13 +0300
commita8de6547eb4d7cd421fa373880706723ccf28b05 (patch)
tree39a0747bf0888d7720e43ee52c3eebfd2fcef309 /mcs/errors/ChangeLog
parente92f7e96fe75d1e3b31d9567e1ac55a2c93474f9 (diff)
* Makefile (run-mcs-tests): Disable TestRunner on net_2_0 profile.
* TestRunner.cs (Main): Exit with non-zero on regressions. I had BINFMT_MISC that supported executing mono binaries. No wonder it worked for me. svn path=/trunk/mcs/; revision=41931
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 221b639324b..9e01e90ed9c 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -2,11 +2,13 @@
* Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
(run-mcs-tests): Clean up. Use profile specific test runner.
+ Disable TestRunner on net_2_0 profile.
* TestRunner.cs (ProcessTester): Redirect stdout too.
(Tester.Log, Tester.LogLine): New. Replacements for Console.Write
and Console.WriteLine that also log to files.
(Tester.Main): Add new command line argument for log file name.
Use the name of the compiler to select tests rather than "1".
+ Exit with non-zero on regressions.
2005-03-16 Marek Safar <marek.safar@seznam.cz>