copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / class / corlib / Test / System.Threading / ChangeLog
1 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * MutexCas.cs: New. CAS unit tests for Mutex.
4         * ThreadCas.cs: New. CAS unit tests for Thread.
5         * WaitHandleCas.cs: New. CAS unit tests for WaitHandle.
6
7 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8
9         * InterlockedTest.cs: Enable 2.0 tests.
10         
11         * InterlockedTest.cs: New file. Tests from 
12         Luca Barbieri (luca.barbieri@gmail.com).
13
14 2005-02-16  Ben Maurer  <bmaurer@ximian.com>
15
16         * TimerTest.cs: Disable this test. It seems to be completely
17         unreliable, likely because it depends on a race. See comment in
18         the source.
19
20 2005-01-31  Nick Drochak <ndrochak@ieee.com>
21
22         * ThreadTest.cs: SuspendAbort is not working it seems.
23
24 2005-01-18  Nick Drochak <ndrochak@ieee.com>
25
26         * ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test.
27
28 2004-09-22  Lluis Sanchez Gual <lluis@novell.com>
29
30         * ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
31         thread fails. Added a timeout to active waits.
32
33 2004-08-25  Nick Drochak <ndrochak@ieee.com>
34
35         * ThreadTest.cs: Some tests hang on MS.NET so ignore them.
36
37 2004-06-22  Dick Porter <dick@ximian.com>
38
39         * MutexTest.cs: No need to ignore these tests now
40
41         * ThreadTest.cs: You can't Start() a thread that's been aborted.
42         Improve state tests.
43
44 2004-06-17  Lluis Sanchez Gual <lluis@ximian.com>
45
46         * ThreadTest.cs: Improved test.
47
48 2004-06-15  Lluis Sanchez Gual <lluis@ximian.com>
49
50         * TimerTest.cs: Added more tests.
51         * ThreadTest.cs: Added new tests for Thread.Suspend.
52
53 2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>
54
55         * ThreadTest.cs: Removed Ignore attribute from several threading tests that
56           failed because of Thread.Abort.
57
58 2004-05-01  Nick Drochak <ndrochak@gol.com>
59
60         * ThreadTest.cs: Un-ignore some tests that seem to run pretty well
61         now.  Getting one failure from these, but at least they run without
62         crasing, or trowing some nasty _wapi exception thingy.
63
64 2004-04-27  Nick Drochak <ndrochak@ieee.org>
65
66         * ReaderWriterLockTest.cs: Remove compiler warnings.
67
68 2004-04-13  Lluis Sanchez Gual <lluis@ximian.com>
69
70         * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
71
72 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
73
74         * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
75         CurrentPrincipal tests to work on both Windows and Linux.
76
77 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
78
79         * TimerTest.cs: Beginnings of regression tests for the Timer class.
80
81 2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>
82
83         * ReaderWriterLockTest.cs: Added one more test.
84
85 2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>
86
87         * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
88
89 2004-03-19  David Sheldon <dave-mono@earth.li>
90
91   * ThreadTest.cs: Removed Ignore attributes from 
92       CurrentPrincipal_PrincipalPolicy_NoPrincipal and
93       CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
94     Now that bug 54041 is fixed, and they wont livelock.
95
96 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
97
98         * ThreadTest.cs: Added unit tests for CurrentPrincipal.
99
100 2003-01-28  Nick Drochak <ndrochak@gol.com>
101
102         * MutexTest.cs: Ignore tests that hang mono.
103         * ThreadTest.cs: Ignore tests that hang mono.
104
105 2003/01/23  Nick Drochak <ndrochak@gol.com>
106
107         * ThreadTest.cs: Test for alternate possibilities
108
109 2003-01-13  Nick Drochak  <ndrochak@gol.com>
110
111         * MutexTest.cs: Disable some tests that case unhandled exceptions
112         on MS.NET.
113
114 2002-12-21  Nick Drochak <ndrochak@gol.com>
115
116         * all: make tests build and run under nunit2
117
118 2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
119
120         * MutexTest.cs : New suite for Mutex.
121         
122 2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
123
124         * ThreadTest.cs : New suite for Thread.
125         * AllTests.cs : Add the new suite.