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