[Mono-dev] Review fixes for System.Threading.Thread
Gert Driesen
gert.driesen at telenet.be
Tue May 29 08:12:01 EDT 2007
Hi,
Can someone review the patches I submitted for the following bugs:
* bug #81658 (http://bugzilla.ximian.com/show_bug.cgi?id=81658):
When a thread is stopped and you attempt to invoke either Thread.ApartmentState or Thread.IsBackground then a ThreadStateException should be thrown (to match MS).
* bug #81720 (http://bugzilla.ximian.com/show_bug.cgi?id=81720):
When a thread is stopped, then the ThreadState.BackGround bit should be cleared (to match MS).
---
Both fixes are accompanied by unit tests. The unit tests for bug #81720 are already in SVN, but are currently marked NotWorking.
Thanks!
Gert
More information about the Mono-devel-list
mailing list