* TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name.
[mono.git] / mcs / class / corlib / Test / System.Threading / ChangeLog
1 2007-10-20  Raja R Harinath  <harinath@gmail.com>
2
3         * TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name.
4
5 2007-10-19  Dick Porter  <dick@ximian.com>
6
7         * ThreadTest.cs: Re-enable ManagedThreadId test too
8
9 2007-10-19  Dick Porter  <dick@ximian.com>
10
11         * ThreadTest.cs: Re-enable GetHashCodeTest
12
13 2007-10-05  Dick Porter  <dick@ximian.com>
14
15         * ThreadTest.cs: Disable GetHashCodeTest while I figure out why
16         GetHashCode sometimes returns 0.
17
18 2007-09-25  Dick Porter  <dick@ximian.com>
19
20         * ThreadTest.cs: Enable GetHashCodeTest
21
22 2007-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
23
24         * ThreadTest.cs: Added GetHashCode test for bug #325566.
25
26 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * ThreadTest.cs: Added test for bug #82700. Re-enabled and fixed some
29         tests that pass on my two boxes. Shoot me if these break the buildbots.
30         Cleaned up some tests.
31
32 2007-08-10  Gert Driesen  <drieseng@users.sourceforge.net>
33
34         * ThreadTest.cs: Enabled test for bug #81658, and uncommented code
35         that relies on that fix.
36
37 2007-07-22  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * AutoResetEventTest.cs: Added test for verifying effect of assigning
40         new SafeWaitHandle on the previous one. Use meaningful names for
41         tests. Avoid unref warning. Removed usage of deprecated Assertion
42         class. Spaces to tabs.
43
44 2007-07-21  Miguel de Icaza  <miguel@novell.com>
45
46         * AutoResetEventTest.cs: Integrated test based on Gert's email
47         (only the first chunk).
48
49 2007-07-08  Gert Driesen  <drieseng@users.sourceforge.net>
50
51         * ThreadTest.cs: Removed tests for bug #81930, since other tests can
52         break these by changing the CurrentCulture or CurrentUICulture.
53         Instead I've added a standalone test for this (in the gert module).
54
55 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
56
57         * ThreadTest.cs: Added tests for bug #81930.
58
59 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
60
61         * ThreadTest.cs: Enabled test for bug #81720.
62
63 2007-05-23  Gert Driesen  <drieseng@users.sourceforge.net>
64
65         * ThreadTest.cs: Added test for bug #81720. Improved test for
66         bug #81658. Added test for changing ApartmentState on background
67         thread.
68
69 2007-05-17  Gert Driesen  <drieseng@users.sourceforge.net>
70
71         * ThreadTest.cs: Use Assert instead of deprecated Assertion class.
72         Code formatting. Added test for bug #81658.
73
74 2007-05-16  Gert Driesen  <drieseng@users.sourceoforge.net>
75
76         * ThreadTest.cs: Fix build using csc 1.x.
77
78 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
79
80         * ThreadTest.cs: Add ApartmentState related tests.
81
82 2007-04-03  Gert Driesen  <drieseng@users.sourceforge.net>
83
84         * MutexTest.cs: Enabled test for bug #79358.
85
86 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
87
88         * MutexTest.cs: Added test for bug #79358. Code formatting, no longer
89         derive from (deprecated) TestCase.
90
91 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
92
93         * ExecutionContextTest.cs: Changed Run test to execute only under
94         CAS until bug #78306 (CompressedStack) is fixed.
95
96 2006-06-04  Zoltan Varga  <vargaz@gmail.com>
97
98         * InterlockedTest.cs: Fix Interlocked.Add tests.
99
100 2006-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
101
102         * TimerTest.cs: Added test for bug #78208. Marked individual tests
103         NotWorking instead of the test class to enable test for bug #78208. 
104
105 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * ThreadTest.cs : mark not-working tests as [Ignore] since it blocks
108           run-test-ondotnet under 2.0 profile.
109
110 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
113           .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
114
115 2005-10-06  Sebastien Pouliot  <sebastien@ximian.com>
116
117         * ThreadTest.cs: Added regression test for #76332 when an IPrincipal
118         instance should be copied in any new thread created.
119
120 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
121
122         * MutexTest.cs: Redisable. They didn't work so well ;-(.
123
124 2005-06-28  Ben Maurer  <bmaurer@ximian.com>
125
126         * MutexTest.cs: Re-enable the mutex tests. They seem to work for
127         me now when I ran them in a loop on the smp box.
128
129 2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
130
131         * ThreadTest.cs: sanitize waiting for a thread that might be already
132         done. Added test for Thread.Start called after thread.Abort, which used
133         to segfault.
134
135 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * MonitorTest.cs: a pair of tests for Monitor.
138
139 2005-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
140
141         * AutoResetEventTest.cs: test for AutoResetEvent.
142
143 2005-03-28  Sebastien Pouliot  <sebastien@ximian.com>
144
145         * CompressedStackCas.cs: New. CAS unit tests for CompressedStack.
146         * CompressedStackTest.cs: New. Unit tests for CompressedStack.
147         * ExecutionContextCas.cs: New. CAS unit tests for ExecutionContext.
148         * ExecutionContextTest.cs: New. Unit tests for ExecutionContext.
149
150 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
151
152         * MutexCas.cs: New. CAS unit tests for Mutex.
153         * ThreadCas.cs: New. CAS unit tests for Thread.
154         * WaitHandleCas.cs: New. CAS unit tests for WaitHandle.
155
156 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
157
158         * InterlockedTest.cs: Enable 2.0 tests.
159         
160         * InterlockedTest.cs: New file. Tests from 
161         Luca Barbieri (luca.barbieri@gmail.com).
162
163 2005-02-16  Ben Maurer  <bmaurer@ximian.com>
164
165         * TimerTest.cs: Disable this test. It seems to be completely
166         unreliable, likely because it depends on a race. See comment in
167         the source.
168
169 2005-01-31  Nick Drochak <ndrochak@ieee.com>
170
171         * ThreadTest.cs: SuspendAbort is not working it seems.
172
173 2005-01-18  Nick Drochak <ndrochak@ieee.com>
174
175         * ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test.
176
177 2004-09-22  Lluis Sanchez Gual <lluis@novell.com>
178
179         * ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
180         thread fails. Added a timeout to active waits.
181
182 2004-08-25  Nick Drochak <ndrochak@ieee.com>
183
184         * ThreadTest.cs: Some tests hang on MS.NET so ignore them.
185
186 2004-06-22  Dick Porter <dick@ximian.com>
187
188         * MutexTest.cs: No need to ignore these tests now
189
190         * ThreadTest.cs: You can't Start() a thread that's been aborted.
191         Improve state tests.
192
193 2004-06-17  Lluis Sanchez Gual <lluis@ximian.com>
194
195         * ThreadTest.cs: Improved test.
196
197 2004-06-15  Lluis Sanchez Gual <lluis@ximian.com>
198
199         * TimerTest.cs: Added more tests.
200         * ThreadTest.cs: Added new tests for Thread.Suspend.
201
202 2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>
203
204         * ThreadTest.cs: Removed Ignore attribute from several threading tests that
205           failed because of Thread.Abort.
206
207 2004-05-01  Nick Drochak <ndrochak@gol.com>
208
209         * ThreadTest.cs: Un-ignore some tests that seem to run pretty well
210         now.  Getting one failure from these, but at least they run without
211         crasing, or trowing some nasty _wapi exception thingy.
212
213 2004-04-27  Nick Drochak <ndrochak@ieee.org>
214
215         * ReaderWriterLockTest.cs: Remove compiler warnings.
216
217 2004-04-13  Lluis Sanchez Gual <lluis@ximian.com>
218
219         * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
220
221 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
222
223         * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
224         CurrentPrincipal tests to work on both Windows and Linux.
225
226 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
227
228         * TimerTest.cs: Beginnings of regression tests for the Timer class.
229
230 2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>
231
232         * ReaderWriterLockTest.cs: Added one more test.
233
234 2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>
235
236         * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
237
238 2004-03-19  David Sheldon <dave-mono@earth.li>
239
240   * ThreadTest.cs: Removed Ignore attributes from 
241       CurrentPrincipal_PrincipalPolicy_NoPrincipal and
242       CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
243     Now that bug 54041 is fixed, and they wont livelock.
244
245 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
246
247         * ThreadTest.cs: Added unit tests for CurrentPrincipal.
248
249 2003-01-28  Nick Drochak <ndrochak@gol.com>
250
251         * MutexTest.cs: Ignore tests that hang mono.
252         * ThreadTest.cs: Ignore tests that hang mono.
253
254 2003/01/23  Nick Drochak <ndrochak@gol.com>
255
256         * ThreadTest.cs: Test for alternate possibilities
257
258 2003-01-13  Nick Drochak  <ndrochak@gol.com>
259
260         * MutexTest.cs: Disable some tests that case unhandled exceptions
261         on MS.NET.
262
263 2002-12-21  Nick Drochak <ndrochak@gol.com>
264
265         * all: make tests build and run under nunit2
266
267 2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
268
269         * MutexTest.cs : New suite for Mutex.
270         
271 2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
272
273         * ThreadTest.cs : New suite for Thread.
274         * AllTests.cs : Add the new suite.