2004-08-27 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / errors / ChangeLog
1 2004-08-27  Martin Baulig  <martin@ximian.com>
2
3         * Makefile (test-everything): New target.
4
5 2004-08-27  Martin Baulig  <martin@ximian.com>
6
7         * gmcs-ignore-tests: New file.  This file lists tests which should
8         not be run at all because they make the compiler hang.
9
10         * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated.
11         * generics-expect-no-error: Updated.
12
13 2004-08-27  Martin Baulig  <martin@ximian.com>
14
15         * Makefile
16         (run-gmcs-tests): New target to run the cs*.cs tests with gmcs.
17         (run-generics-tests): New target to run the gcs*.cs tests.
18         (run-tests-local): Run run-mcs-tests, run-gmcs-tests and
19         run-generics-tests.
20
21         * do-tests.pl: Don't return an error value if more tests pass than
22         expected.       
23
24         * mcs-expect-no-error, mcs-expect-wrong-error: Updated to the
25         current situation, ie. make all the tests pass.
26
27         * gmcs-expect-no-error, gmcs-expect-wrong-error: New files.
28
29         * generics-expect-wrong-error: Formerly known as
30         gmcs-expect-wrong-error.        
31
32 2004-08-27  Martin Baulig  <martin@ximian.com>
33
34         * do-tests.pl: Deal with compiler crashes.
35
36         * mcs-expect-no-error, mcs-expect-wrong-error: Updated.
37
38 2004-08-04 Marek Safar <marek.safar@seznam.cz>
39
40         * 62 new error tests.
41
42 2004-07-23  Martin Baulig  <martin@ximian.com>
43
44         * cs0260.cs, cs0260-2.cs, cs0261.cs, cs0262.cs, cs0263.cs: New
45         tests for partial classes.
46
47 2004-07-14  Martin Baulig  <martin@ximian.com>
48
49         * cs1623.cs, cs1624.cs, cs1625.cs, cs1631.cs: New tests for
50         iterators.      
51
52 2004-07-02  Raja R Harinath  <rharinath@novell.com>
53
54         * cs0038-3.cs: New testcase from #60730.
55         * cs0038-4.cs: Likewise.
56
57 2004-06-21  Raja R Harinath  <rharinath@novell.com>
58
59         * cs0592-8.cs: Avoid spurious "unexpected incorrect error".
60
61 2004-06-10 Marek Safar <marek.safar@seznam.cz>
62
63         * do-test.pl: --expect-error must be at the
64         first place (mcs parses options by order).
65
66 2004-06-10 Marek Safar <marek.safar@seznam.cz>
67
68         * do-test.pl: Added simple error logging.
69         * Makefile (clean): Remove .dll & .log files
70
71 2004-06-07  Raja R Harinath  <rharinath@novell.com>
72
73         * cs0038-2.cs: New test, from bug #59477.
74         * mcs-expect-wrong-error: Add cs0038-1.
75
76 2004-06-03  Raja R Harinath  <rharinath@novell.com>
77
78         * cs0038-1.cs, cs1540-3.cs, cs1540-4.cs, cs1540-5.cs:
79         New testcases for bug #50820.
80
81 2004-06-01 Marek Safar <marek.safar@seznam.cz>
82
83         * cs1555.cs,
84         * cs1556.cs,
85         * cs3000.cs: 3 new error tests.
86
87 2004-05-30 Marek Safar <marek.safar@seznam.cz>
88
89         * cs1017.cs: New test.
90
91 2004-05-19 Marek Safar <marek.safar@seznam.cz>
92
93         * cs0579-6.cs: New test for bug #58688.
94
95 2004-05-18 Marek Safar <marek.safar@seznam.cz>
96
97         * cs0592-8.cs,
98         * cs0657-{2-17}.cs,
99         * cs1518-3.cs: 18 new error tests.
100         
101 2004-05-14 Marek Safar <marek.safar@seznam.cz>
102
103         * cs3008-7.cs: New test for bug #58478.
104
105 2004-05-11  Raja R Harinath  <rharinath@novell.com>
106
107         * Makefile (run-test-local): Run gmcs and multi tests too.
108         (test-multi-local): Add logging of errors.
109         * runtest.pl: Change $errors and $warnings to keep track of lines
110         on which errors are supposed to occur.
111
112 2004-05-10 Marek Safar <marek.safar@seznam.cz>
113
114         * cs0577-2, cs0577-3,
115         * cs1618.cs: 3 new error tests.
116
117 2004-05-10  Raja R Harinath  <rharinath@novell.com>
118
119         * do-tests.pl: Add back lost 'chomp'.
120
121 2004-05-07  Raja R Harinath  <rharinath@novell.com>
122
123         * do-tests.pl: Simplify sed expression.
124
125         * cs0625.cs, cs0626.cs, cs0636.cs: New tests.
126
127 2004-05-07 Marek Safar <marek.safar@seznam.cz>
128
129         * cs0579-4.cs, CS0579-4-1.cs,
130         * cs0579-5.cs,
131         * cs0657.cs,
132         * cs3015-2.cs,
133         * cs3019.cs,
134         * cs3019-2.cs: 6 new error tests.
135         
136 2004-05-03 Marek Safar <marek.safar@seznam.cz>
137
138         * cs0579-3.cs,
139         * cs0592-7.cs,        
140         * cs0626.cs: 3 new error tests.
141
142 2004-04-29 Marek Safar <marek.safar@seznam.cz>
143
144         * cs-11.cs: Renamed to cs1501-5.cs.
145
146 2004-04-29 Marek Safar <marek.safar@seznam.cz>
147
148         * cs0629.cs,
149         * cs1667-3.cs: 2 new error tests.
150
151 2004-04-12 Marek Safar <marek.safar@seznam.cz>
152
153         * cs0109.cs: New test.
154
155 2004-04-14 Marek Safar <marek.safar@seznam.cz>
156
157         * cs0612.cs,
158         * cs0672-2.cs: 2 new error tests.
159
160 2004-04-13 Marek Safar <marek.safar@seznam.cz>
161
162         * cs0618-2.cs,
163         * cs0619-{27-36}.cs,
164         * cs1667.cs, cs1667-2.cs: 13 new error tests.
165
166 2004-04-08 Marek Safar <marek.safar@seznam.cz>
167
168         * cs1677.cs: Changed name from cs1667.cs
169
170 2004-04-07  Sebastien Pouliot  <sebastien@ximian.com>
171
172         * cs1606.pub: New file. ECMA key.
173         * cs1606.cs: New file. This is the same problem as cs1548-3.cs but CSC
174         report a different error number when the ECMA key is being used.
175
176 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
177
178         * cs1548.pub: New file. Strongname file with only the public key.
179         * cs1548-3.cs: New file to test signing with a strongname containing
180         only the public key.
181
182 2004-04-05  Martin Baulig  <martin@ximian.com>
183
184         * gmcs-expect-wrong-error: New file.
185
186 2004-04-05 Marek Safar <marek.safar@seznam.cz>
187
188         * cs3009-3.cs: New error test.
189
190 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
191
192         * cs0176.cs: make this test better.
193
194 2004-03-29 Marek Safar <marek.safar@seznam.cz>
195         * cs0029-3.cs,
196           cs0173-2.cs,
197           cs0619-{2-26}.cs,
198           cs0672.cs: 29 new error tests.
199
200 2004-03-26 Ben Maurer  <bmaurer@users.sourceforge.net>
201
202         * do-tests.pl: i think this fixes the problem with
203         tests that have comp options alway passing
204         * mcs-expect*: update for above.
205
206 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
207
208         * mcs-expect-no-errors: Removed cs1548 and cs1458-2.cs (fixed #55364).
209
210 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
211
212         * cs1510-2.cs: test for 56016.
213         * cs0154-2.cs: test for 55780.
214         * cs0246-6.cs: test for 55770.
215
216 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
217
218         * cs0122-4.cs: test for bug 55970.
219
220 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
221
222         * cs1548.cs: More descriptive comment  (missing file).
223         * cs1548-2.cs: New. Invalid strongname file (content).
224         * mcs-expect-no-errors: Added cs1458-2.cs.
225
226 2004-03-24 Ben Maurer  <bmaurer@users.sourceforge.net>
227
228         * Makefile, do-tests.pl: A new system for testing.
229         * mcs-expect-no-errors, mcs-expect-wrong-error: a list
230         of tests that we fail on.
231         * CONTRIBUTORS_README: update docs.
232
233 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
234
235         * cs1548.cs: New test for signing an assembly.
236
237 2004-03-16  Martin Baulig  <martin@ximian.com>
238
239         * Makefile (run-generics-local): New target to run the generics
240         tests.
241
242         * gmcs0246.cs, gmcs0305.cs, gmcs0305-2.cs, gmcs0308.cs,
243         gmcs0308-2.cs: New tests.
244
245 2004-03-12 Marek Safar <marek.safar@seznam.cz>
246
247         * cs0182-1.cs,
248           cs3001-9.cs: New error tests.
249
250 2004-03-08 Ben Maurer  <bmaurer@users.sourceforge.net>
251
252         * cs0111-{6,7}.cs: new test cases.
253
254 2004-03-02 Marek Safar <marek.safar@seznam.cz>
255
256         * cs0246-5.cs: New error test.
257
258 2004-02-16 Marek Safar <marek.safar@seznam.cz>
259
260         * cs3001-{7,8}.cs,
261           cs3005-(1-22}.cs,
262           cs3006-{1-6}.cs,
263           cs3012.cs,
264           cs3013.cs New error tests for CLS-compliance.
265
266         * cs186-2.cs,
267           cs0579-2.cs New error tests.
268
269         * makefile: Added CS3005-16-lib.cs and CS3013-module.cs as helpers for errors cs3005-16.cs and cs3013.cs.
270
271
272 2004-02-10 Marek Safar <marek.safar@seznam.cz>
273
274         * cs0111-2.cs: Fixed error message.
275           cs0111-5.cs,
276           cs0528-2.cs: New error tests.
277
278 2004-02-03 Marek Safar <marek.safar@seznam.cz>
279
280         * cs0102-{2,3,4,5}.cs,
281           cs0111-{3,4}.cs,
282           cs0547-2.cs: New error tests.
283
284 2004-01-21 Marek Safar <marek.safar@seznam.cz>
285
286         * cs0102.cs,
287           cs0111-2.cs,
288           cs246-{2,3,4}.cs,
289           cs663.cs: New tests.
290
291 2004-01-05 Marek Safar <marek.safar@seznam.cz>
292
293         * cs3001.cs,
294           cs3001-1.cs,
295           cs3001-2.cs,
296           cs3001-3.cs,
297           cs3001-4.cs,
298           cs3001-5.cs,
299           cs3001-6.cs,
300           cs3001-7.cs,
301           cs3002.cs,
302           cs3002-1.cs,
303           cs3002-10.cs,
304           cs3002-2.cs,
305           cs3002-3.cs,
306           cs3002-4.cs,
307           cs3002-5.cs,
308           cs3002-6.cs,
309           cs3002-7.cs,
310           cs3002-8.cs,
311           cs3002-9.cs,
312           cs3003.cs,
313           cs3003-1.cs,
314           cs3008.cs,
315           cs3008-1.cs,
316           cs3008-2.cs,
317           cs3008-3.cs,
318           cs3008-4.cs,
319           cs3008-5.cs,
320           cs3008-6.cs,
321           cs3010.cs,
322           cs3011.cs,
323           cs3011-1.cs,
324           cs3014.cs,
325           cs3014-1.cs,
326           cs3014-2.cs,
327           cs3014-3.cs,
328           cs3014-4.cs,
329           cs3014-5.cs,
330           cs3014-6.cs,
331           cs3014-7.cs,
332           cs3015.cs,
333           cs3015-1.cs,
334           cs3016.cs,
335           cs3016-1.cs,
336           cs3016-2.cs,
337           cs3016-3.cs: New tests for CLS-compliance.
338
339         * cs108-2.cs,
340           cs116-2.cs,
341           cs592-4.cs,
342           cs592-5.cs,
343           cs592-6.cs: New tests.
344
345 2004-01-04 Ben Maurer  <bmaurer@users.sourceforge.net>
346
347         * cs157-{2,3,4}: test cases we fail.
348
349 2003-11-01  Marek Safar <marek.safar@seznam.cz>
350
351         * makefile: Added "// Compiler options:" handling.
352
353 2003-09-22  Martin Baulig  <martin@ximian.com>
354
355         * errors.txt: Added -219.
356
357 2003-09-16  Martin Baulig  <martin@ximian.com>
358
359         * cs8217.cs: New test.
360
361 2003-09-06  Martin Baulig  <martin@ximian.com>
362
363         * errors.txt: Added -216.
364
365 2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>
366
367         * cs0666.xml: added sample xml file for monodoc error provider.
368
369 2003-07-28  Martin Baulig  <martin@ximian.com>
370
371         * cs0075.cs: This test case was incorrect; according to the spec,
372         `(double) -1' is allowed since `double' is a builtin type.
373         However, `(A) -1' is not allowed where `A' is a valuetype and has
374         an implicit conversion from int.
375
376 2003-07-28  Nick Drochak <ndrochak@gol.com>
377
378         * Makefile: added test-local target. Fixes build problem.
379
380 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
381
382         * Makefile: added install-local target.
383
384 2003-07-26  Martin Baulig  <martin@ximian.com>
385
386         * error-6.cs: New test for bug #46907.
387
388         * Makefile:
389         (test-multi-local): Run the multi-test tests.
390         (all-local): Run run-test-local and test-multi-local.
391
392 2003-07-21  Martin Baulig  <martin@ximian.com>
393
394         * syntax0068.cs, syntax0069.cs, syntax0071.cs, syntax0116.cs:
395         These are syntax errors which we'd need to catch in cs-parser.jay;
396         separate them from the other errors.
397
398         * cs0572.cs: New test.
399
400 2003-07-14  Martin Baulig  <martin@ximian.com>
401
402         * cs0212.cs: New test.
403
404 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
405
406         * cs1501-4.cs: Another test case for this error. This time it is on
407         constructors for attributes. We now report the error correctly.
408
409 2003-05-18  Martin Baulig  <martin@ximian.com>
410
411         * error-3.cs: Added testcase for CS0188.
412
413 2003-05-18  Martin Baulig  <martin@ximian.com>
414
415         * error-4.cs: Renamed to cs1502-2.cs.
416
417 2003-05-18  Martin Baulig  <martin@ximian.com>
418
419         * makefile: Ignore CS0162 and CS0169.
420
421 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
422
423         * cs1518-2.cs:   Added comment describing the error.
424
425 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
426
427         * cs1518-2.cs:   Added new test.
428
429 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
430
431         * cs0208.cs: Added new test.
432
433 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
434
435         * cs0202.cs: Added new test.
436         
437 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
438
439         * cs0197.cs: Added new test.
440
441 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
442
443         * cs0192.cs: Added new test.
444
445 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
446
447         * cs0170.cs: Added new test.
448
449 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
450
451         * cs0156.cs: Added new test.
452
453 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
454
455         * cs0163.cs: Added new test file.
456
457 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
458
459         * cs0161.cs: Added new test file.
460
461 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
462
463         * cs0230.cs: Added this test file.
464
465 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
466
467         * cs0225.cs: Added this file
468
469 2002-12-18  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
470
471         * cs0201.cs: Added this new test.
472
473 2002-12-18  Ravi Pratap  <ravi@ximian.com>
474
475         * errors.txt : Update for error # -24.
476
477 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
478
479         * cs0154.cs: New test.
480
481 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
482
483         * cs0138.cs: New test.
484
485 2002-12-07  Ravi Pratap  <ravi@ximian.com>
486
487         * cs0579.cs : Add.
488
489 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
490
491         * cs0140.cs,
492           cs0143.cs: New test.
493
494 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
495
496         * cs0100.cs,
497           cs0105.cs,
498           cs0112.cs,
499           cs0116.cs: New test.
500
501 2002-09-12  Martin Baulig  <martin@gnome.org>
502
503         * cs0038.cs: New test.
504
505 2002-08-27  Martin Baulig  <martin@gnome.org>
506
507         * cs0120-3.cs: New test.
508
509 2002-08-19  Ravi Pratap  <ravi@ximian.com>
510
511         * error-4.cs : New test.
512
513         * error-5.cs : New test.
514
515 2002-08-11  Martin Baulig  <martin@gnome.org>
516
517         * error-3.cs: New test.
518
519 2002-08-08  Martin Baulig  <martin@gnome.org>
520
521         * cs1540.cs: New test.
522
523 2002-08-08  Martin Baulig  <martin@gnome.org>
524
525         * cs0236.cs: New test.
526
527 2002-08-05  Martin Baulig  <martin@gnome.org>
528
529         * runtest.pl: This is a perl script which runs a testcase, parses the
530         MCS output and checks whether all errors are reported.
531
532         * error-1.cs, error-2.cs: Moved here from ../tests/.
533
534         * README.tests: Added (empty) list of all test cases.
535
536 2002-08-02  Martin Baulig  <martin@gnome.org>
537
538         * cs0155.cs, cs0155-2.cs: New tests.
539
540 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
541
542         * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
543
544 2002-06-26    <adb@tardis.ed.ac.uk>
545
546         * cs1501-3.cs: Added new test for struct ctr typechecks.
547
548 2002-06-24  Andrew Birkett  <adb@tardis.ed.ac.uk>
549
550         * fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.  
551         * cs0176.cs: Method has to be public for correct test
552         * cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
553         * cs0255.cs: Add assignment to stop 'unused variable' warning.
554         * makefile: Output is now like "Running test 42 .. OK".  Added --unsafe to 
555           make cs0193.cs, cs0196.cs and cs0214-3.cs work.
556