X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Threading%2FChangeLog;h=b5165e5b2bdc01a1df7f19fa0a62ca3322cef819;hb=81c378ae87d0fbfdd348644a4713160b535830b0;hp=bcddee4bef4c2126ce6b2b81c45b6047f347ac01;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/class/corlib/Test/System.Threading/ChangeLog b/mcs/class/corlib/Test/System.Threading/ChangeLog index bcddee4bef4..b5165e5b2bd 100644 --- a/mcs/class/corlib/Test/System.Threading/ChangeLog +++ b/mcs/class/corlib/Test/System.Threading/ChangeLog @@ -1,3 +1,124 @@ +2008-06-13 Zoltan Varga + + * MutexTest.cs: Reenable some mutex tests which seem to work now. + +2008-06-13 Gert Driesen + + * 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 + + * TimerTest.cs (Callback): Use Interlocked Increment to increase the + counter. + +2007-12-28 Atsushi Enomoto + + * ThreadTest.cs : made couple of tests fail under Windows and made + corlib tests run without timtout. + +2007-12-28 Atsushi Enomoto + + * ThreadTest.cs : marked TestStart() as NotDotNet. It hangs. + +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