[Mono-bugs] [Bug 610878] New: gmcs fails to report missing override methods for some cases.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 2 03:58:14 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=610878

http://bugzilla.novell.com/show_bug.cgi?id=610878#c0


           Summary: gmcs fails to report missing override methods for some
                    cases.
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: aenomoto at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


I have created an example repro based on
mcs/class/System.Runtime.Serialization/System.Xml/XmlBinaryDictionaryReader.cs,
attached as part of bug #599479.

https://bugzillafiles.novell.org/attachment.cgi?id=366068

steps to reproduce:
- cd mcs/class/System.Runtime.Serialization
- patch -i the-above.patch -p0
- make

It should report missing overrides for MoveToAttribute(string) and
GetAttribute(string).

side effects:
- The resulting PE is invalid according to .NET PEVerify.exe.
- With the resulting assembly it fails to load some types in the assembly
itself. Run "make run-test" in the directory and it will reports a lot of
regressions.

2.6.4 gmcs reports errors as expected.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list