2007-10-21 Gert Driesen * ThreadTest.cs: On 2.0 profile, enable > 0 tests for GetHashCode. Added test that asserts if the hashcode of two threads is distinct. 2007-10-20 Raja R Harinath * TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name. 2007-10-19 Dick Porter * ThreadTest.cs: Re-enable ManagedThreadId test too 2007-10-19 Dick Porter * ThreadTest.cs: Re-enable GetHashCodeTest 2007-10-05 Dick Porter * ThreadTest.cs: Disable GetHashCodeTest while I figure out why GetHashCode sometimes returns 0. 2007-09-25 Dick Porter * ThreadTest.cs: Enable GetHashCodeTest 2007-09-18 Gert Driesen * ThreadTest.cs: Added GetHashCode test for bug #325566. 2007-09-05 Gert Driesen * ThreadTest.cs: Added test for bug #82700. Re-enabled and fixed some tests that pass on my two boxes. Shoot me if these break the buildbots. Cleaned up some tests. 2007-08-10 Gert Driesen * ThreadTest.cs: Enabled test for bug #81658, and uncommented code that relies on that fix. 2007-07-22 Gert Driesen * AutoResetEventTest.cs: Added test for verifying effect of assigning new SafeWaitHandle on the previous one. Use meaningful names for tests. Avoid unref warning. Removed usage of deprecated Assertion class. Spaces to tabs. 2007-07-21 Miguel de Icaza * AutoResetEventTest.cs: Integrated test based on Gert's email (only the first chunk). 2007-07-08 Gert Driesen * ThreadTest.cs: Removed tests for bug #81930, since other tests can break these by changing the CurrentCulture or CurrentUICulture. Instead I've added a standalone test for this (in the gert module). 2007-06-24 Gert Driesen * ThreadTest.cs: Added tests for bug #81930. 2007-06-08 Gert Driesen * ThreadTest.cs: Enabled test for bug #81720. 2007-05-23 Gert Driesen * ThreadTest.cs: Added test for bug #81720. Improved test for bug #81658. Added test for changing ApartmentState on background thread. 2007-05-17 Gert Driesen * ThreadTest.cs: Use Assert instead of deprecated Assertion class. Code formatting. Added test for bug #81658. 2007-05-16 Gert Driesen * ThreadTest.cs: Fix build using csc 1.x. 2007-05-09 Jonathan Chambers * ThreadTest.cs: Add ApartmentState related tests. 2007-04-03 Gert Driesen * MutexTest.cs: Enabled test for bug #79358. 2006-12-13 Gert Driesen * MutexTest.cs: Added test for bug #79358. Code formatting, no longer derive from (deprecated) TestCase. 2006-06-14 Sebastien Pouliot * ExecutionContextTest.cs: Changed Run test to execute only under CAS until bug #78306 (CompressedStack) is fixed. 2006-06-04 Zoltan Varga * InterlockedTest.cs: Fix Interlocked.Add tests. 2006-04-30 Gert Driesen * TimerTest.cs: Added test for bug #78208. Marked individual tests NotWorking instead of the test class to enable test for bug #78208. 2006-01-18 Atsushi Enomoto * ThreadTest.cs : mark not-working tests as [Ignore] since it blocks run-test-ondotnet under 2.0 profile. 2006-01-18 Atsushi Enomoto * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under .NET 2.0 it breaks nunit-console (breaks its own AppDomain). 2005-10-06 Sebastien Pouliot * ThreadTest.cs: Added regression test for #76332 when an IPrincipal instance should be copied in any new thread created. 2005-06-30 Ben Maurer * MutexTest.cs: Redisable. They didn't work so well ;-(. 2005-06-28 Ben Maurer * MutexTest.cs: Re-enable the mutex tests. They seem to work for me now when I ran them in a loop on the smp box. 2005-06-06 Gonzalo Paniagua Javier * ThreadTest.cs: sanitize waiting for a thread that might be already done. Added test for Thread.Start called after thread.Abort, which used to segfault. 2005-05-05 Gonzalo Paniagua Javier * MonitorTest.cs: a pair of tests for Monitor. 2005-04-30 Gonzalo Paniagua Javier * AutoResetEventTest.cs: test for AutoResetEvent. 2005-03-28 Sebastien Pouliot * CompressedStackCas.cs: New. CAS unit tests for CompressedStack. * CompressedStackTest.cs: New. Unit tests for CompressedStack. * ExecutionContextCas.cs: New. CAS unit tests for ExecutionContext. * ExecutionContextTest.cs: New. Unit tests for ExecutionContext. 2005-03-24 Sebastien Pouliot * MutexCas.cs: New. CAS unit tests for Mutex. * ThreadCas.cs: New. CAS unit tests for Thread. * WaitHandleCas.cs: New. CAS unit tests for WaitHandle. 2005-02-20 Zoltan Varga * InterlockedTest.cs: Enable 2.0 tests. * InterlockedTest.cs: New file. Tests from Luca Barbieri (luca.barbieri@gmail.com). 2005-02-16 Ben Maurer * TimerTest.cs: Disable this test. It seems to be completely unreliable, likely because it depends on a race. See comment in the source. 2005-01-31 Nick Drochak * ThreadTest.cs: SuspendAbort is not working it seems. 2005-01-18 Nick Drochak * ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test. 2004-09-22 Lluis Sanchez Gual * ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the thread fails. Added a timeout to active waits. 2004-08-25 Nick Drochak * ThreadTest.cs: Some tests hang on MS.NET so ignore them. 2004-06-22 Dick Porter * MutexTest.cs: No need to ignore these tests now * ThreadTest.cs: You can't Start() a thread that's been aborted. Improve state tests. 2004-06-17 Lluis Sanchez Gual * ThreadTest.cs: Improved test. 2004-06-15 Lluis Sanchez Gual * TimerTest.cs: Added more tests. * ThreadTest.cs: Added new tests for Thread.Suspend. 2004-06-10 Lluis Sanchez Gual * ThreadTest.cs: Removed Ignore attribute from several threading tests that failed because of Thread.Abort. 2004-05-01 Nick Drochak * ThreadTest.cs: Un-ignore some tests that seem to run pretty well now. Getting one failure from these, but at least they run without crasing, or trowing some nasty _wapi exception thingy. 2004-04-27 Nick Drochak * ReaderWriterLockTest.cs: Remove compiler warnings. 2004-04-13 Lluis Sanchez Gual * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909. 2004-04-13 Sebastien Pouliot * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted CurrentPrincipal tests to work on both Windows and Linux. 2004-04-09 Zoltan Varga * TimerTest.cs: Beginnings of regression tests for the Timer class. 2004-04-07 Lluis Sanchez Gual * ReaderWriterLockTest.cs: Added one more test. 2004-04-06 Lluis Sanchez Gual * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock. 2004-03-19 David Sheldon * ThreadTest.cs: Removed Ignore attributes from CurrentPrincipal_PrincipalPolicy_NoPrincipal and CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal Now that bug 54041 is fixed, and they wont livelock. 2004-02-05 Sebastien Pouliot * ThreadTest.cs: Added unit tests for CurrentPrincipal. 2003-01-28 Nick Drochak * MutexTest.cs: Ignore tests that hang mono. * ThreadTest.cs: Ignore tests that hang mono. 2003/01/23 Nick Drochak * ThreadTest.cs: Test for alternate possibilities 2003-01-13 Nick Drochak * MutexTest.cs: Disable some tests that case unhandled exceptions on MS.NET. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-11-29 Eduardo Garcia Cebollero * MutexTest.cs : New suite for Mutex. 2002-11-23 Eduardo Garcia Cebollero * ThreadTest.cs : New suite for Thread. * AllTests.cs : Add the new suite.