2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / errors / ChangeLog
1 2005-06-03  Raja R Harinath  <rharinath@novell.com>
2
3         * cs0654.cs: New test.
4
5 2005-06-02  Raja R Harinath  <rharinath@novell.com>
6
7         * cs0119-2.cs: New test from #75080.
8
9 2005-05-31  Raja R Harinath  <rharinath@novell.com>
10
11         * cs1589.cs, cs1590.cs, cs1590-2.cs, cs1590-3.cs, cs1592.cs:
12         Output to 'dummy.xml'.
13
14 2005-05-30  Raja R Harinath  <rharinath@novell.com>
15
16         * cs0122-16.cs: New test from #75088.
17
18 2005-05-26  Raja R Harinath  <rharinath@novell.com>
19
20         * cs0173-3.cs: Rename from cs0172-2.cs.  CSC 1.1 reports CS0173,
21         CSC 2.0.40607 reports CS0172.  CS0173 is somewhat more appropriate
22         since the conversion is ambiguous.
23
24 2005-05-20  Martin Baulig  <martin@ximian.com>
25
26         * mcs-known-issues, gmcs-known-issues: Updated.
27
28         * *-expect-*, *-ignore-*: Removed; we don't need them anymore with
29         the new test runner.
30
31 2005-05-09 Marek Safar <marek.safar@seznam.cz>
32
33         * Makefile: Use TestRunner under NET_2_0.
34
35 2005-05-05  Raja R Harinath  <rharinath@novell.com>
36
37         * Makefile (%-lib.dll, %-module.dll): Build during 'make test' or
38         'make run-test'.
39
40         * cs0122-14.cs, cs0122-15.cs, CS0122-14-lib.cs, CS0122-15-lib.cs:
41         New tests based on #64812.
42
43 2005-05-04  Raja R Harinath  <rharinath@novell.com>
44
45         * cs0122-13.cs: New test based on #64812.
46
47 2005-05-03  Raja R Harinath  <rharinath@novell.com>
48
49         * errors.txt (warning -28): Remove.
50
51 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * cs-1574-6.cs, cs-0419.cs : added new tests (bug #71603 and #71605).
54
55 2005-04-15  Raja R Harinath  <rharinath@novell.com>
56
57         * cs0208-7.cs, cs0208-8.cs: New tests.  Verified on CSC.
58
59 2005-04-08  Raja R Harinath  <rharinath@novell.com>
60
61         * cs0535-3.cs: New test from #58413.
62
63 2005-04-05  Raja R Harinath  <rharinath@novell.com>
64
65         * cs0208-5.cs, cs0208-6.cs: New tests from #62232.
66
67 2005-04-04  Raja R Harinath  <rharinath@novell.com>
68
69         * cs1521-2.cs: Change 'class' to a 'struct' to narrow down the
70         testcase to having only the mentioned error.  With the previous
71         code, CS0208 was also appropriate.
72
73 2005-04-01  Raja R Harinath  <rharinath@novell.com>
74
75         * TestRunner.cs (TestRunner): Make "KNOWN ISSUE" messages slightly
76         more verbose.
77         * cs0208-4.cs: New test from #74232.
78
79         * cs0267.cs: New.  Mentioned in passing in #74309.
80
81 2005-03-29  Raja R Harinath  <rharinath@novell.com>
82
83         * cs0136-3.cs, cs0136-4.cs: New tests from #47991.
84
85 2005-03-18  Raja R Harinath  <rharinath@novell.com>
86
87         * Makefile (DISTFILES): Don't distribute TestRunner.exe.
88
89 2005-03-17  Raja R Harinath  <rharinath@novell.com>
90
91         * Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
92         (run-mcs-tests): Clean up.  Use profile specific test runner.
93         Disable TestRunner on net_2_0 profile.
94         * TestRunner.cs (ProcessTester): Redirect stdout too.
95         (Tester.Log, Tester.LogLine): New.  Replacements for Console.Write
96         and Console.WriteLine that also log to files.
97         (Tester.Main): Add new command line argument for log file name.
98         Use the name of the compiler to select tests rather than "1".
99         Exit with non-zero on regressions.
100
101 2005-03-16 Marek Safar <marek.safar@seznam.cz>
102
103         * Makefile: Enabled TestRunner for default profile.
104         
105         * know-issues-*: Updated.
106
107 2005-03-16 Marek Safar <marek.safar@seznam.cz>
108
109         * TestRunner.cs: Add support for (no errors, ignore errors).
110
111 2005-03-16  Raja R Harinath  <rharinath@novell.com>
112
113         * Makefile (RUNTEST_PL, test-multi-local): Remove, now that
114         they're no longer used.
115         * runtest.pl: Remove.
116
117 2005-03-13  Martin Baulig  <martin@ximian.com>
118
119         Reverted things back to revision 41701, which was the last one
120         before Marek's changes.
121
122 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * cs1041.cs : option -doc was missing.
125
126 2004-03-10  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * cs1041.cs : added test for bug #73385.
129
130 2005-03-10 Marek Safar <marek.safar@seznam.cz>
131
132         * TestRunner.cs: New fast test runner.
133
134 2005-03-09  Raja R Harinath  <rharinath@novell.com>
135
136         * cs1618-2.cs: New test for partial classes.
137
138 2005-03-07  Raja R Harinath  <rharinath@novell.com>
139
140         * cs0120-6.cs, cs0120-7.cs: New tests from #73394.
141
142 2005-02-28  Raja R Harinath  <rharinath@novell.com>
143
144         * cs0053-2.cs: New test from #73052.
145
146 2005-02-23  Raja R Harinath  <rharinath@novell.com>
147
148         * cs0122-10.cs, CS0122-10-lib.cs: New tests based on #57851.
149         * Makefile (all-local): Add CS0122-10-lib.dll.
150         * cs0122-11.cs: New test based on #72718.
151         * cs0112-2.cs: Remove erroneous test.  Same as cs1501.cs.
152         * mcs-expect-wrong-error (cs1501.cs): Remove.
153
154 2005-02-22  Raja R Harinath  <rharinath@novell.com>
155
156         * cs0115-3.c, cs0534-3.cs, cs0534-4.cs: New files based on #71134.
157         * CS0534-3-lib.cs, CS0534-4-lib.cs: Likewise.
158         * Makefile (all-local): Add CS0534-3-lib.dll and CS0534-4-lib.dll.
159
160 2005-02-21  Raja R Harinath  <rharinath@novell.com>
161
162         * cs1594-1.cs, cs1594-2.cs, cs1594-3.cs: New tests based on #68955.
163
164         * runtest.pl: Add unexpected error check.
165
166 2005-02-18  Raja R Harinath  <rharinath@novell.com>
167
168         * cs0120-5.cs: New test from #72678.
169
170         * cs0131-3.cs: New test from #63202.
171
172 2005-02-16  Raja R Harinath  <rharinath@novell.com>
173
174         * cs0187-1.cs, cs0187-2.cs: New tests from #63202.
175
176 2005-02-15  Raja R Harinath  <rharinath@novell.com>
177
178         * cs1502-3.cs: New test from #72554.
179
180 2005-02-11 Marek Safar <marek.safar@seznam.cz>
181
182         * cs0133-2.cs, cs1641.cs, cs1642.cs, cs1644-3.cs, cs1663.cs
183         cs1665.cs, cs1666.cs, cs3003-5.cs: Fixed buffer error tests.
184
185 2005-02-10  Raja R Harinath  <rharinath@novell.com>
186
187         * cs0121-4.cs: New test.  Ensure that a param method isn't
188         discarded if the signatures of other normal methods are different.
189
190 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
191
192         * cs1617.cs: Add a newline so do-tests.pl can process it under
193         sparc.
194
195 2005-02-02  Raja R Harinath  <rharinath@novell.com>
196
197         * cs0108-12.cs: New test.  Ensure that cs0108 handling occurs when
198         a constant is defined ahead of time due to forward references.
199
200 2005-01-25 Marek Safar <marek.safar@seznam.cz>
201
202         * cs0176-4.cs: Bug #71257.
203
204 2005-01-25 Marek Safar <marek.safar@seznam.cz>
205
206         * cs0647-14.cs: Bug #71651.
207         
208 2005-01-12  Raja R Harinath  <rharinath@novell.com>
209
210         * Makefile (run-generics-tests): Fix quoting to better work in
211         Windows.  Remove some stray code leftover from testing.
212         (DISTFILES): Distribute *.inc, *.pub, and *.response files too.
213         * cs2023.response: Rename from CS2023.
214         * cs2023.cs: Update.
215
216 2005-01-10  Raja R Harinath  <rharinath@novell.com>
217
218         * Makefile (all-local): Add CS0118-2-lib.dll.
219         (run-mcs-tests, run-generics-tests): Don't pipe through tee.  It
220         loses exit code of do-tests.pl.
221         * do-tests.pl (PROFILELOG): New.  Copy all output to this file too.
222         * cs0234-2.cs: Bug #52697.
223         * cs0234-3.cs: Bug #57200.
224         * cs0118-2.cs, CS0118-2-lib.cs: Bug #67520.
225         * cs0538-2.cs: Remove bogus test.
226
227 2005-01-10 Marek Safar <marek.safar@seznam.cz>
228
229         * cs0612-2.cs, CS0612-2-lib.cs: Bug #70722.
230         
231 2005-01-07 Marek Safar <marek.safar@seznam.cz>
232
233         * cs0102-14.cs: Bug #70942.
234
235 2005-01-05  Duncan Mak  <duncan@ximian.com>
236  
237         * mcs-expect-no-error: Removed cs0541.cs, cs1040.cs.
238         
239         * cs1040-2.cs: Added to track bug #56460.        
240         
241 2004-12-29  Duncan Mak  <duncan@ximian.com>
242
243         * cs0246-9.cs: Added to track bug #70758.
244
245         * cs1510-3.cs: Added to track bug #70402.
246
247 2004-12-17  Raja R Harinath  <rharinath@novell.com>
248
249         * Makefile (run-mcs-tests, run-generics.tests): Don't remove
250         *.junk here.
251         (clean-local): Remove them here.
252         * do-tests.pl: Fix some perl warnings.
253
254 2004-12-17 Marek Safar <marek.safar@seznam.cz>
255
256         * makefile: Removed LOCAL_MCS_FLAGS. Every test should
257         have its own.
258
259         * cs1621.cs, cs1014.cs, cs1615.cs, cs1609.cs, cs1627.cs,
260         cs1599-2.cs, cs1620.cs, cs0686.cs, cs1534.cs, cs1007.cs,
261         cs1626.cs, cs1599.cs, cs1670.cs, cs1646.cs, cs0683.cs,
262         cs1638.cs, cs0103-2.cs: New error tests.
263
264 2004-12-14 Marek Safar <marek.safar@seznam.cz>
265
266         * cs0418-2.cs, cs0418.cs, cs0441.cs, cs0662.cs
267         cs0724.cs, cs1004.cs, cs1521-2.cs, cs1521.cs,
268         cs1558.cs, cs1576.cs, cs3017.cs, cs3018-2.cs,
269         cs3018.cs, cs3021.cs, cs3022.cs, cs3023.cs, cs3025.cs:
270         New error tests.
271
272 2004-12-08  Martin Baulig  <martin@ximian.com>
273
274         * gcs3024.cs: New test.
275
276 2004-12-08  Martin Baulig  <martin@ximian.com>
277
278         * cs3002-4.cs: Renamed to cs3003-2.cs.
279         * cs3002-7.cs: Renamed to cs3003-3.cs.
280         * cs3002-8.cs: Renamed to cs3003-4.cs.
281
282 2004-12-07  Raja R Harinath  <rharinath@novell.com>
283
284         * Makefile (DISTFILES): Add expected error and ignored test lists.
285
286 2004-12-07  Martin Baulig  <martin@ximian.com>
287
288         * gcs0305.cs: Renamed to cs0246-2.cs.
289         * gcs0305-2.cs: Renamed to cs0246-3.cs.
290         * gcs0305-3.cs: Renamed to cs0246-4.cs.
291         * gcs0305-4.cs: Renamed to cs0246-5.cs.
292         * gcs0308.cs: Renamed to cs0246-6.cs.
293         * gcs0308-2.cs: Renamed to cs0246-7.cs.
294         * gcs0308-3.cs: Renamed to cs0246-8.cs.
295
296 2004-12-06  Martin Baulig  <martin@ximian.com>
297
298         * cs8211.cs: Renamed to cs0182-4.cs.
299
300 2004-12-06  Martin Baulig  <martin@ximian.com>
301
302         * cs8212.cs: Renamed to cs0182-3.cs.
303
304 2004-12-06  Martin Baulig  <martin@ximian.com>
305
306         * cs8210.cs: Renamed to gcs0208.cs.
307
308 2004-12-06  Martin Baulig  <martin@ximian.com>
309
310         * cs8206.cs: Renamed to cs1622.cs.
311
312 2004-12-06  Martin Baulig  <martin@ximian.com>
313
314         * cs8201.cs: Removed, this is not an error !
315
316 2004-12-06  Martin Baulig  <martin@ximian.com>
317
318         * gmcs-expect-*: Updated from mcs-expect-*.
319
320 2004-12-06  Raja R Harinath  <rharinath@novell.com>
321
322         * Makefile (test-multi-local): Fix compile command.
323
324 2004-12-02  Duncan Mak  <duncan@ximian.com>
325
326         * cs0122-7.cs: 
327         * cs0122-8.cs: Added test cases for events, from bug #70129.
328
329 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
330
331         * cs1589.inc : plus one.
332         * Makefile : remove dummy.xml (in case of error test failures)
333
334 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
335
336         * cs1570.cs, cs1570-2.cs, cs1570-3.cs, cs1570-4.cs, cs1570-5.cs,
337           cs1570-6.cs, cs1570-7.cs, cs1570-8.cs, cs1570-9.cs, cs1570-10.cs,
338           cs1570-11.cs, cs1571.cs, cs1572.cs, cs1573.cs, cs1574.cs,
339           cs1574-2.cs, cs1574-3.cs, cs1574-4.cs, cs1574-5.cs, cs1580.cs,
340           cs1580-2.cs, cs1581.cs, cs1581-2.cs, cs1584.cs, cs1584-2.cs,
341           cs1584-3.cs, cs1584-4.cs, cs1587.cs, cs1587-2.cs, cs1587-3.cs,
342           cs1587-4.cs, cs1587-5.cs, cs1587-6.cs, cs1587-7.cs, cs1587-8.cs,
343           cs1587-9.cs, cs1587-10.cs, cs1587-11.cs, cs1587-12.cs, cs1587-13.cs,
344           cs1587-14.cs, cs1587-15.cs, cs1587-16.cs, cs1587-17.cs, cs1587-18.cs,
345           cs1587-19.cs, cs1587-20.cs, cs1587-21.cs, cs1587-22.cs, cs1587-23.cs,
346           cs1587-24.cs, cs1587-25.cs, cs1587-26.cs, cs1587-27.cs, cs1587-28.cs,
347           cs1589.cs, cs1590.cs, cs1590-2.cs, cs1590-3.cs, cs1591.cs,
348           cs1591-2.cs, cs1591-3.cs, cs1591-4.cs, cs1591-5.cs, cs1591-6.cs,
349           cs1591-7.cs, cs1591-8.cs, cs1591-9.cs, cs1591-10.cs, cs1591-11.cs,
350           cs1591-12.cs, cs1591-13.cs, cs1591-14.cs, cs1591-15.cs, cs1591-16.cs,
351           cs1591-17.cs, cs1591-18.cs, cs1592.cs : added tests for /doc feature.
352
353 2004-11-26  Raja R Harinath  <rharinath@novell.com>
354
355         * Makefile (DISTFILES): Add do-tests.pl.
356
357 2004-11-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
358
359         * cs0275.cs: New
360         
361 2004-11-18 Marek Safar <marek.safar@seznam.cz>
362
363         * cs0657-19.cs: Bug#69462
364
365 2004-11-03  Carlos Alberto Cortez <carlos@unixmexico.org>
366         * cs0273.cs: New
367         * cs0274.cs: New
368         * cs0276.cs: New
369         * cs0507-2.cs: New
370         * cs1644-2.cs: New
371
372 2004-10-24 Marek Safar <marek.safar@seznam.cz>
373
374         * cs82??.cs: Renumber some 82xx errors.
375
376 2004-10-21  Raja R Harinath  <rharinath@novell.com>
377
378         * do-tests.pl: Make robust to being invoked in parallel for
379         multiple profiles.
380         * Makefile: Clean any generated files.
381
382 2004-10-07  Raja R Harinath  <rharinath@novell.com>
383
384         * mcs-ignore-tests: Empty.
385
386         * Makefile (run-mcs-tests): Save log of output to
387         $(TEST_PROFILE).log.
388         (run-generics-tests): Likewise.
389         Report from K Sathyasudha <ksathyasudha@novell.com>.
390
391 2004-10-05  John Luke  <john.luke@gmail.com>
392
393         * Makefile: add *.mdb to clean target
394
395 2004-10-04  John Luke  <john.luke@gmail.com>
396
397         * cs8205.cs: remove, same as cs1624
398         * cs8206.cs: fix yield syntax, and add line number, now passes
399         * cs8207.cs: remove, same as cs1623
400         * cs8208.cs: remove, same as cs1625
401         * cs8209.cs: remove, same as cs1631
402
403 2004-10-01  John Luke  <john.luke@gmail.com>
404
405         * *.cs: fix some incorrect tests by either addding a Main method,
406         or adding a -t:library compiler option.  Makes one test pass, and adds
407         19 to *-expect-wrong-error as they compile when they shouldn't
408         * *mcs-expect-*-error: update
409
410 2004-10-01  Raja R Harinath  <rharinath@novell.com>
411
412         * cs0122-5.cs, cs0122-6.cs: New tests.
413         * gmcs-expect-no-error: Update.
414
415 2004-09-27  Raja R Harinath  <rharinath@novell.com>
416
417         * Makefile: Re-apply changes from 2004-09-14.
418         (test-everything): Run tests in both profiles.
419
420 2004-09-21  Raja R Harinath  <rharinath@novell.com>
421
422         * do-tests.pl: Print 'IGNORED' when a test is ignored.
423
424 2004-09-14  Martin Baulig  <martin@ximian.com>
425
426         * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated.
427
428 2004-09-14  Martin Baulig  <martin@ximian.com>
429
430         * Makefile: Put the old Makefile back.
431
432 2004-09-14  Raja R Harinath  <rharinath@novell.com>
433
434         * Makefile (MCS) [PROFILE=default]: Force testing of 'mcs'.
435         (test-everything): Remove.
436         (TEST_PROFILE): New.
437         (run-mcs-tests, run-gmcs-tests): Unify using TEST_PROFILE.
438         (run-test-local) [PROFILE=net_2_0]: Run generics tests.
439
440 2004-09-10 Marek Safar <marek.safar@seznam.cz>
441
442         * do-test.pl: Make report readable (I was really confuse).
443         Fixed bug on my machine CR+LF in *-expect-* files. 
444
445 2004-09-07  Martin Baulig  <martin@ximian.com>
446
447         * mcs-expect-no-error: I'm slowly getting annoyed.  Is it really
448         so hard to add new tests here ?
449
450 2004-09-07  Raja R Harinath  <rharinath@novell.com>
451
452         * cs0571-3.cs, CS0571-3-lib.cs: New tests for #59980.
453         * Makefile: Update list of dlls.
454
455 2004-09-03 Marek Safar <marek.safar@seznam.cz>
456
457         * 8 new error tests.
458
459 2004-09-03  Raja R Harinath  <rharinath@novell.com>
460
461         * do-tests.pl: Attach $profile to log file name to make clear
462         which profile caused the error.
463
464 2004-09-01 Marek Safar <marek.safar@seznam.cz>
465
466         * 20 new tests mainly for static classes.
467
468 2004-08-27  Martin Baulig  <martin@ximian.com>
469
470         * Makefile (test-everything): New target.
471
472 2004-08-27  Martin Baulig  <martin@ximian.com>
473
474         * gmcs-ignore-tests: New file.  This file lists tests which should
475         not be run at all because they make the compiler hang.
476
477         * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated.
478         * generics-expect-no-error: Updated.
479
480 2004-08-27  Martin Baulig  <martin@ximian.com>
481
482         * Makefile
483         (run-gmcs-tests): New target to run the cs*.cs tests with gmcs.
484         (run-generics-tests): New target to run the gcs*.cs tests.
485         (run-tests-local): Run run-mcs-tests, run-gmcs-tests and
486         run-generics-tests.
487
488         * do-tests.pl: Don't return an error value if more tests pass than
489         expected.       
490
491         * mcs-expect-no-error, mcs-expect-wrong-error: Updated to the
492         current situation, ie. make all the tests pass.
493
494         * gmcs-expect-no-error, gmcs-expect-wrong-error: New files.
495
496         * generics-expect-wrong-error: Formerly known as
497         gmcs-expect-wrong-error.        
498
499 2004-08-27  Martin Baulig  <martin@ximian.com>
500
501         * do-tests.pl: Deal with compiler crashes.
502
503         * mcs-expect-no-error, mcs-expect-wrong-error: Updated.
504
505 2004-08-04 Marek Safar <marek.safar@seznam.cz>
506
507         * 62 new error tests.
508
509 2004-07-23  Martin Baulig  <martin@ximian.com>
510
511         * cs0260.cs, cs0260-2.cs, cs0261.cs, cs0262.cs, cs0263.cs: New
512         tests for partial classes.
513
514 2004-07-14  Martin Baulig  <martin@ximian.com>
515
516         * cs1623.cs, cs1624.cs, cs1625.cs, cs1631.cs: New tests for
517         iterators.      
518
519 2004-07-02  Raja R Harinath  <rharinath@novell.com>
520
521         * cs0038-3.cs: New testcase from #60730.
522         * cs0038-4.cs: Likewise.
523
524 2004-06-21  Raja R Harinath  <rharinath@novell.com>
525
526         * cs0592-8.cs: Avoid spurious "unexpected incorrect error".
527
528 2004-06-10 Marek Safar <marek.safar@seznam.cz>
529
530         * do-test.pl: --expect-error must be at the
531         first place (mcs parses options by order).
532
533 2004-06-10 Marek Safar <marek.safar@seznam.cz>
534
535         * do-test.pl: Added simple error logging.
536         * Makefile (clean): Remove .dll & .log files
537
538 2004-06-07  Raja R Harinath  <rharinath@novell.com>
539
540         * cs0038-2.cs: New test, from bug #59477.
541         * mcs-expect-wrong-error: Add cs0038-1.
542
543 2004-06-03  Raja R Harinath  <rharinath@novell.com>
544
545         * cs0038-1.cs, cs1540-3.cs, cs1540-4.cs, cs1540-5.cs:
546         New testcases for bug #50820.
547
548 2004-06-01 Marek Safar <marek.safar@seznam.cz>
549
550         * cs1555.cs,
551         * cs1556.cs,
552         * cs3000.cs: 3 new error tests.
553
554 2004-05-30 Marek Safar <marek.safar@seznam.cz>
555
556         * cs1017.cs: New test.
557
558 2004-05-19 Marek Safar <marek.safar@seznam.cz>
559
560         * cs0579-6.cs: New test for bug #58688.
561
562 2004-05-18 Marek Safar <marek.safar@seznam.cz>
563
564         * cs0592-8.cs,
565         * cs0657-{2-17}.cs,
566         * cs1518-3.cs: 18 new error tests.
567         
568 2004-05-14 Marek Safar <marek.safar@seznam.cz>
569
570         * cs3008-7.cs: New test for bug #58478.
571
572 2004-05-11  Raja R Harinath  <rharinath@novell.com>
573
574         * Makefile (run-test-local): Run gmcs and multi tests too.
575         (test-multi-local): Add logging of errors.
576         * runtest.pl: Change $errors and $warnings to keep track of lines
577         on which errors are supposed to occur.
578
579 2004-05-10 Marek Safar <marek.safar@seznam.cz>
580
581         * cs0577-2, cs0577-3,
582         * cs1618.cs: 3 new error tests.
583
584 2004-05-10  Raja R Harinath  <rharinath@novell.com>
585
586         * do-tests.pl: Add back lost 'chomp'.
587
588 2004-05-07  Raja R Harinath  <rharinath@novell.com>
589
590         * do-tests.pl: Simplify sed expression.
591
592         * cs0625.cs, cs0626.cs, cs0636.cs: New tests.
593
594 2004-05-07 Marek Safar <marek.safar@seznam.cz>
595
596         * cs0579-4.cs, CS0579-4-1.cs,
597         * cs0579-5.cs,
598         * cs0657.cs,
599         * cs3015-2.cs,
600         * cs3019.cs,
601         * cs3019-2.cs: 6 new error tests.
602         
603 2004-05-03 Marek Safar <marek.safar@seznam.cz>
604
605         * cs0579-3.cs,
606         * cs0592-7.cs,        
607         * cs0626.cs: 3 new error tests.
608
609 2004-04-29 Marek Safar <marek.safar@seznam.cz>
610
611         * cs-11.cs: Renamed to cs1501-5.cs.
612
613 2004-04-29 Marek Safar <marek.safar@seznam.cz>
614
615         * cs0629.cs,
616         * cs1667-3.cs: 2 new error tests.
617
618 2004-04-12 Marek Safar <marek.safar@seznam.cz>
619
620         * cs0109.cs: New test.
621
622 2004-04-14 Marek Safar <marek.safar@seznam.cz>
623
624         * cs0612.cs,
625         * cs0672-2.cs: 2 new error tests.
626
627 2004-04-13 Marek Safar <marek.safar@seznam.cz>
628
629         * cs0618-2.cs,
630         * cs0619-{27-36}.cs,
631         * cs1667.cs, cs1667-2.cs: 13 new error tests.
632
633 2004-04-08 Marek Safar <marek.safar@seznam.cz>
634
635         * cs1677.cs: Changed name from cs1667.cs
636
637 2004-04-07  Sebastien Pouliot  <sebastien@ximian.com>
638
639         * cs1606.pub: New file. ECMA key.
640         * cs1606.cs: New file. This is the same problem as cs1548-3.cs but CSC
641         report a different error number when the ECMA key is being used.
642
643 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
644
645         * cs1548.pub: New file. Strongname file with only the public key.
646         * cs1548-3.cs: New file to test signing with a strongname containing
647         only the public key.
648
649 2004-04-05  Martin Baulig  <martin@ximian.com>
650
651         * gmcs-expect-wrong-error: New file.
652
653 2004-04-05 Marek Safar <marek.safar@seznam.cz>
654
655         * cs3009-3.cs: New error test.
656
657 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
658
659         * cs0176.cs: make this test better.
660
661 2004-03-29 Marek Safar <marek.safar@seznam.cz>
662         * cs0029-3.cs,
663           cs0173-2.cs,
664           cs0619-{2-26}.cs,
665           cs0672.cs: 29 new error tests.
666
667 2004-03-26 Ben Maurer  <bmaurer@users.sourceforge.net>
668
669         * do-tests.pl: i think this fixes the problem with
670         tests that have comp options alway passing
671         * mcs-expect*: update for above.
672
673 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
674
675         * mcs-expect-no-errors: Removed cs1548 and cs1458-2.cs (fixed #55364).
676
677 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
678
679         * cs1510-2.cs: test for 56016.
680         * cs0154-2.cs: test for 55780.
681         * cs0246-6.cs: test for 55770.
682
683 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
684
685         * cs0122-4.cs: test for bug 55970.
686
687 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
688
689         * cs1548.cs: More descriptive comment  (missing file).
690         * cs1548-2.cs: New. Invalid strongname file (content).
691         * mcs-expect-no-errors: Added cs1458-2.cs.
692
693 2004-03-24 Ben Maurer  <bmaurer@users.sourceforge.net>
694
695         * Makefile, do-tests.pl: A new system for testing.
696         * mcs-expect-no-errors, mcs-expect-wrong-error: a list
697         of tests that we fail on.
698         * CONTRIBUTORS_README: update docs.
699
700 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
701
702         * cs1548.cs: New test for signing an assembly.
703
704 2004-03-16  Martin Baulig  <martin@ximian.com>
705
706         * Makefile (run-generics-local): New target to run the generics
707         tests.
708
709         * gmcs0246.cs, gmcs0305.cs, gmcs0305-2.cs, gmcs0308.cs,
710         gmcs0308-2.cs: New tests.
711
712 2004-03-12 Marek Safar <marek.safar@seznam.cz>
713
714         * cs0182-1.cs,
715           cs3001-9.cs: New error tests.
716
717 2004-03-08 Ben Maurer  <bmaurer@users.sourceforge.net>
718
719         * cs0111-{6,7}.cs: new test cases.
720
721 2004-03-02 Marek Safar <marek.safar@seznam.cz>
722
723         * cs0246-5.cs: New error test.
724
725 2004-02-16 Marek Safar <marek.safar@seznam.cz>
726
727         * cs3001-{7,8}.cs,
728           cs3005-(1-22}.cs,
729           cs3006-{1-6}.cs,
730           cs3012.cs,
731           cs3013.cs New error tests for CLS-compliance.
732
733         * cs186-2.cs,
734           cs0579-2.cs New error tests.
735
736         * makefile: Added CS3005-16-lib.cs and CS3013-module.cs as helpers for errors cs3005-16.cs and cs3013.cs.
737
738
739 2004-02-10 Marek Safar <marek.safar@seznam.cz>
740
741         * cs0111-2.cs: Fixed error message.
742           cs0111-5.cs,
743           cs0528-2.cs: New error tests.
744
745 2004-02-03 Marek Safar <marek.safar@seznam.cz>
746
747         * cs0102-{2,3,4,5}.cs,
748           cs0111-{3,4}.cs,
749           cs0547-2.cs: New error tests.
750
751 2004-01-21 Marek Safar <marek.safar@seznam.cz>
752
753         * cs0102.cs,
754           cs0111-2.cs,
755           cs246-{2,3,4}.cs,
756           cs663.cs: New tests.
757
758 2004-01-05 Marek Safar <marek.safar@seznam.cz>
759
760         * cs3001.cs,
761           cs3001-1.cs,
762           cs3001-2.cs,
763           cs3001-3.cs,
764           cs3001-4.cs,
765           cs3001-5.cs,
766           cs3001-6.cs,
767           cs3001-7.cs,
768           cs3002.cs,
769           cs3002-1.cs,
770           cs3002-10.cs,
771           cs3002-2.cs,
772           cs3002-3.cs,
773           cs3002-4.cs,
774           cs3002-5.cs,
775           cs3002-6.cs,
776           cs3002-7.cs,
777           cs3002-8.cs,
778           cs3002-9.cs,
779           cs3003.cs,
780           cs3003-1.cs,
781           cs3008.cs,
782           cs3008-1.cs,
783           cs3008-2.cs,
784           cs3008-3.cs,
785           cs3008-4.cs,
786           cs3008-5.cs,
787           cs3008-6.cs,
788           cs3010.cs,
789           cs3011.cs,
790           cs3011-1.cs,
791           cs3014.cs,
792           cs3014-1.cs,
793           cs3014-2.cs,
794           cs3014-3.cs,
795           cs3014-4.cs,
796           cs3014-5.cs,
797           cs3014-6.cs,
798           cs3014-7.cs,
799           cs3015.cs,
800           cs3015-1.cs,
801           cs3016.cs,
802           cs3016-1.cs,
803           cs3016-2.cs,
804           cs3016-3.cs: New tests for CLS-compliance.
805
806         * cs108-2.cs,
807           cs116-2.cs,
808           cs592-4.cs,
809           cs592-5.cs,
810           cs592-6.cs: New tests.
811
812 2004-01-04 Ben Maurer  <bmaurer@users.sourceforge.net>
813
814         * cs157-{2,3,4}: test cases we fail.
815
816 2003-11-01  Marek Safar <marek.safar@seznam.cz>
817
818         * makefile: Added "// Compiler options:" handling.
819
820 2003-09-22  Martin Baulig  <martin@ximian.com>
821
822         * errors.txt: Added -219.
823
824 2003-09-16  Martin Baulig  <martin@ximian.com>
825
826         * cs8217.cs: New test.
827
828 2003-09-06  Martin Baulig  <martin@ximian.com>
829
830         * errors.txt: Added -216.
831
832 2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>
833
834         * cs0666.xml: added sample xml file for monodoc error provider.
835
836 2003-07-28  Martin Baulig  <martin@ximian.com>
837
838         * cs0075.cs: This test case was incorrect; according to the spec,
839         `(double) -1' is allowed since `double' is a builtin type.
840         However, `(A) -1' is not allowed where `A' is a valuetype and has
841         an implicit conversion from int.
842
843 2003-07-28  Nick Drochak <ndrochak@gol.com>
844
845         * Makefile: added test-local target. Fixes build problem.
846
847 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
848
849         * Makefile: added install-local target.
850
851 2003-07-26  Martin Baulig  <martin@ximian.com>
852
853         * error-6.cs: New test for bug #46907.
854
855         * Makefile:
856         (test-multi-local): Run the multi-test tests.
857         (all-local): Run run-test-local and test-multi-local.
858
859 2003-07-21  Martin Baulig  <martin@ximian.com>
860
861         * syntax0068.cs, syntax0069.cs, syntax0071.cs, syntax0116.cs:
862         These are syntax errors which we'd need to catch in cs-parser.jay;
863         separate them from the other errors.
864
865         * cs0572.cs: New test.
866
867 2003-07-14  Martin Baulig  <martin@ximian.com>
868
869         * cs0212.cs: New test.
870
871 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
872
873         * cs1501-4.cs: Another test case for this error. This time it is on
874         constructors for attributes. We now report the error correctly.
875
876 2003-05-18  Martin Baulig  <martin@ximian.com>
877
878         * error-3.cs: Added testcase for CS0188.
879
880 2003-05-18  Martin Baulig  <martin@ximian.com>
881
882         * error-4.cs: Renamed to cs1502-2.cs.
883
884 2003-05-18  Martin Baulig  <martin@ximian.com>
885
886         * makefile: Ignore CS0162 and CS0169.
887
888 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
889
890         * cs1518-2.cs:   Added comment describing the error.
891
892 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
893
894         * cs1518-2.cs:   Added new test.
895
896 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
897
898         * cs0208.cs: Added new test.
899
900 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
901
902         * cs0202.cs: Added new test.
903         
904 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
905
906         * cs0197.cs: Added new test.
907
908 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
909
910         * cs0192.cs: Added new test.
911
912 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
913
914         * cs0170.cs: Added new test.
915
916 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
917
918         * cs0156.cs: Added new test.
919
920 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
921
922         * cs0163.cs: Added new test file.
923
924 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
925
926         * cs0161.cs: Added new test file.
927
928 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
929
930         * cs0230.cs: Added this test file.
931
932 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
933
934         * cs0225.cs: Added this file
935
936 2002-12-18  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
937
938         * cs0201.cs: Added this new test.
939
940 2002-12-18  Ravi Pratap  <ravi@ximian.com>
941
942         * errors.txt : Update for error # -24.
943
944 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
945
946         * cs0154.cs: New test.
947
948 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
949
950         * cs0138.cs: New test.
951
952 2002-12-07  Ravi Pratap  <ravi@ximian.com>
953
954         * cs0579.cs : Add.
955
956 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
957
958         * cs0140.cs,
959           cs0143.cs: New test.
960
961 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
962
963         * cs0100.cs,
964           cs0105.cs,
965           cs0112.cs,
966           cs0116.cs: New test.
967
968 2002-09-12  Martin Baulig  <martin@gnome.org>
969
970         * cs0038.cs: New test.
971
972 2002-08-27  Martin Baulig  <martin@gnome.org>
973
974         * cs0120-3.cs: New test.
975
976 2002-08-19  Ravi Pratap  <ravi@ximian.com>
977
978         * error-4.cs : New test.
979
980         * error-5.cs : New test.
981
982 2002-08-11  Martin Baulig  <martin@gnome.org>
983
984         * error-3.cs: New test.
985
986 2002-08-08  Martin Baulig  <martin@gnome.org>
987
988         * cs1540.cs: New test.
989
990 2002-08-08  Martin Baulig  <martin@gnome.org>
991
992         * cs0236.cs: New test.
993
994 2002-08-05  Martin Baulig  <martin@gnome.org>
995
996         * runtest.pl: This is a perl script which runs a testcase, parses the
997         MCS output and checks whether all errors are reported.
998
999         * error-1.cs, error-2.cs: Moved here from ../tests/.
1000
1001         * README.tests: Added (empty) list of all test cases.
1002
1003 2002-08-02  Martin Baulig  <martin@gnome.org>
1004
1005         * cs0155.cs, cs0155-2.cs: New tests.
1006
1007 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
1008
1009         * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
1010
1011 2002-06-26    <adb@tardis.ed.ac.uk>
1012
1013         * cs1501-3.cs: Added new test for struct ctr typechecks.
1014
1015 2002-06-24  Andrew Birkett  <adb@tardis.ed.ac.uk>
1016
1017         * fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.  
1018         * cs0176.cs: Method has to be public for correct test
1019         * cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
1020         * cs0255.cs: Add assignment to stop 'unused variable' warning.
1021         * makefile: Output is now like "Running test 42 .. OK".  Added --unsafe to 
1022           make cs0193.cs, cs0196.cs and cs0214-3.cs work.
1023