[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tests / ChangeLog
index 59a0aba2cbb995e1fd7efd4b7711346b838f7d58..6fd193ddf477b0c4fe8e776e002e09bc597295c1 100644 (file)
@@ -1,3 +1,62 @@
+2010-04-02  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (DEFINES) [moonlight, net_4_0]: New.
+       (check): Use it.
+       * gtest-284.cs [NET_4_0]: Don't complain about
+       IStructuralEquatable and IStructuralComparable array interfaces.
+
+2010-03-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * test-106.cs: Move the wait for cb_state == 1 out of the try block so this
+       test becomes deterministic.
+
+2009-11-11  Scott Peterson  <lunchtimemama@gmail.com>
+
+       * gtest-469.cs: Added test for BGO 553655.
+
+2009-07-13  Marcus Griep  <marcus@griep.us>
+
+       * test-723.cs, test-724.cs: Added test for resolution of interface
+       members that hide parent interface definitions.
+
+2009-06-16  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (test-local): Empty out.
+
+2009-06-12  Jb Evain  <jbevain@novell.com>
+
+       * gtest-449.cs
+       * gtest-450.cs:
+               new tests for the /platform support.
+
+2009-02-07  Scott Peterson  <lunchtimemama@gmail.com>
+
+       This patch is contributed under the MIT/X11 license.
+
+       * gtest-variance-3.cs: Added test for covariance delegates.
+
+       * gtest-variance-4.cs: Added test for contravariant delegates.
+
+       * gtest-variance-5.cs: Added more complete interface variance test.
+
+       * known-issues-gmcs: Added the 3 new tests to the ignroe list.
+
+2009-02-04  Scott Peterson  <lunchtimemama@gmail.com>
+
+       This patch is contributed under the MIT/X11 license.
+
+       * gtest-variance-1.cs: Added test for generic covariance.
+
+       * gtest-variance-2.cs: Added test for generic contravariance.
+
+       * known-issues-gmcs: Added the two above tests to the ignore list
+       since runtime support is not yet in place.
+
+2009-01-22  Jb Evain  <jbevain@novell.com>
+
+       * gtest-anontype-05.cs: update according to lastest changes in gmcs
+       to match was csc outputs. Also add new cases to check.
+
 2008-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * test-695.cs: