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