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