On Fri, 2002-05-17 at 04:53, Nick Drochak wrote: > Hi. When I run the new ConvertTest we just received, mono gives this > output: > > ./mono NUnitConsole_mono.exe > MonoTests.System.ConvertTest,corlib_linux_test.dll
All I get is: # mono NUnitConsole_mono.exe MonoTests.System.ConvertTest,corlib_linux_test.dll Error: NUnit.Runner.LoaderException Error loading test class: MonoTests.System.ConvertTest,corlib_linux_test.dllSystem.NullReferenceExceptionin 0x000a1 NUnit.Runner.StandardLoader:LoadTest (string,string) in 0x00118 NUnit.Runner.StandardLoader:LoadTest (string) in 0x00032 NUnit.Runner.BaseTestRunner:LoadSuiteClass (string) So how can I reproduce your results? - Dietmar > . > (process:5920): ** ERROR **: file codegen-x86.c: line 5792 > (mono_burg_emit_254): should not be reached > aborting... > Trace/breakpoint trap > > Since NUnit is only spitting out one dot, and the Test*() methods are > usually run in reverse order compared to their physical order in the > source, I guess that the problem is happening in > TestFromBase64CharArray(). > > BTW, there is no such file as 'codegen-x86.c' as reported by the assert. > > Nick D. > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
