[Mono-bugs] [Bug 331126] New: Type. IsAssignableTo results inconsistent with Microsoft implementation (4 cases)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 5 11:37:02 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=331126
Summary: Type.IsAssignableTo results inconsistent with Microsoft
implementation (4 cases)
Product: Mono: Class Libraries
Version: 1.2
Platform: i686
OS/Version: openSUSE 10.2
Status: NEW
Severity: Minor
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: gael at fraiteur.net
QAContact: mono-bugs at ximian.com
Found By: Other
Here is a list of problematic cases:
Mono INCORRECTLY says that...
MyType is assignable to MyType&;
EnumA& is not assignable to EnumB&, where EnumA and EnumB have the same
underlying type;
object& is assignable to int64&
object[] is assignable to !!0[]
The problems can be reproduced by running the unit tests of PostSharp
(PostSharp.Core.Test).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list