Fix #77200.
[mono.git] / mcs / tests / ChangeLog
index dad10670ec691e7c67cb9012cea25944e52037ba..7a1480670f5baaf750972ad505982ac04df4510c 100644 (file)
@@ -1,3 +1,174 @@
+2006-01-11  Raja R Harinath  <rharinath@novell.com>
+
+       * test-484.cs: New test based on #77200.
+
+       * test-xml-050.cs: Set output to xml-050.xml, not xml-050.cs.
+       * gtest-233.cs: Rename from gtest-233-exe.cs.
+
+2006-01-09  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (TEST_ILS): New list of CIL test libraries.
+       * test-483-lib.il, test-483.cs: New test from #75636.
+
+2005-12-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * gtest-friend-00-lib.cs: Include the public key in 
+       InternalsVisibleToAttribute declarations (needed by an update
+       in friendly assembly access).
+
+2005-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * test-externalias-09.cs: New test for #76995
+
+2005-12-16  Raja R Harinath  <rharinath@novell.com>
+
+       * test-479.cs: New test from #77006.
+
+       * test-478.cs: New test from #77008.
+
+2005-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-051.cs test-xml-051-ref.xml : new test for bug #76960.
+       * known-issues-gmcs : updated.
+
+2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * known-issues-mcs : test-476 is broken (since the corresponding 
+         patch is reverted.)
+
+2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-050-ref.xml, test-xml-050.cs : new test for bug #76954.
+       * known-issues-gmcs : fixed filename and removed test-60.cs.
+
+2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-476.cs : test for bug #75984.
+       * test-60.cs : unrecognized directive should be handled as an error
+         even in a disable line (the behavior has changed in 2.0).
+       * known-issues-gmcs : added above cases.
+
+2005-12-05  Marek Safar <marek.safar@seznam.cz>
+
+       * test-475.cs: Event initializer.
+       * test-465.cs: One more resource test.
+
+2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-049-ref.xml test-xml-049.cs : test for bug #76782
+       * known-issues-gmcs : updated.
+
+2005-12-03  Ben Maurer  <bmaurer@ximian.com>
+
+       * test-474.cs: new test.
+
+2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-048-ref.xml test-xml-048.cs : test for bug #76730
+         (works with gmcs).
+
+2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-047-ref.xml test-xml-047.cs :
+         Another override filtering test (works with gmcs).
+
+2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-046-ref.xml test-xml-046.cs : new test for bug #76726.
+       * known-issues-gmcs : added above.
+
+2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * known-issues-gmcs : Forgot to add test-xml-045.cs.
+
+2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-045-ref.xml test-xml-045.cs : new test for bug #76692.
+
+2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-043.cs : fixed -doc option output filename.
+       * test-xml-044-ref.xml test-xml-044.cs : another test to not miss
+         "virtual not overriden" methods.
+       * known-issues-gmcs : added above.
+
+2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-043-ref.xml test-xml-043.cs : new test for bug #76690.
+       * known-issues-gmcs : added above.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-042-ref.xml test-xml-042.cs : new test for bug #76630.
+       * known-issues-gmcs : added above.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * known-issues-gmcs : oops, didn't know that comments do not work.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * known-issues-gmcs : updated.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-041-ref.xml test-xml-041.cs : new test for bug #76691.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-040-ref.xml test-xml-040.cs : new test for bug #76685.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-039.cs : "Compiler options" line was missing.
+       * test-xml-039.xml, test-xml-039-ref.xml :
+         renamed incorrect filenames. Fixed asm name in the reference output.
+
+2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test-xml-039.xml test-xml-039.cs : new test for bug #71604.
+
+2005-11-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * gtest-friend-[01-12].cs, gtest-friend-00-lib.cs,
+       gtest-friend-01-lib.cs, gtest-friend-02-lib.cs: 
+       New tests for friend assembly access.
+       * InternalsVisibleTest.snk, InternalsVisibleTest2.snk:
+       Helper keys for our new friend access tests.
+       
+2005-10-28  Marek Safar <marek.safar@seznam.cz>
+
+       * test-10.cs: Test for #76568.
+
+2005-10-27  Marek Safar <marek.safar@seznam.cz>
+
+       * test-464.cs: New test.
+
+2005-10-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * gtest-223.cs : new test for #76551.
+
+2005-10-23  Marek Safar <marek.safar@seznam.cz>
+
+       * test-40.cs: Add one test case.
+
+2005-10-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * test-extern-alias-[0-8].cs, test-externalias-00-lib.cs,
+       test-externalias-01-lib.cs: New tests for extern alias
+       in mcs.
+       * known-issues-gmcs: Add the new extern alias tests, since 
+       these changes are only -by now- in mcs.
+
+2005-10-20  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (run-test-local): Make compiler-tester use $(RUNTIME)
+       when running tests out-of-process.
+
+2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * gtest-216.cs : new test for #76382.
+
 2005-10-19  Atsushi Enomoto  <atsushi@ximian.com>
 
        * gtest-215.cs : make it runnable.