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