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