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