[Mono-bugs] [Bug 528830] appdomain-unload.exe unit test fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 2 05:33:33 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=528830
User romain at blogreen.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=528830#c13
--- Comment #13 from Romain Tartière <romain at blogreen.org> 2009-11-02 03:33:28 MST ---
Thanks!
I finally tried to run the failling function from outside the
appdomain-unload.exe assembly in case of side effects, and it worked as
expected. So I commented-out the other tests in the assembly one by one,
checking if it was okay or not.
It seems that if I disable one (or both) of these two function, the regression
test suite runs smoothly:
* test_0_unload_inside_appdomain_sync
* test_0_unload_with_threadpool
Both of them call `domain.DoCallback (new CrossAppDomainDelegate (xxxx))', so
it might be a direction to look at in the case this code is called twice, isn't
it?
--
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