[Mono-bugs] [Bug 320672] mcs generates invalid IL in nunit.util assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 7 04:56:09 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=320672#c2


Marek Safar <msafar at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |msafar at novell.com
             Status|REOPENED                                        |RESOLVED
         Resolution|                                                |WONTFIX




--- Comment #2 from Marek Safar <msafar at novell.com>  2007-11-07 02:56:09 MST ---
  .maxstack  11
  .locals init (class NUnit.Util.TestRunnerEx V_0)
  IL_0000:  ldarg.0
  IL_0001:  ldfld      bool NUnit.Util.TestLoader::multiDomain
  IL_0006:  brfalse    IL_0015
  IL_000b:  newobj     instance void
NUnit.Util.MultipleTestDomainRunner::.ctor()
  IL_0010:  br         IL_001a
  IL_0015:  newobj     instance void NUnit.Util.TestDomain::.ctor()
  IL_001a:  stloc.0   <----- peverify complains here


I thing it is peverify bug, TestRunnerEx is an interface in this case and
peverify is probably not able to follow.


-- 
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