[Mono-bugs] [Bug 74773][Nor] Changed - casting to interface doesn't pick up overridden methods

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 04:27:13 -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 rharinath@novell.com.

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

--- shadow/74773	2005-04-29 18:55:15.000000000 -0400
+++ shadow/74773.tmp.5293	2005-05-02 04:27:13.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: Suse 9.2
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: rharinath@novell.com                            
 ReportedBy: vgough@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: casting to interface doesn't pick up overridden methods
@@ -94,6 +94,15 @@
 
 ------- Additional Comments From vgough@pobox.com  2005-04-29 18:55 -------
 Oh, perhaps this is more likely to be a runtime rather than compiler problem.  I 
 just thought to try this with DotGnu runtime (0.6.2) that comes with Suse 9.2, 
 and it fails both tests.  I am going to try with the latest release once I get it 
 installed. 
+
+------- Additional Comments From rharinath@novell.com  2005-05-02 04:27 -------
+It appears to be a compiler problem.
+
+  Compiled with CSC, run on .NET -> both pass
+  Compiled with CSC, run on mono -> both pass
+  Compiled with MCS, run on .NET -> one failure
+  Compiled with MCS, run on mono -> one failure
+