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