imported everything from my branch (which is slightly harmless).
[mono.git] / mono / tests / cas / threads / ChangeLog
1 2005-05-13  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * tpool1-2.cs: New. ThreadPool based tests.
4
5 2005-05-12  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * delegate1-2.cs: Updated to use ControlEvidence.
8         * swf-timer3.cs: Updated to execute the SWF message loop.
9         * README: fixed typos.
10
11 2005-05-11  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * delegate1-2.cs: New. Delegate based tests.
14         * Makefile: Updated for new tests.
15         * README: Updated for new tests.
16         * swf-control1.cs: New. Control.BeginInvoke test.
17         * swf-timer3-4.cs: New. Timer tests requiring SWF.
18         * timer1-2.cs: Changed to use ControlEvidence.
19
20 2005-04-21  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * ChangeLog: New. Track changes in the tests.
23         * Makefile: New. Build and execute tests.
24         * README: Informations about the tests.
25         * thread1.cs: New. Deny unmanaged code before creating the thread 
26         object.
27         * thread2.cs: New. Deny unmanaged code after creating the thread 
28         object but before calling Start.
29         * thread3.cs: New. Deny unmanaged code after creating the thread 
30         object and calling Start.
31         * timer1.cs: New. Use System.Threading.Timer (Thread.Start) to test 
32         stack propagation.
33         * timer2.cs: New. Use System.Timers.Timer (ThreadPool.
34         QueueUserWorkItem) to test stack propagation.