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