copying the latest Sys.Web.Services from trunk.
[mono.git] / mono / tests / cas / threads / ChangeLog
1 2005-04-21  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ChangeLog: New. Track changes in the tests.
4         * Makefile: New. Build and execute tests.
5         * README: Informations about the tests.
6         * thread1.cs: New. Deny unmanaged code before creating the thread 
7         object.
8         * thread2.cs: New. Deny unmanaged code after creating the thread 
9         object but before calling Start.
10         * thread3.cs: New. Deny unmanaged code after creating the thread 
11         object and calling Start.
12         * timer1.cs: New. Use System.Threading.Timer (Thread.Start) to test 
13         stack propagation.
14         * timer2.cs: New. Use System.Timers.Timer (ThreadPool.
15         QueueUserWorkItem) to test stack propagation.