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