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