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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to