Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edb38d12802d689e436d89adf58b91b78e94a6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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.