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