X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Remoting%2FTest%2FChangeLog;h=cd19e34c0c798c4cd8df4c3e0aaf216d4ab751a3;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=26f3e6624e2b7cd34f652bdebd9cc6f6425363a7;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System.Runtime.Remoting/Test/ChangeLog b/mcs/class/System.Runtime.Remoting/Test/ChangeLog index 26f3e6624e2..cd19e34c0c7 100644 --- a/mcs/class/System.Runtime.Remoting/Test/ChangeLog +++ b/mcs/class/System.Runtime.Remoting/Test/ChangeLog @@ -1,3 +1,146 @@ +2010-05-29 Robert Jordan + + * IpcChannelTest.cs: Add test for bug #609381. + +2010-02-28 Robert Jordan + + * BaseCalls.cs: Enable tests again. See bug #576618. + +2010-02-11 Jonathan Pobst + + * ActivationTests.cs: Disable TestCreateHttpWkoSingleCall and + TestCreateHttpWkoSingleton due to sporadic failures. + Filed as bug #579277. + +2010-02-03 Jonathan Pobst + + * HttpCalls.cs: Disable all tests here due to excessive + sporadic failures. Filed as bug #576724. + +2010-02-03 Jonathan Pobst + + * BaseCalls.cs: Mark tests as NotWorking. Reported as bug #576618. + +2009-09-12 Gonzalo Paniagua Javier + + * HttpServerChannelTests.cs: + * BaseCalls.cs: + * System.Runtime.Remoting.Channels.Tcp/TcpChannelTest.cs: ignore tests + that fail on MS.NET. + +2009-05-24 Robert Jordan + + * GenericTest.cs: differentiate between "Test(int)" and + "Test(int)" to prove that the correct method is invoked. + +2009-05-24 Robert Jordan + + * 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 + + * 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 + + * RemotingServicesTest.cs : mark failing test as NotWorking, and + Ignore the blocker for other tests. + Remoting tests are finally back! + +2009-01-07 Atsushi Enomoto + + * BaseCalls.cs : fully name is sometimes rejected ... ? + +2009-01-07 Atsushi Enomoto + + * GenericTest.cs : change from NotWorking to Ignore which also fails + and blocks further tests under .NET. + +2009-01-07 Atsushi Enomoto + + * HttpBugTests.cs : mark some tests as [Ignore] as they are blocker + to other http tests. Make sure to unregister HTTP channel. + +2009-01-07 Atsushi Enomoto + + * GenericTest.cs, HttpServerChannelTests.cs, ActivationTests.cs, + BaseCalls.cs, CrossDomainCalls.cs, HttpBugTests.cs, + ContextsTest.cs : explicitly set applicationBasePath to load + the test assembly itself. It reduces hundreds of test failures + under .NET and upgraded NUnit. + Marked some tests as NotWorking (due to nunit upgrade). + +2008-09-24 Michael Hutchinson + + * HttpServerChannelTests.cs: Don't check for a chunked response from + the Mono HTTP server; it no longer chunks since that was breaking + other tests. + +2008-09-19 Michael Hutchinson + + * ActivationTests.cs: + * HttpCalls.cs: Add a timeout on the client. + * HttpBugTests.cs: Add tests for some bugzilla bugs. One's not fixed, + so is marked as not working. + +2008-09-19 Jeffrey Stedfast + + * HttpServerChannelTests.cs: More unit tests for + HttpServerChannel. + +2008-09-17 Jeffrey Stedfast + + * BaseCalls.cs (RemoteObject): Added more methods for invoking. + +2008-01-25 Gert Driesen + + * ActivationTests.cs: Only stop server if it was actually created. + * RemotingServicesTest.cs: Always/only unregister channels if they were + actually created. More code formatting. + +2008-01-25 Gert Driesen + + * RemotingServicesTest.cs: Do not hide exception that occur when + unregistering a channel. Code formatting and removed extra tabs. + +2007-10-30 Robert Jordan + + * GenericTest.cs: Add tests for bug #324232. + +2007-09-09 Robert Jordan + + * GenericTest.cs: Add tests for bug #78882, #81554. + +2007-06-05 Robert Jordan + + * RemotingServicesTest.cs: Add test for bug #81811. + +2007-05-19 Robert Jordan + + * IpcChannelTest.cs: Add test for bug #81653. + +2007-02-05 Robert Jordan + + * BaseCalls.cs (PrimitiveParams): Add dummy overload method for + bug #77191. + * ReflectionCalls.cs (PrimitiveParams): Due to the change above + we need to specify the exact signature because PrimitiveParams () + is overloaded now. + +2007-01-09 Robert Jordan + + * GenericTest.cs: Added test for generics in remoting interfaces. + See bug #80383. + +2006-12-18 Lluis Sanchez Gual + + * BaseCalls.cs: Added some tests for exceptions. + 2005-12-02 Robert Jordan * RemotingServicesTest.cs: Added test for bug #76809.