[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
Fri, 29 Apr 2005 18:55:15 -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 vgough@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74773
--- shadow/74773 2005-04-29 18:49:58.000000000 -0400
+++ shadow/74773.tmp.14861 2005-04-29 18:55:15.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74773
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details: Suse 9.2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vgough@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -88,6 +88,12 @@
&& Test(new FailingTest(), "FailingTest") )
return 0; // everything worked
else
return 1;
}
}
+
+------- 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.