2008-06-13 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Test / System.Threading / ChangeLog
index 0d4008cc68cd7d20d7bc063f4dfc53c6bf722e7c..b5165e5b2bdc01a1df7f19fa0a62ca3322cef819 100644 (file)
@@ -1,3 +1,148 @@
+2008-06-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * MutexTest.cs: Reenable some mutex tests which seem to work now.
+
+2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TimerTest.cs: Removed NotWorking category from TestDisposeOnCallback
+       test. Numbered asserts. Minor code formatting updates. Removed obsolete
+       comment on class.
+       * ThreadTest.cs: Use Assert.Fail for tests that fail on the Mono
+       runtime only when these tests are being executed on the Mono runtime.
+
+2008-06-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * TimerTest.cs (Callback): Use Interlocked Increment to increase the
+       counter.
+
+2007-12-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ThreadTest.cs : made couple of tests fail under Windows and made
+         corlib tests run without timtout.
+
+2007-12-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ThreadTest.cs : marked TestStart() as NotDotNet. It hangs.
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <harinath@gmail.com>
+
+       * TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name.
+
+2007-10-19  Dick Porter  <dick@ximian.com>
+
+       * ThreadTest.cs: Re-enable ManagedThreadId test too
+
+2007-10-19  Dick Porter  <dick@ximian.com>
+
+       * ThreadTest.cs: Re-enable GetHashCodeTest
+
+2007-10-05  Dick Porter  <dick@ximian.com>
+
+       * ThreadTest.cs: Disable GetHashCodeTest while I figure out why
+       GetHashCode sometimes returns 0.
+
+2007-09-25  Dick Porter  <dick@ximian.com>
+
+       * ThreadTest.cs: Enable GetHashCodeTest
+
+2007-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ThreadTest.cs: Added GetHashCode test for bug #325566.
+
+2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * ThreadTest.cs: Enabled test for bug #81658, and uncommented code
+       that relies on that fix.
+
+2007-07-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <miguel@novell.com>
+
+       * AutoResetEventTest.cs: Integrated test based on Gert's email
+       (only the first chunk).
+
+2007-07-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * ThreadTest.cs: Added tests for bug #81930.
+
+2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ThreadTest.cs: Enabled test for bug #81720.
+
+2007-05-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * ThreadTest.cs: Use Assert instead of deprecated Assertion class.
+       Code formatting. Added test for bug #81658.
+
+2007-05-16  Gert Driesen  <drieseng@users.sourceoforge.net>
+
+       * ThreadTest.cs: Fix build using csc 1.x.
+
+2007-05-09  Jonathan Chambers  <joncham@gmail.com>
+
+       * ThreadTest.cs: Add ApartmentState related tests.
+
+2007-04-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MutexTest.cs: Enabled test for bug #79358.
+
+2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MutexTest.cs: Added test for bug #79358. Code formatting, no longer
+       derive from (deprecated) TestCase.
+
+2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ExecutionContextTest.cs: Changed Run test to execute only under
+       CAS until bug #78306 (CompressedStack) is fixed.
+
+2006-06-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * InterlockedTest.cs: Fix Interlocked.Add tests.
+
+2006-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <atsushi@ximian.com>
+
+       * ThreadTest.cs : mark not-working tests as [Ignore] since it blocks
+         run-test-ondotnet under 2.0 profile.
+
+2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
+         .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
+
 2005-10-06  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ThreadTest.cs: Added regression test for #76332 when an IPrincipal