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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82744 --- shadow/82744 2007-09-07 17:12:39.000000000 -0400 +++ shadow/82744.tmp.31491 2007-09-07 17:12:39.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 82744 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: Windows XP (Build 2600.xpsp_sp2_qfe.070227-2300 : Service Pack 2) +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Core +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Error from relflection.c while trying to run Rhino.Mocks unit tests + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Using MbUnit (http://www.mbunit.com) to run the test suite for Rhino.Mocks +under Mono 1.2.5 an error is received. Note that Rhino.Mocks was compiled +using the .NET 2.0 SDK. + +Steps to reproduce the problem: +1. Get the source code for Rhino.Mocks from +https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools. +2. Build the Rhino.Mocks source code with the .NET 2.0 SDK using the file +found at rhino-tools\trunk\DoBuild.Bat. +3. Change dir into the directory rhino-tools\trunk\rhino-mocks. +4. Run the unit tests, using MbUnit.Cons.exe, but under Mono using the +following command line: +"C:\Program Files\Mono-1.2.5\bin\mono.exe" --verbose +..\SharedLibs\Tools\MbUnit\MbUnit.Cons.exe +.\Rhino.Mocks.Tests\bin\debug\Rhino.Mocks.Tests.dll +/ap:.\Rhino-Mocks.Tests\bin\debug,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 + +Actual Results: + +*** ERROR **: file reflection.c line 9704 (resolve_object): should not be +reached aborting... + + +Expected Results: +MbUnit runs the unit tests without abending and all unit tests pass. (If +the unit tests do not all pass those are issues that will have to be +resolved by the Rhino.Mocks team). + +How often does this happen? +Every time. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
