2009-10-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / tests / cas / threads / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Use mcs from the mcs tree instead of
4         what's in the path.  Rename targets so tests are not compiled at
5         build time.
6
7 2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * Makefile.am: Use mono-wrapper (and not the installed mono). Remove
10         SWF tests from execution.
11
12 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
15         and enable them to be more broadly tested;
16         * Makefile: Removed and replaced by Makefile.am
17
18 2005-05-13  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * tpool1-2.cs: New. ThreadPool based tests.
21
22 2005-05-12  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * delegate1-2.cs: Updated to use ControlEvidence.
25         * swf-timer3.cs: Updated to execute the SWF message loop.
26         * README: fixed typos.
27
28 2005-05-11  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * delegate1-2.cs: New. Delegate based tests.
31         * Makefile: Updated for new tests.
32         * README: Updated for new tests.
33         * swf-control1.cs: New. Control.BeginInvoke test.
34         * swf-timer3-4.cs: New. Timer tests requiring SWF.
35         * timer1-2.cs: Changed to use ControlEvidence.
36
37 2005-04-21  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * ChangeLog: New. Track changes in the tests.
40         * Makefile: New. Build and execute tests.
41         * README: Informations about the tests.
42         * thread1.cs: New. Deny unmanaged code before creating the thread 
43         object.
44         * thread2.cs: New. Deny unmanaged code after creating the thread 
45         object but before calling Start.
46         * thread3.cs: New. Deny unmanaged code after creating the thread 
47         object and calling Start.
48         * timer1.cs: New. Use System.Threading.Timer (Thread.Start) to test 
49         stack propagation.
50         * timer2.cs: New. Use System.Timers.Timer (ThreadPool.
51         QueueUserWorkItem) to test stack propagation.