[Mono-bugs] [Bug 57672][Nor] New - remoting2 and remoting3 tests fail

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 15:15:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=57672

--- shadow/57672	2004-04-26 15:15:16.000000000 -0400
+++ shadow/57672.tmp.3046	2004-04-26 15:15:16.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 57672
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: remoting2 and remoting3 tests fail
+
+The remoting2 and remoting3 test cases under mono/mono/tests fail for
+quite some time. They work under MS.NET. Looking at the output, it seems
+like the problem is that d2.EndInvoke calls the Invoke method of the
+MyProxy class again, but with incomplete parameters. MS.NET only calls it
+twice.