2005-01-05 Marek Safar <marek.safar@seznam.cz>

	* cs3001.cs,
	  cs3001-1.cs,
	  cs3001-2.cs,
	  cs3001-3.cs,
	  cs3001-4.cs,
	  cs3001-5.cs,
	  cs3001-6.cs,
	  cs3001-7.cs,
	  cs3002.cs,
	  cs3002-1.cs,
	  cs3002-10.cs,
	  cs3002-2.cs,
	  cs3002-3.cs,
	  cs3002-4.cs,
	  cs3002-5.cs,
	  cs3002-6.cs,
	  cs3002-7.cs,
	  cs3002-8.cs,
	  cs3002-9.cs,
	  cs3003.cs,
	  cs3003-1.cs,
	  cs3008.cs,
	  cs3008-1.cs,
	  cs3008-2.cs,
	  cs3008-3.cs,
	  cs3008-4.cs,
	  cs3008-5.cs,
	  cs3008-6.cs,
	  cs3010.cs,
	  cs3011.cs,
	  cs3011-1.cs,
	  cs3014.cs,
	  cs3014-1.cs,
	  cs3014-2.cs,
	  cs3014-3.cs,
	  cs3014-4.cs,
	  cs3014-5.cs,
	  cs3014-6.cs,
	  cs3014-7.cs,
	  cs3015.cs,
	  cs3015-1.cs,
	  cs3016.cs,
	  cs3016-1.cs,
	  cs3016-2.cs,
	  cs3016-3.cs: New tests for CLS-compliance.
          
        * cs108-2.cs,
          cs116-2.cs,
          cs592-4.cs,
          cs592-5.cs,
          cs592-6.cs: New tests.
        
2004-01-04 Ben Maurer  <bmaurer@users.sourceforge.net>

	* cs157-{2,3,4}: test cases we fail.

2003-11-01  Marek Safar <marek.safar@seznam.cz>

        * makefile: Added "// Compiler options:" handling.
        
2003-09-22  Martin Baulig  <martin@ximian.com>

	* errors.txt: Added -219.

2003-09-16  Martin Baulig  <martin@ximian.com>

	* cs8217.cs: New test.

2003-09-06  Martin Baulig  <martin@ximian.com>

	* errors.txt: Added -216.

2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>

	* cs0666.xml: added sample xml file for monodoc error provider.

2003-07-28  Martin Baulig  <martin@ximian.com>

	* cs0075.cs: This test case was incorrect; according to the spec,
	`(double) -1' is allowed since `double' is a builtin type.
	However, `(A) -1' is not allowed where `A' is a valuetype and has
	an implicit conversion from int.

2003-07-28  Nick Drochak <ndrochak@gol.com>

	* Makefile: added test-local target. Fixes build problem.

2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Makefile: added install-local target.

2003-07-26  Martin Baulig  <martin@ximian.com>

	* error-6.cs: New test for bug #46907.

	* Makefile:
	(test-multi-local): Run the multi-test tests.
	(all-local): Run run-test-local and test-multi-local.

2003-07-21  Martin Baulig  <martin@ximian.com>

	* syntax0068.cs, syntax0069.cs, syntax0071.cs, syntax0116.cs:
	These are syntax errors which we'd need to catch in cs-parser.jay;
	separate them from the other errors.

	* cs0572.cs: New test.

2003-07-14  Martin Baulig  <martin@ximian.com>

	* cs0212.cs: New test.

2003-07-14  Ravi Pratap M  <ravi@ximian.com>

	* cs1501-4.cs: Another test case for this error. This time it is on
	constructors for attributes. We now report the error correctly.

2003-05-18  Martin Baulig  <martin@ximian.com>

	* error-3.cs: Added testcase for CS0188.

2003-05-18  Martin Baulig  <martin@ximian.com>

	* error-4.cs: Renamed to cs1502-2.cs.

2003-05-18  Martin Baulig  <martin@ximian.com>

	* makefile: Ignore CS0162 and CS0169.

2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>

	* cs1518-2.cs:   Added comment describing the error.

2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>

	* cs1518-2.cs:   Added new test.

2002-12-24  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0208.cs: Added new test.

2002-12-24  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0202.cs: Added new test.
	
2002-12-24  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0197.cs: Added new test.

2002-12-23  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0192.cs: Added new test.

2002-12-23  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0170.cs: Added new test.

2002-12-23  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0156.cs: Added new test.

2002-12-21  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0163.cs: Added new test file.

2002-12-21  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0161.cs: Added new test file.

2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>

	* cs0230.cs: Added this test file.

2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>

	* cs0225.cs: Added this file

2002-12-18  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>

	* cs0201.cs: Added this new test.

2002-12-18  Ravi Pratap  <ravi@ximian.com>

	* errors.txt : Update for error # -24.

2002-12-17  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0154.cs: New test.

2002-12-17  Alejandro Snchez Acosta  <raciel@gnome.org>

	* cs0138.cs: New test.

2002-12-07  Ravi Pratap  <ravi@ximian.com>

	* cs0579.cs : Add.

2002-12-01  Alejandro Snchez Acosta  <raciel@es.gnu.org>

	* cs0140.cs,
	  cs0143.cs: New test.

2002-12-01  Alejandro Snchez Acosta  <raciel@es.gnu.org>

	* cs0100.cs,
	  cs0105.cs,
	  cs0112.cs,
	  cs0116.cs: New test.

2002-09-12  Martin Baulig  <martin@gnome.org>

	* cs0038.cs: New test.

2002-08-27  Martin Baulig  <martin@gnome.org>

	* cs0120-3.cs: New test.

2002-08-19  Ravi Pratap  <ravi@ximian.com>

	* error-4.cs : New test.

	* error-5.cs : New test.

2002-08-11  Martin Baulig  <martin@gnome.org>

	* error-3.cs: New test.

2002-08-08  Martin Baulig  <martin@gnome.org>

	* cs1540.cs: New test.

2002-08-08  Martin Baulig  <martin@gnome.org>

	* cs0236.cs: New test.

2002-08-05  Martin Baulig  <martin@gnome.org>

	* runtest.pl: This is a perl script which runs a testcase, parses the
	MCS output and checks whether all errors are reported.

	* error-1.cs, error-2.cs: Moved here from ../tests/.

	* README.tests: Added (empty) list of all test cases.

2002-08-02  Martin Baulig  <martin@gnome.org>

	* cs0155.cs, cs0155-2.cs: New tests.

2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>

	* cs1039.cs, cs1033.cs, cs1010.cs: New tests.

2002-06-26    <adb@tardis.ed.ac.uk>

	* cs1501-3.cs: Added new test for struct ctr typechecks.

2002-06-24  Andrew Birkett  <adb@tardis.ed.ac.uk>

	* fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.  
	* cs0176.cs: Method has to be public for correct test
	* cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
	* cs0255.cs: Add assignment to stop 'unused variable' warning.
	* makefile: Output is now like "Running test 42 .. OK".  Added --unsafe to 
	  make cs0193.cs, cs0196.cs and cs0214-3.cs work.

