2003-11-01 Marek Safar * makefile: Added "// Compiler options:" handling 2003-09-22 Martin Baulig * errors.txt: Added -219. 2003-09-16 Martin Baulig * cs8217.cs: New test. 2003-09-06 Martin Baulig * errors.txt: Added -216. 2003-08-28 Ben Maurer * cs0666.xml: added sample xml file for monodoc error provider. 2003-07-28 Martin Baulig * 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 * Makefile: added test-local target. Fixes build problem. 2003-07-26 Gonzalo Paniagua Javier * Makefile: added install-local target. 2003-07-26 Martin Baulig * 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 * 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 * cs0212.cs: New test. 2003-07-14 Ravi Pratap M * 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 * error-3.cs: Added testcase for CS0188. 2003-05-18 Martin Baulig * error-4.cs: Renamed to cs1502-2.cs. 2003-05-18 Martin Baulig * makefile: Ignore CS0162 and CS0169. 2003-03-29 Gaurav Vaish * cs1518-2.cs: Added comment describing the error. 2003-03-29 Gaurav Vaish * cs1518-2.cs: Added new test. 2002-12-24 Alejandro Sánchez Acosta * cs0208.cs: Added new test. 2002-12-24 Alejandro Sánchez Acosta * cs0202.cs: Added new test. 2002-12-24 Alejandro Sánchez Acosta * cs0197.cs: Added new test. 2002-12-23 Alejandro Sánchez Acosta * cs0192.cs: Added new test. 2002-12-23 Alejandro Sánchez Acosta * cs0170.cs: Added new test. 2002-12-23 Alejandro Sánchez Acosta * cs0156.cs: Added new test. 2002-12-21 Alejandro Sánchez Acosta * cs0163.cs: Added new test file. 2002-12-21 Alejandro Sánchez Acosta * cs0161.cs: Added new test file. 2002-12-19 Cesar Octavio Lopez Nataren * cs0230.cs: Added this test file. 2002-12-19 Cesar Octavio Lopez Nataren * cs0225.cs: Added this file 2002-12-18 Cesar Octavio Lopez Nataren * cs0201.cs: Added this new test. 2002-12-18 Ravi Pratap * errors.txt : Update for error # -24. 2002-12-17 Alejandro Sánchez Acosta * cs0154.cs: New test. 2002-12-17 Alejandro Sánchez Acosta * cs0138.cs: New test. 2002-12-07 Ravi Pratap * cs0579.cs : Add. 2002-12-01 Alejandro Sánchez Acosta * cs0140.cs, cs0143.cs: New test. 2002-12-01 Alejandro Sánchez Acosta * cs0100.cs, cs0105.cs, cs0112.cs, cs0116.cs: New test. 2002-09-12 Martin Baulig * cs0038.cs: New test. 2002-08-27 Martin Baulig * cs0120-3.cs: New test. 2002-08-19 Ravi Pratap * error-4.cs : New test. * error-5.cs : New test. 2002-08-11 Martin Baulig * error-3.cs: New test. 2002-08-08 Martin Baulig * cs1540.cs: New test. 2002-08-08 Martin Baulig * cs0236.cs: New test. 2002-08-05 Martin Baulig * 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 * cs0155.cs, cs0155-2.cs: New tests. 2002-07-06 Andrew Birkett * cs1039.cs, cs1033.cs, cs1010.cs: New tests. 2002-06-26 * cs1501-3.cs: Added new test for struct ctr typechecks. 2002-06-24 Andrew Birkett * 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.