* ThreadTest.cs: Fix build using csc 1.x.
[mono.git] / mcs / class / corlib / Test / System.Threading / ChangeLog
1 2007-05-16  Gert Driesen  <drieseng@users.sourceoforge.net>
2
3         * ThreadTest.cs: Fix build using csc 1.x.
4
5 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
6
7         * ThreadTest.cs: Add ApartmentState related tests.
8
9 2007-04-03  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * MutexTest.cs: Enabled test for bug #79358.
12
13 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * MutexTest.cs: Added test for bug #79358. Code formatting, no longer
16         derive from (deprecated) TestCase.
17
18 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * ExecutionContextTest.cs: Changed Run test to execute only under
21         CAS until bug #78306 (CompressedStack) is fixed.
22
23 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
24
25         * InterlockedTest.cs: Fix Interlocked.Add tests.
26
27 2006-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
28
29         * TimerTest.cs: Added test for bug #78208. Marked individual tests
30         NotWorking instead of the test class to enable test for bug #78208. 
31
32 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * ThreadTest.cs : mark not-working tests as [Ignore] since it blocks
35           run-test-ondotnet under 2.0 profile.
36
37 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
40           .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
41
42 2005-10-06  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * ThreadTest.cs: Added regression test for #76332 when an IPrincipal
45         instance should be copied in any new thread created.
46
47 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
48
49         * MutexTest.cs: Redisable. They didn't work so well ;-(.
50
51 2005-06-28  Ben Maurer  <bmaurer@ximian.com>
52
53         * MutexTest.cs: Re-enable the mutex tests. They seem to work for
54         me now when I ran them in a loop on the smp box.
55
56 2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
57
58         * ThreadTest.cs: sanitize waiting for a thread that might be already
59         done. Added test for Thread.Start called after thread.Abort, which used
60         to segfault.
61
62 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * MonitorTest.cs: a pair of tests for Monitor.
65
66 2005-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
67
68         * AutoResetEventTest.cs: test for AutoResetEvent.
69
70 2005-03-28  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * CompressedStackCas.cs: New. CAS unit tests for CompressedStack.
73         * CompressedStackTest.cs: New. Unit tests for CompressedStack.
74         * ExecutionContextCas.cs: New. CAS unit tests for ExecutionContext.
75         * ExecutionContextTest.cs: New. Unit tests for ExecutionContext.
76
77 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * MutexCas.cs: New. CAS unit tests for Mutex.
80         * ThreadCas.cs: New. CAS unit tests for Thread.
81         * WaitHandleCas.cs: New. CAS unit tests for WaitHandle.
82
83 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
84
85         * InterlockedTest.cs: Enable 2.0 tests.
86         
87         * InterlockedTest.cs: New file. Tests from 
88         Luca Barbieri (luca.barbieri@gmail.com).
89
90 2005-02-16  Ben Maurer  <bmaurer@ximian.com>
91
92         * TimerTest.cs: Disable this test. It seems to be completely
93         unreliable, likely because it depends on a race. See comment in
94         the source.
95
96 2005-01-31  Nick Drochak <ndrochak@ieee.com>
97
98         * ThreadTest.cs: SuspendAbort is not working it seems.
99
100 2005-01-18  Nick Drochak <ndrochak@ieee.com>
101
102         * ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test.
103
104 2004-09-22  Lluis Sanchez Gual <lluis@novell.com>
105
106         * ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
107         thread fails. Added a timeout to active waits.
108
109 2004-08-25  Nick Drochak <ndrochak@ieee.com>
110
111         * ThreadTest.cs: Some tests hang on MS.NET so ignore them.
112
113 2004-06-22  Dick Porter <dick@ximian.com>
114
115         * MutexTest.cs: No need to ignore these tests now
116
117         * ThreadTest.cs: You can't Start() a thread that's been aborted.
118         Improve state tests.
119
120 2004-06-17  Lluis Sanchez Gual <lluis@ximian.com>
121
122         * ThreadTest.cs: Improved test.
123
124 2004-06-15  Lluis Sanchez Gual <lluis@ximian.com>
125
126         * TimerTest.cs: Added more tests.
127         * ThreadTest.cs: Added new tests for Thread.Suspend.
128
129 2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>
130
131         * ThreadTest.cs: Removed Ignore attribute from several threading tests that
132           failed because of Thread.Abort.
133
134 2004-05-01  Nick Drochak <ndrochak@gol.com>
135
136         * ThreadTest.cs: Un-ignore some tests that seem to run pretty well
137         now.  Getting one failure from these, but at least they run without
138         crasing, or trowing some nasty _wapi exception thingy.
139
140 2004-04-27  Nick Drochak <ndrochak@ieee.org>
141
142         * ReaderWriterLockTest.cs: Remove compiler warnings.
143
144 2004-04-13  Lluis Sanchez Gual <lluis@ximian.com>
145
146         * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
147
148 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
149
150         * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
151         CurrentPrincipal tests to work on both Windows and Linux.
152
153 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
154
155         * TimerTest.cs: Beginnings of regression tests for the Timer class.
156
157 2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>
158
159         * ReaderWriterLockTest.cs: Added one more test.
160
161 2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>
162
163         * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
164
165 2004-03-19  David Sheldon <dave-mono@earth.li>
166
167   * ThreadTest.cs: Removed Ignore attributes from 
168       CurrentPrincipal_PrincipalPolicy_NoPrincipal and
169       CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
170     Now that bug 54041 is fixed, and they wont livelock.
171
172 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
173
174         * ThreadTest.cs: Added unit tests for CurrentPrincipal.
175
176 2003-01-28  Nick Drochak <ndrochak@gol.com>
177
178         * MutexTest.cs: Ignore tests that hang mono.
179         * ThreadTest.cs: Ignore tests that hang mono.
180
181 2003/01/23  Nick Drochak <ndrochak@gol.com>
182
183         * ThreadTest.cs: Test for alternate possibilities
184
185 2003-01-13  Nick Drochak  <ndrochak@gol.com>
186
187         * MutexTest.cs: Disable some tests that case unhandled exceptions
188         on MS.NET.
189
190 2002-12-21  Nick Drochak <ndrochak@gol.com>
191
192         * all: make tests build and run under nunit2
193
194 2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
195
196         * MutexTest.cs : New suite for Mutex.
197         
198 2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
199
200         * ThreadTest.cs : New suite for Thread.
201         * AllTests.cs : Add the new suite.