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