[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / Test / ChangeLog
index 2f3514c237783148e16efaeffa4ba5fc800c0090..cd19e34c0c798c4cd8df4c3e0aaf216d4ab751a3 100644 (file)
@@ -1,3 +1,51 @@
+2010-05-29  Robert Jordan  <robertj@gmx.net>
+
+       * IpcChannelTest.cs: Add test for bug #609381.
+
+2010-02-28  Robert Jordan  <robertj@gmx.net>
+
+       * BaseCalls.cs: Enable tests again. See bug #576618.
+
+2010-02-11  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ActivationTests.cs: Disable TestCreateHttpWkoSingleCall and
+       TestCreateHttpWkoSingleton due to sporadic failures.
+       Filed as bug #579277.
+
+2010-02-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * HttpCalls.cs: Disable all tests here due to excessive
+       sporadic failures.  Filed as bug #576724.
+
+2010-02-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * BaseCalls.cs: Mark tests as NotWorking.  Reported as bug #576618.
+
+2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * HttpServerChannelTests.cs:
+       * BaseCalls.cs:
+       * System.Runtime.Remoting.Channels.Tcp/TcpChannelTest.cs: ignore tests
+       that fail on MS.NET.
+
+2009-05-24  Robert Jordan  <robertj@gmx.net>
+
+       * GenericTest.cs: differentiate between "Test(int)" and
+       "Test<int>(int)" to prove that the correct method is invoked.
+
+2009-05-24  Robert Jordan  <robertj@gmx.net>
+
+       * GenericTest.cs (TestCrossAppDomainChannel): disable on MS.NET as
+       some generic calls do not seem to be supported anymore. It looks
+       like a bug, though, since the same tests are passing when performed
+       over the TCP channel.
+
+2009-05-24  Robert Jordan  <robertj@gmx.net>
+
+       * GenericTest.cs (TestTcpChannel): create a unique channel and
+       unregister it upon termination. Fixes issues that were uncovered
+       by the NUnit upgrade (see Atsushi's changelogs below).
+
 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * RemotingServicesTest.cs : mark failing test as NotWorking, and