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 12:05:06 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-03-17 12:05:06 +0300
commitd1e8668006eda544c879ce30d5d2eb7b6f28cf2b (patch)
tree2890db32c5c6f8271d042039882844cf59d9d3ed /mcs/errors/ChangeLog
parent0aae96703d43e09c048ef011ff34f1ebb855b0c5 (diff)
* Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
(run-mcs-tests): Clean up. Use profile specific test runner. * 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". svn path=/trunk/mcs/; revision=41928
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 34692fe9476..221b639324b 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,13 @@
+2005-03-17 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
+ (run-mcs-tests): Clean up. Use profile specific test runner.
+ * 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".
+
2005-03-16 Marek Safar <marek.safar@seznam.cz>
* Makefile: Enabled TestRunner for default profile.