[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Diagnostics / ChangeLog
index da478dc58a77acd218364ba43d404c403877ed06..2a5e3c7a03bfaab46c103dd77f2eb06b86e5a865 100644 (file)
@@ -1,3 +1,95 @@
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * SwitchesTest.cs, TraceTest.cs: Upgrade to new NUnit style.
+
+2009-02-24  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
+
+        * Process.cs: New tests for bug 477943.
+
+2008-12-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * ProcessTest.cs: Import System.Threading namespace.
+
+2008-12-25  Miguel de Icaza  <miguel@novell.com>
+
+       * ProcessTest.cs: Created a test case from bug 459450.
+
+2008-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EventLogTest.cs: Fixed compiler warning.
+
+2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TraceListenerTest.cs: Added test for GetSupportedAttributes.
+
+2008-06-21  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (Start_UseShellExecuteWithEmptyUserName):
+       add test for bug #350543.
+
+2008-06-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FileVersionInfoTest.cs : disabled all English-Windows-dependent
+         tests. They all fail on Windows whose language is not English.
+
+         In general, be careful to compare language-dependent strings.
+
+2008-05-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * TraceTest.cs: Add a test for #385666.
+
+2008-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVerionInfoTest.cs: Enabled test for bug #374600.
+
+2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVersionInfoTest.cs: Enabled tests that previously failed.
+       Increase code coverage.
+
+2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FileVersionInfoTest.cs: Added set of (mostly notworking) tests for
+       FileVersionInfo, and indirectly also for AssemblyBuilder.
+
+2007-12-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ProcessTest.cs: Added tests for PriorityClass.
+
+2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ProcessTest.cs: Added tests for Start overloads.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Comment out the failing asserts until I've found out why they are
+       failing.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Wait for the pending async operation.
+
+2007-11-02  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Instrument to see why the build bots are failing.
+
+2007-11-01  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs (TestRedirectedOutputIsAsync):
+       Replace the generated script with a simple one (command line based).
+       Add additional assert for Process.ExitCode == 0.
+
+2007-10-30  Robert Jordan  <robertj@gmx.net>
+
+       * ProcessTest.cs: Add tests for bug #319829.
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SwitchesTest.cs: Fixed compiler warning.
+
 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * DiagnosticsConfigurationHandlerTest.cs: No longer derive from