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