[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Threading / ChangeLog
1 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * BarrierTest.cs: Add BarrierTest.
4
5 2005-12-23  Dick Porter  <dick@ximian.com>
6
7         * SemaphoreTest.cs: Enable another test
8
9 2005-12-06  Dick Porter  <dick@ximian.com>
10
11         * SemaphoreTest.cs: Enable the tests
12
13 2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * SemaphoreCas.cs: New. CAS tests for Semaphore (2.0).
16         * SemaphoreFullExceptionCas.cs: New. CAS unit tests (2.0).
17         * SemaphoreTest.cs: New. Unit tests for Semaphore (2.0).
18         * ThreadExceptionEventArgsCas.cs: New. CAS unit tests.