[Mono-dev] SPAM-LOW: Failing Unit Tests of NET_2_0 Profile

Charlie Poole charlie at nunit.com
Mon Sep 17 11:58:23 EDT 2007


Hi Robert,

> People were complaining on IRC about failing class libs unit 
> tests on the NET_2_0 profile.
> 
> I think it's the new 2.0 UnhandledException behavior that was 
> introduced a couple of days ago. It seems to break or to 
> trigger a bug in NUnit, as it does in xsp:
> 
> https://bugzilla.novell.com/show_bug.cgi?id=325507

I'm not sure what version of NUnit is being used. There have 
definitely been bugs in past releases of NUnit that caused an 
unhandled exception. Of course, the application under test
can also be the source of unhandled exceptions.

Currently, NUnit uses the <legacyUnhandledExceptionPolicy>
element so that unhandle exceptions don't cause it to terminate.
A dialog box is displayed in the GUI showing information about
the exception, including a guess as to what test caused it - it
has to be a guess, since we don't know what created the thread
that threw the exception. 

Charlie

> Robert
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 






More information about the Mono-devel-list mailing list