[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tests / ChangeLog
index f2cec4cd4fce072d17b78197a3679a3e28df1997..6fd193ddf477b0c4fe8e776e002e09bc597295c1 100644 (file)
@@ -1,3 +1,101 @@
+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:
+       * test-695-2-lib.cs:
+       * test-695-3.lib.cs: Added test for bug #432423.
+
+2008-09-25  Miguel de Icaza  <miguel@novell.com>
+
+       * eval-test.cs: Update tasty test, to prevent future generations
+       from wandering alone the bisecting space to track down a
+       feature regression. 
+
+2008-09-24  Miguel de Icaza  <miguel@novell.com>
+
+       * eval-test.cs: Add an evaluation test, to test the basic
+       primitives of the expression evaluator.
+
+2008-09-16  Jb Evain  <jbevain@novell.com>
+
+       * gtest-278.cs, gtest-278-3-lib.cs, gtest-278-2-lib.cs: complete
+       test for forwarded types with more than only one type forwarded.
+
+2008-08-29  Raja R Harinath  <harinath@hurrynot.org>
+
+       * test-xml-052.cs: Fix unrelated warning.
+
+2008-08-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * test-668.cs: New test distilled from
+       System.Web/Test/System.Web.UI.WebControls/CustomValidatorTest.cs.
+
+2008-07-24 Marek Safar <marek.safar@gmail.com>
+
+       * Makefile: Added IL verification for 2.0 profile.
+
+2008-07-14 Marek Safar <marek.safar@gmail.com>
+
+       * Makefile: Added IL verification for 1.1 profile.
+
 2008-07-10  Raja R Harinath  <harinath@hurrynot.org>
 
        * gtest-402.cs: New test from #314903.