In .:
[mono.git] / mcs / errors / ChangeLog
index b4c5da29530d8d8488545822b860ca363af7129e..3d945ef0e0f8d43a4bc22cf4f2cc1094c6a81f83 100644 (file)
@@ -1,3 +1,52 @@
+2008-01-12  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (VALID_PROFILE): New.  Disable tests for other profiles.
+
+2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * gcs0281.cs: Modified expected error message now that fix for bug
+       #315057 has been applied.
+
+2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * cs0177-8.cs: New test based on #325478.
+
+2007-10-09  Jb Evain  <jbevain@novell.com>
+
+       * known-issues-mcs: test asserting that assembly
+       version check should work now.
+
+2007-10-07  Jb Evain  <jbevain@novell.com>
+
+       * cs0647-17.cs: New test for assembly version verification.
+
+2007-10-03  Raja R Harinath  <rharinath@novell.com>
+
+       * cs0120-10.cs: New test based on #328490.
+
+2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * cs1570-12.cs : new test (bug #82565).
+
+2007-06-07  Raja R Harinath  <harinath@gmail.com>
+
+       * cs0135-2.cs, cs0135-3.cs: New tests for parameter name
+       conflicts.
+
+2007-05-22  Scott Peterson  <lunchtimemama@gmail.com>
+       * gcs0271.cs, gcs0272.cs: Test automatic properties
+         for proper access control.
+
+2007-05-17  Raja R Harinath  <rharinath@novell.com>
+
+       * cs0159-5.cs, cs0159-6.cs, cs0159-7.cs: New tests as
+       counterpoints to #81633.
+
+2007-05-15  Scott Peterson  <lunchtimemama@gmail.com>
+       * gcs0201.cs:
+         Make sure that Linq syntax fails correctly
+         when not compiling for Linq.
+
 2007-05-08  Scott Peterson  <lunchtimemama@gmail.com>
        * gcs1526.cs:
        * gcs1526-2.cs: