| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- 2003-03-29 Gaurav Vaish <[email protected]>
- * cs1518-2.cs: Added comment describing the error.
- 2003-03-29 Gaurav Vaish <[email protected]>
- * cs1518-2.cs: Added new test.
- 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
- * cs0208.cs: Added new test.
- 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
- * cs0202.cs: Added new test.
-
- 2002-12-24 Alejandro Sánchez Acosta <[email protected]>
- * cs0197.cs: Added new test.
- 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
- * cs0192.cs: Added new test.
- 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
- * cs0170.cs: Added new test.
- 2002-12-23 Alejandro Sánchez Acosta <[email protected]>
- * cs0156.cs: Added new test.
- 2002-12-21 Alejandro Sánchez Acosta <[email protected]>
- * cs0163.cs: Added new test file.
- 2002-12-21 Alejandro Sánchez Acosta <[email protected]>
- * cs0161.cs: Added new test file.
- 2002-12-19 Cesar Octavio Lopez Nataren <[email protected]>
- * cs0230.cs: Added this test file.
- 2002-12-19 Cesar Octavio Lopez Nataren <[email protected]>
- * cs0225.cs: Added this file
- 2002-12-18 Cesar Octavio Lopez Nataren <[email protected]>
- * cs0201.cs: Added this new test.
- 2002-12-18 Ravi Pratap <[email protected]>
- * errors.txt : Update for error # -24.
- 2002-12-17 Alejandro Sánchez Acosta <[email protected]>
- * cs0154.cs: New test.
- 2002-12-17 Alejandro Sánchez Acosta <[email protected]>
- * cs0138.cs: New test.
- 2002-12-07 Ravi Pratap <[email protected]>
- * cs0579.cs : Add.
- 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
- * cs0140.cs,
- cs0143.cs: New test.
- 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
- * cs0100.cs,
- cs0105.cs,
- cs0112.cs,
- cs0116.cs: New test.
- 2002-09-12 Martin Baulig <[email protected]>
- * cs0038.cs: New test.
- 2002-08-27 Martin Baulig <[email protected]>
- * cs0120-3.cs: New test.
- 2002-08-19 Ravi Pratap <[email protected]>
- * error-4.cs : New test.
- * error-5.cs : New test.
- 2002-08-11 Martin Baulig <[email protected]>
- * error-3.cs: New test.
- 2002-08-08 Martin Baulig <[email protected]>
- * cs1540.cs: New test.
- 2002-08-08 Martin Baulig <[email protected]>
- * cs0236.cs: New test.
- 2002-08-05 Martin Baulig <[email protected]>
- * 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 <[email protected]>
- * cs0155.cs, cs0155-2.cs: New tests.
- 2002-07-06 Andrew Birkett <[email protected]>
- * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
- 2002-06-26 <[email protected]>
- * cs1501-3.cs: Added new test for struct ctr typechecks.
- 2002-06-24 Andrew Birkett <[email protected]>
- * 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.
|