2008-02-19 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / errors / ChangeLog
1 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
2
3         * Makefile: Enable testing net_2_1 profile.
4
5 2008-01-12  Raja R Harinath  <harinath@hurrynot.org>
6
7         * Makefile (VALID_PROFILE): New.  Disable tests for other profiles.
8
9 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * gcs0281.cs: Modified expected error message now that fix for bug
12         #315057 has been applied.
13
14 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * cs0177-8.cs: New test based on #325478.
17
18 2007-10-09  Jb Evain  <jbevain@novell.com>
19
20         * known-issues-mcs: test asserting that assembly
21         version check should work now.
22
23 2007-10-07  Jb Evain  <jbevain@novell.com>
24
25         * cs0647-17.cs: New test for assembly version verification.
26
27 2007-10-03  Raja R Harinath  <rharinath@novell.com>
28
29         * cs0120-10.cs: New test based on #328490.
30
31 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * cs1570-12.cs : new test (bug #82565).
34
35 2007-06-07  Raja R Harinath  <harinath@gmail.com>
36
37         * cs0135-2.cs, cs0135-3.cs: New tests for parameter name
38         conflicts.
39
40 2007-05-22  Scott Peterson  <lunchtimemama@gmail.com>
41         * gcs0271.cs, gcs0272.cs: Test automatic properties
42           for proper access control.
43
44 2007-05-17  Raja R Harinath  <rharinath@novell.com>
45
46         * cs0159-5.cs, cs0159-6.cs, cs0159-7.cs: New tests as
47         counterpoints to #81633.
48
49 2007-05-15  Scott Peterson  <lunchtimemama@gmail.com>
50         * gcs0201.cs:
51           Make sure that Linq syntax fails correctly
52           when not compiling for Linq.
53
54 2007-05-08  Scott Peterson  <lunchtimemama@gmail.com>
55         * gcs1526.cs:
56         * gcs1526-2.cs:
57         * gcs1031.cs:
58           Make sure that Linq syntax fails correctly
59           when not compiling for Linq.
60
61 2007-05-02  Raja R Harinath  <rharinath@novell.com>
62
63         * cs1534-2.cs: New test.  Ensure that the error handling isn't
64         limited to only erroneous 3-argument operators.
65
66 2007-04-09  Raja R Harinath  <rharinath@novell.com>
67
68         * cs0103-5.cs: New test based on #81338.
69
70 2007-03-21  Bill Holmes  <billholmes54@gmail.com>
71         * gcs0111-2.cs:
72         With the new member ordering change in class.cs, the error message
73         for this test has changed and now matches csc output.
74
75         For Defect #79434
76
77         All code is contributed under the MIT/X11 license.
78
79 2007-03-21  Bill Holmes  <billholmes54@gmail.com>
80
81         * cs3005-6.cs
82         * cs3005-15.cs
83           With the changes to mcs/class.cs in r74702 these test
84           outputs are now different.  The error messages are still correct
85           they are simply reporting the error on the other name due to the
86           new order objects are processed. 
87
88 2007-01-28  Raja R Harinath  <rharinath@novell.com>
89
90         * gcs0411-3.cs: Rename to tests/gtest-309.cs.
91
92 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
93
94         * cs1058.cs: Removed as CS1058 does not apply to 1.0 profile.
95         * gcs1058-1.cs, gcs1058-2.cs: Added tests for bug #79810.
96
97 2006-10-26  Raja R Harinath  <rharinath@novell.com>
98
99         * cs0165-13.cs: New test from #78820.
100
101 2006-10-06  Raja R Harinath  <rharinath@novell.com>
102
103         * cs0146-5.cs: New test from #79584.
104
105 2006-10-04  Martin Baulig  <martin@ximian.com>
106
107         * known-issues-mcs, known-issues-gmcs: Update; the anonymous
108         method tests are now working.
109
110 2006-10-04  Raja R Harinath  <harinath@gmail.com>
111
112         * cs0246-17.cs: An embarassingly simple testcase based on #79577.
113
114 2006-09-28  Raja R Harinath  <rharinath@novell.com>
115
116         * gcs1502.cs: New test from #79013.
117
118         * cs0229-3.cs, CS0229-3-lib.il: New test based on #79451.
119         * cs0229-4.cs, CS0229-4-lib.il: Likewise.
120
121 2006-08-14  Raja R Harinath  <rharinath@novell.com>
122
123         * gcs0306.cs: New test based on #79067.
124
125 2006-08-03  Raja R Harinath  <rharinath@novell.com>
126
127         * cs0146-3.cs, cs0146-4.cs: New tests for bug discovered while
128         fixing #77963.
129
130 2006-08-02  Raja R Harinath  <rharinath@novell.com>
131
132         * cs0246-16.cs, gcs0246-8.cs: New tests from #77396.
133
134 2006-06-21  Raja R Harinath  <rharinath@novell.com>
135
136         * cs0019-16.cs: New test from #78662.
137
138 2006-06-16  Raja R Harinath  <rharinath@novell.com>
139
140         * cs0120-9.cs: New test from #78601.
141
142 2006-05-23  Raja R Harinath  <rharinath@novell.com>
143
144         * cs0139-3.cs, cs0139-4.cs, cs0139-5.cs, cs0139-6.cs: New
145         regression tests for 'break' and 'continue' inside a try block.
146
147 2006-05-18  Raja R Harinath  <rharinath@novell.com>
148
149         * cs0162-6.cs, cs0162-7.cs: New tests for unreachable code.
150         Emitting the warning on cs0162-7.cs needs a multi-pass algorithm.
151         * cs0165-12.cs: New test from #77869.
152
153 2006-05-11  Raja R Harinath  <rharinath@novell.com>
154
155         * cs0177-7.cs: Taken from erroneous sub-test in tests/test-154.cs.
156
157 2006-05-05  Raja R Harinath  <rharinath@novell.com>
158
159         * cs0177-5.cs, cs0177-6.cs: New tests based on #78290.
160
161 2006-05-03  Raja R Harinath  <rharinath@novell.com>
162
163         * cs0162-5.cs: New test from #76665.
164
165 2006-04-20  Raja R Harinath  <rharinath@novell.com>
166
167         * cs1502-7.cs: New test from #75800.
168
169         * cs0168-2.cs: New test from #66031.
170
171 2006-04-18  Raja R Harinath  <rharinath@novell.com>
172
173         * cs1690.cs, cs1690-2.cs, cs1690-3.cs: Update.
174         * cs1690-4.cs, cs1690-5.cs, cs1690-6.cs, cs1690-7.cs: New tests
175         inspired by #77752.
176
177 2006-03-22  Raja R Harinath  <rharinath@novell.com>
178
179         * gcs1908.cs, gcs1908-2.cs, gcs1908-3.cs, gcs1908-4.cs: New tests
180         for DefaultParameterValueAttribute.
181
182 2006-03-01  Raja R Harinath  <rharinath@novell.com>
183
184         * cs1540-8.cs: New test from #77627.
185
186         * cs1628-2.cs: New test from #77679.
187
188         * cs0205-3.cs, CS0205-3-lib.dll: New test based on #77642.
189
190 2006-02-07  Atsushi Enomoto  <atsushi@ximian.com>
191
192         * cs1570-3.cs cs1570-5.cs cs1570-11.cs cs1570-9.cs cs1570-2.cs
193           cs1570-4.cs cs1570-6.cs cs1570.cs cs1570-10.cs cs1570-8.cs :
194
195           It reports XmlTextReader error message changes as build breakage.
196
197           That's why I opposed to compare error messages blindly.
198
199 2006-01-18  Raja R Harinath  <rharinath@novell.com>
200
201         * cs1026-2.cs: New test from #76656.
202
203 2006-01-17  Raja R Harinath  <rharinath@novell.com>
204
205         * cs0201-2.cs, cs0201-3.cs: New tests from #76824.
206
207 2006-01-16  Raja R Harinath  <rharinath@novell.com>
208
209         * cs1654.cs, cs1654-2, cs1656-4: New tests from #76874.
210
211 2006-01-11  Raja R Harinath  <rharinath@novell.com>
212
213         * cs0023-3.cs: New test from #77204.
214
215 2006-01-06  Ankit Jain  <jankit@novell.com>
216
217         * known-issues-gmcs: Removed cs0619-18.cs and cs0619-24.cs (working now).
218
219 2005-12-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
220
221         * CSFriendAssembly-lib.cs: Update friend assembly info
222         after the latest updates to this feature.
223
224         * gcs1726.cs: Likewise.
225
226         * gcs0281.cs: Likewise.
227         
228 2005-12-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
229
230         * gcs1726-2.cs: New test based on last update to
231         friend assembly access.
232
233 2005-12-20  Raja R Harinath  <rharinath@novell.com>
234
235         * cs0628-3.cs: New test based on #77035.
236
237 2005-12-16  Raja R Harinath  <rharinath@novell.com>
238
239         * cs0659-2.cs: New test based on #77006.
240
241 2005-12-05  Raja R Harinath  <rharinath@novell.com>
242
243         * Makefile (DISTFILES): Add *.snk.
244
245 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
246
247         * cs1574-8.cs, cs1574-9.cs : new tests for bug #76873.
248         * known-issues-gmcs : updated.
249
250 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
251
252         * cs0419-4.cs : test for the first case of bug #76727.
253         * known-issues-gmcs : added it.
254
255 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
256
257         * cs1574-7.cs : fixed code format ("Line") to make it working.
258         * cs0419-3.cs : new test for ambiguity resolution.
259         * known-issues-gmcs : actually cs1574-7.cs is kind of regression,
260           thus no need to be added here.
261
262 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
263
264         * cs1574-7.cs : new test to warn doc reference to interface members 
265           which is not exposed publicly.
266         * known-issues-gmcs : added above.
267
268 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * known-issues-gmcs : added cs0419-2.cs
271
272 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * cs0419-2.cs : test to check error message problem in #76685.
275
276 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
277
278         * cs1591-19.cs : evidence for that bug #76692 is not a real bug.
279
280 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
281
282         * cs0419.cs : The error message is fixed to show an alternative, not
283           the identical one.
284
285 2005-11-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
286
287         * gcs0281.cs: New test.
288         * CSFriendAssembly-lib.cs: New helper file.
289         
290 2005-10-27  Raja R Harinath  <rharinath@novell.com>
291
292         * cs1501-11.cs, cs1502-5.cs: New tests from #76085.
293
294 2005-10-26  Raja R Harinath  <harinath@gmail.com>
295
296         * cs0246-14.cs: New test from #76419.
297
298 2005-10-26  Raja R Harinath  <rharinath@novell.com>
299
300         * cs0103-3.cs: New test for #76271.
301
302 2005-10-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
303
304         * gcs1700.cs, gcs1726.cs, gcs0647.cs, gcs0647-2.cs: 
305           New tests.
306
307         * InternalVisibleTo.snk: New key file for gcs1726.cs.
308           
309 2005-10-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
310
311         * cs0430.cs, cs0439.cs, cs0439-2.cs, 
312           cs1537-2.cs, cs1537-3.cs, cs1679.cs, 
313           cs1680.cs, cs1681.cs: Added tests for extern alias
314           feature.
315
316         * known-gmcs-issues: Update the issues to avoid testing
317         the extern alias test in 2.0 profile. We need to change them
318         as soon as the merged is done in gmcs.
319           
320 2005-10-20  Raja R Harinath  <rharinath@novell.com>
321
322         * Makefile (run-mcs-tests): Set MONO_RUNTIME to $(RUNTIME).
323
324 2005-10-07  Raja R Harinath  <rharinath@novell.com>
325
326         * cs0266-8.cs: New test from #76323.
327
328 2005-10-04  Raja R Harinath  <rharinath@novell.com>
329
330         * Makefile (with_mono_path_n11b): New.
331         (ILASM): Use it.
332
333 2005-09-26  Raja R Harinath  <rharinath@novell.com>
334
335         * cs0212-3.cs: New test based on #76133.
336
337 2005-09-05  Atsushi Enomoto  <atsushi@ximian.com>
338
339         * gcs0208-2.cs, gcs0208-3.cs, gcs0208-4.cs : added test with related
340           to #75772.
341
342 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
343
344         * cs0418-3.cs, cs0418-4.cs, cs0418-5.cs,
345           cs0441-2.cs : class modifier check on partial types.
346         * known-issues-gmcs : added above.
347
348 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
349
350         * cs0665-2.cs : test for bug #75946.
351         * known-issues-gmcs : added this file.
352
353 2005-08-31  Atsushi Enomoto  <atsushi@ximian.com>
354
355         * cs0665.cs : new test (possibly incorrect assignment in if statement).
356
357 2005-08-30  Atsushi Enomoto  <atsushi@ximian.com>
358
359         * cs0246-13.cs : testcase for #75930.
360
361 2005-08-24  Atsushi Enomoto  <atsushi@ximian.com>
362
363         * cs0134-2.cs : testcase for bug #754333.
364
365 2005-08-24  Atsushi Enomoto  <atsushi@ximian.com>
366
367         * known-issues-mcs : removed cs0642*.cs (working now)
368         * cs0642-2.cs, cs0642-3.cs, cs0642-4.cs, cs0642-5.cs, cs0642-6.cs :
369           filename fix.
370         * cs0642-7.cs, cs0642-8.cs, cs0642-9.cs :
371           Possible empty statement check for if&else.
372         * cs0642-10.cs : additional empty statement check for "fixed".
373
374 2005-08-24 Marek Safar <marek.safar@seznam.cz>
375
376         * Makefile: Add ilasm for *.il compilation.
377
378 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
379
380         * known-issues-mcs : removed cs0652.cs (working now)
381         * cs0652-2.cs, cs0652-3.cs cs0652-4.cs : for bug #53974 plus alpha.
382
383 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
384
385         * cs0034-3.cs : for bug #73709.
386
387 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
388
389         * cs0034-2.cs : for bug #52492.
390
391 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
392
393         * cs1010-2.cs : for bug #75245.
394
395 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
396
397         * cs0165-10.cs, cs0165-11.cs : for bug #75721.
398
399 2005-08-12  Martin Baulig  <martin@ximian.com>
400
401         * known-issues-gmcs: Ignore cs3005-13.cs since it's supposed to
402         produce a warning and not an error on .NET 2.0.
403
404 2005-08-03  Raja R Harinath  <rharinath@novell.com>
405
406         * cs0431.cs, cs0432.cs, cs0432-2.cs, cs0440.cs, cs0687.cs:
407         New tests for the qualified-alias-member (::) feature.
408
409 2005-08-01  Raja R Harinath  <rharinath@novell.com>
410
411         * cs0122-17.cs: New test from #75669.
412
413 2005-07-31  Raja R Harinath  <harinath@gmail.com>
414
415         * cs1502-4.cs: New test from #75658.
416
417         * cs0136-6.cs: New test from #75656.
418
419 2005-07-26  Raja R Harinath  <rharinath@novell.com>
420
421         * cs0246-12.cs: New test from #75628.
422
423 2005-07-16  Raja R Harinath  <harinath@gmail.com>
424
425         * cs0252.cs, cs0253.cs: New tests for #60638 from #75557.
426
427 2005-07-15  Raja R Harinath  <rharinath@novell.com>
428
429         * cs0436.cs: New test from #72969.
430
431 2005-07-07  Raja R Harinath  <rharinath@novell.com>
432
433         * cs0282.cs: New test from #75486.
434
435 2005-07-05  Raja R Harinath  <rharinath@novell.com>
436
437         * cs0212-2.cs: New test from #72729.
438
439 2005-06-30  Raja R Harinath  <rharinath@novell.com>
440
441         * cs0021-3.cs: New test from #75412.
442
443         * cs0120-8.cs: New test from #75283.
444
445 2005-06-15  Raja R Harinath  <rharinath@novell.com>
446
447         * Makefile (run-mcs-tests): Run with TEST_RUNTIME.
448
449 2005-06-06  Raja R Harinath  <rharinath@novell.com>
450
451         * Makefile (run-mcs-tests): Update location of compiler-tester.exe.
452
453 2005-06-06 Marek Safar <marek.safar@seznam.cz>
454
455         * Makefile: Reflect tester changes.
456         
457         * TestRunner.cs: Moved to tools/compiler-tester.
458         
459 2005-06-03  Raja R Harinath  <rharinath@novell.com>
460
461         * cs0654.cs: New test.
462
463 2005-06-02  Raja R Harinath  <rharinath@novell.com>
464
465         * cs0119-2.cs: New test from #75080.
466
467 2005-05-31  Raja R Harinath  <rharinath@novell.com>
468
469         * cs1589.cs, cs1590.cs, cs1590-2.cs, cs1590-3.cs, cs1592.cs:
470         Output to 'dummy.xml'.
471
472 2005-05-30  Raja R Harinath  <rharinath@novell.com>
473
474         * cs0122-16.cs: New test from #75088.
475
476 2005-05-26  Raja R Harinath  <rharinath@novell.com>
477
478         * cs0173-3.cs: Rename from cs0172-2.cs.  CSC 1.1 reports CS0173,
479         CSC 2.0.40607 reports CS0172.  CS0173 is somewhat more appropriate
480         since the conversion is ambiguous.
481
482 2005-05-20  Martin Baulig  <martin@ximian.com>
483
484         * mcs-known-issues, gmcs-known-issues: Updated.
485
486         * *-expect-*, *-ignore-*: Removed; we don't need them anymore with
487         the new test runner.
488
489 2005-05-09 Marek Safar <marek.safar@seznam.cz>
490
491         * Makefile: Use TestRunner under NET_2_0.
492
493 2005-05-05  Raja R Harinath  <rharinath@novell.com>
494
495         * Makefile (%-lib.dll, %-module.dll): Build during 'make test' or
496         'make run-test'.
497
498         * cs0122-14.cs, cs0122-15.cs, CS0122-14-lib.cs, CS0122-15-lib.cs:
499         New tests based on #64812.
500
501 2005-05-04  Raja R Harinath  <rharinath@novell.com>
502
503         * cs0122-13.cs: New test based on #64812.
504
505 2005-05-03  Raja R Harinath  <rharinath@novell.com>
506
507         * errors.txt (warning -28): Remove.
508
509 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
510
511         * cs-1574-6.cs, cs-0419.cs : added new tests (bug #71603 and #71605).
512
513 2005-04-15  Raja R Harinath  <rharinath@novell.com>
514
515         * cs0208-7.cs, cs0208-8.cs: New tests.  Verified on CSC.
516
517 2005-04-08  Raja R Harinath  <rharinath@novell.com>
518
519         * cs0535-3.cs: New test from #58413.
520
521 2005-04-05  Raja R Harinath  <rharinath@novell.com>
522
523         * cs0208-5.cs, cs0208-6.cs: New tests from #62232.
524
525 2005-04-04  Raja R Harinath  <rharinath@novell.com>
526
527         * cs1521-2.cs: Change 'class' to a 'struct' to narrow down the
528         testcase to having only the mentioned error.  With the previous
529         code, CS0208 was also appropriate.
530
531 2005-04-01  Raja R Harinath  <rharinath@novell.com>
532
533         * TestRunner.cs (TestRunner): Make "KNOWN ISSUE" messages slightly
534         more verbose.
535         * cs0208-4.cs: New test from #74232.
536
537         * cs0267.cs: New.  Mentioned in passing in #74309.
538
539 2005-03-29  Raja R Harinath  <rharinath@novell.com>
540
541         * cs0136-3.cs, cs0136-4.cs: New tests from #47991.
542
543 2005-03-18  Raja R Harinath  <rharinath@novell.com>
544
545         * Makefile (DISTFILES): Don't distribute TestRunner.exe.
546
547 2005-03-17  Raja R Harinath  <rharinath@novell.com>
548
549         * Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
550         (run-mcs-tests): Clean up.  Use profile specific test runner.
551         Disable TestRunner on net_2_0 profile.
552         * TestRunner.cs (ProcessTester): Redirect stdout too.
553         (Tester.Log, Tester.LogLine): New.  Replacements for Console.Write
554         and Console.WriteLine that also log to files.
555         (Tester.Main): Add new command line argument for log file name.
556         Use the name of the compiler to select tests rather than "1".
557         Exit with non-zero on regressions.
558
559 2005-03-16 Marek Safar <marek.safar@seznam.cz>
560
561         * Makefile: Enabled TestRunner for default profile.
562         
563         * know-issues-*: Updated.
564
565 2005-03-16 Marek Safar <marek.safar@seznam.cz>
566
567         * TestRunner.cs: Add support for (no errors, ignore errors).
568
569 2005-03-16  Raja R Harinath  <rharinath@novell.com>
570
571         * Makefile (RUNTEST_PL, test-multi-local): Remove, now that
572         they're no longer used.
573         * runtest.pl: Remove.
574
575 2005-03-13  Martin Baulig  <martin@ximian.com>
576
577         Reverted things back to revision 41701, which was the last one
578         before Marek's changes.
579
580 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
581
582         * cs1041.cs : option -doc was missing.
583
584 2004-03-10  Atsushi Enomoto  <atsushi@ximian.com>
585
586         * cs1041.cs : added test for bug #73385.
587
588 2005-03-10 Marek Safar <marek.safar@seznam.cz>
589
590         * TestRunner.cs: New fast test runner.
591
592 2005-03-09  Raja R Harinath  <rharinath@novell.com>
593
594         * cs1618-2.cs: New test for partial classes.
595
596 2005-03-07  Raja R Harinath  <rharinath@novell.com>
597
598         * cs0120-6.cs, cs0120-7.cs: New tests from #73394.
599
600 2005-02-28  Raja R Harinath  <rharinath@novell.com>
601
602         * cs0053-2.cs: New test from #73052.
603
604 2005-02-23  Raja R Harinath  <rharinath@novell.com>
605
606         * cs0122-10.cs, CS0122-10-lib.cs: New tests based on #57851.
607         * Makefile (all-local): Add CS0122-10-lib.dll.
608         * cs0122-11.cs: New test based on #72718.
609         * cs0112-2.cs: Remove erroneous test.  Same as cs1501.cs.
610         * mcs-expect-wrong-error (cs1501.cs): Remove.
611
612 2005-02-22  Raja R Harinath  <rharinath@novell.com>
613
614         * cs0115-3.c, cs0534-3.cs, cs0534-4.cs: New files based on #71134.
615         * CS0534-3-lib.cs, CS0534-4-lib.cs: Likewise.
616         * Makefile (all-local): Add CS0534-3-lib.dll and CS0534-4-lib.dll.
617
618 2005-02-21  Raja R Harinath  <rharinath@novell.com>
619
620         * cs1594-1.cs, cs1594-2.cs, cs1594-3.cs: New tests based on #68955.
621
622         * runtest.pl: Add unexpected error check.
623
624 2005-02-18  Raja R Harinath  <rharinath@novell.com>
625
626         * cs0120-5.cs: New test from #72678.
627
628         * cs0131-3.cs: New test from #63202.
629
630 2005-02-16  Raja R Harinath  <rharinath@novell.com>
631
632         * cs0187-1.cs, cs0187-2.cs: New tests from #63202.
633
634 2005-02-15  Raja R Harinath  <rharinath@novell.com>
635
636         * cs1502-3.cs: New test from #72554.
637
638 2005-02-11 Marek Safar <marek.safar@seznam.cz>
639
640         * cs0133-2.cs, cs1641.cs, cs1642.cs, cs1644-3.cs, cs1663.cs
641         cs1665.cs, cs1666.cs, cs3003-5.cs: Fixed buffer error tests.
642
643 2005-02-10  Raja R Harinath  <rharinath@novell.com>
644
645         * cs0121-4.cs: New test.  Ensure that a param method isn't
646         discarded if the signatures of other normal methods are different.
647
648 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
649
650         * cs1617.cs: Add a newline so do-tests.pl can process it under
651         sparc.
652
653 2005-02-02  Raja R Harinath  <rharinath@novell.com>
654
655         * cs0108-12.cs: New test.  Ensure that cs0108 handling occurs when
656         a constant is defined ahead of time due to forward references.
657
658 2005-01-25 Marek Safar <marek.safar@seznam.cz>
659
660         * cs0176-4.cs: Bug #71257.
661
662 2005-01-25 Marek Safar <marek.safar@seznam.cz>
663
664         * cs0647-14.cs: Bug #71651.
665         
666 2005-01-12  Raja R Harinath  <rharinath@novell.com>
667
668         * Makefile (run-generics-tests): Fix quoting to better work in
669         Windows.  Remove some stray code leftover from testing.
670         (DISTFILES): Distribute *.inc, *.pub, and *.response files too.
671         * cs2023.response: Rename from CS2023.
672         * cs2023.cs: Update.
673
674 2005-01-10  Raja R Harinath  <rharinath@novell.com>
675
676         * Makefile (all-local): Add CS0118-2-lib.dll.
677         (run-mcs-tests, run-generics-tests): Don't pipe through tee.  It
678         loses exit code of do-tests.pl.
679         * do-tests.pl (PROFILELOG): New.  Copy all output to this file too.
680         * cs0234-2.cs: Bug #52697.
681         * cs0234-3.cs: Bug #57200.
682         * cs0118-2.cs, CS0118-2-lib.cs: Bug #67520.
683         * cs0538-2.cs: Remove bogus test.
684
685 2005-01-10 Marek Safar <marek.safar@seznam.cz>
686
687         * cs0612-2.cs, CS0612-2-lib.cs: Bug #70722.
688         
689 2005-01-07 Marek Safar <marek.safar@seznam.cz>
690
691         * cs0102-14.cs: Bug #70942.
692
693 2005-01-05  Duncan Mak  <duncan@ximian.com>
694  
695         * mcs-expect-no-error: Removed cs0541.cs, cs1040.cs.
696         
697         * cs1040-2.cs: Added to track bug #56460.        
698         
699 2004-12-29  Duncan Mak  <duncan@ximian.com>
700
701         * cs0246-9.cs: Added to track bug #70758.
702
703         * cs1510-3.cs: Added to track bug #70402.
704
705 2004-12-17  Raja R Harinath  <rharinath@novell.com>
706
707         * Makefile (run-mcs-tests, run-generics.tests): Don't remove
708         *.junk here.
709         (clean-local): Remove them here.
710         * do-tests.pl: Fix some perl warnings.
711
712 2004-12-17 Marek Safar <marek.safar@seznam.cz>
713
714         * makefile: Removed LOCAL_MCS_FLAGS. Every test should
715         have its own.
716
717         * cs1621.cs, cs1014.cs, cs1615.cs, cs1609.cs, cs1627.cs,
718         cs1599-2.cs, cs1620.cs, cs0686.cs, cs1534.cs, cs1007.cs,
719         cs1626.cs, cs1599.cs, cs1670.cs, cs1646.cs, cs0683.cs,
720         cs1638.cs, cs0103-2.cs: New error tests.
721
722 2004-12-14 Marek Safar <marek.safar@seznam.cz>
723
724         * cs0418-2.cs, cs0418.cs, cs0441.cs, cs0662.cs
725         cs0724.cs, cs1004.cs, cs1521-2.cs, cs1521.cs,
726         cs1558.cs, cs1576.cs, cs3017.cs, cs3018-2.cs,
727         cs3018.cs, cs3021.cs, cs3022.cs, cs3023.cs, cs3025.cs:
728         New error tests.
729
730 2004-12-08  Martin Baulig  <martin@ximian.com>
731
732         * gcs3024.cs: New test.
733
734 2004-12-08  Martin Baulig  <martin@ximian.com>
735
736         * cs3002-4.cs: Renamed to cs3003-2.cs.
737         * cs3002-7.cs: Renamed to cs3003-3.cs.
738         * cs3002-8.cs: Renamed to cs3003-4.cs.
739
740 2004-12-07  Raja R Harinath  <rharinath@novell.com>
741
742         * Makefile (DISTFILES): Add expected error and ignored test lists.
743
744 2004-12-07  Martin Baulig  <martin@ximian.com>
745
746         * gcs0305.cs: Renamed to cs0246-2.cs.
747         * gcs0305-2.cs: Renamed to cs0246-3.cs.
748         * gcs0305-3.cs: Renamed to cs0246-4.cs.
749         * gcs0305-4.cs: Renamed to cs0246-5.cs.
750         * gcs0308.cs: Renamed to cs0246-6.cs.
751         * gcs0308-2.cs: Renamed to cs0246-7.cs.
752         * gcs0308-3.cs: Renamed to cs0246-8.cs.
753
754 2004-12-06  Martin Baulig  <martin@ximian.com>
755
756         * cs8211.cs: Renamed to cs0182-4.cs.
757
758 2004-12-06  Martin Baulig  <martin@ximian.com>
759
760         * cs8212.cs: Renamed to cs0182-3.cs.
761
762 2004-12-06  Martin Baulig  <martin@ximian.com>
763
764         * cs8210.cs: Renamed to gcs0208.cs.
765
766 2004-12-06  Martin Baulig  <martin@ximian.com>
767
768         * cs8206.cs: Renamed to cs1622.cs.
769
770 2004-12-06  Martin Baulig  <martin@ximian.com>
771
772         * cs8201.cs: Removed, this is not an error !
773
774 2004-12-06  Martin Baulig  <martin@ximian.com>
775
776         * gmcs-expect-*: Updated from mcs-expect-*.
777
778 2004-12-06  Raja R Harinath  <rharinath@novell.com>
779
780         * Makefile (test-multi-local): Fix compile command.
781
782 2004-12-02  Duncan Mak  <duncan@ximian.com>
783
784         * cs0122-7.cs: 
785         * cs0122-8.cs: Added test cases for events, from bug #70129.
786
787 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
788
789         * cs1589.inc : plus one.
790         * Makefile : remove dummy.xml (in case of error test failures)
791
792 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
793
794         * cs1570.cs, cs1570-2.cs, cs1570-3.cs, cs1570-4.cs, cs1570-5.cs,
795           cs1570-6.cs, cs1570-7.cs, cs1570-8.cs, cs1570-9.cs, cs1570-10.cs,
796           cs1570-11.cs, cs1571.cs, cs1572.cs, cs1573.cs, cs1574.cs,
797           cs1574-2.cs, cs1574-3.cs, cs1574-4.cs, cs1574-5.cs, cs1580.cs,
798           cs1580-2.cs, cs1581.cs, cs1581-2.cs, cs1584.cs, cs1584-2.cs,
799           cs1584-3.cs, cs1584-4.cs, cs1587.cs, cs1587-2.cs, cs1587-3.cs,
800           cs1587-4.cs, cs1587-5.cs, cs1587-6.cs, cs1587-7.cs, cs1587-8.cs,
801           cs1587-9.cs, cs1587-10.cs, cs1587-11.cs, cs1587-12.cs, cs1587-13.cs,
802           cs1587-14.cs, cs1587-15.cs, cs1587-16.cs, cs1587-17.cs, cs1587-18.cs,
803           cs1587-19.cs, cs1587-20.cs, cs1587-21.cs, cs1587-22.cs, cs1587-23.cs,
804           cs1587-24.cs, cs1587-25.cs, cs1587-26.cs, cs1587-27.cs, cs1587-28.cs,
805           cs1589.cs, cs1590.cs, cs1590-2.cs, cs1590-3.cs, cs1591.cs,
806           cs1591-2.cs, cs1591-3.cs, cs1591-4.cs, cs1591-5.cs, cs1591-6.cs,
807           cs1591-7.cs, cs1591-8.cs, cs1591-9.cs, cs1591-10.cs, cs1591-11.cs,
808           cs1591-12.cs, cs1591-13.cs, cs1591-14.cs, cs1591-15.cs, cs1591-16.cs,
809           cs1591-17.cs, cs1591-18.cs, cs1592.cs : added tests for /doc feature.
810
811 2004-11-26  Raja R Harinath  <rharinath@novell.com>
812
813         * Makefile (DISTFILES): Add do-tests.pl.
814
815 2004-11-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
816
817         * cs0275.cs: New
818         
819 2004-11-18 Marek Safar <marek.safar@seznam.cz>
820
821         * cs0657-19.cs: Bug#69462
822
823 2004-11-03  Carlos Alberto Cortez <carlos@unixmexico.org>
824         * cs0273.cs: New
825         * cs0274.cs: New
826         * cs0276.cs: New
827         * cs0507-2.cs: New
828         * cs1644-2.cs: New
829
830 2004-10-24 Marek Safar <marek.safar@seznam.cz>
831
832         * cs82??.cs: Renumber some 82xx errors.
833
834 2004-10-21  Raja R Harinath  <rharinath@novell.com>
835
836         * do-tests.pl: Make robust to being invoked in parallel for
837         multiple profiles.
838         * Makefile: Clean any generated files.
839
840 2004-10-07  Raja R Harinath  <rharinath@novell.com>
841
842         * mcs-ignore-tests: Empty.
843
844         * Makefile (run-mcs-tests): Save log of output to
845         $(TEST_PROFILE).log.
846         (run-generics-tests): Likewise.
847         Report from K Sathyasudha <ksathyasudha@novell.com>.
848
849 2004-10-05  John Luke  <john.luke@gmail.com>
850
851         * Makefile: add *.mdb to clean target
852
853 2004-10-04  John Luke  <john.luke@gmail.com>
854
855         * cs8205.cs: remove, same as cs1624
856         * cs8206.cs: fix yield syntax, and add line number, now passes
857         * cs8207.cs: remove, same as cs1623
858         * cs8208.cs: remove, same as cs1625
859         * cs8209.cs: remove, same as cs1631
860
861 2004-10-01  John Luke  <john.luke@gmail.com>
862
863         * *.cs: fix some incorrect tests by either addding a Main method,
864         or adding a -t:library compiler option.  Makes one test pass, and adds
865         19 to *-expect-wrong-error as they compile when they shouldn't
866         * *mcs-expect-*-error: update
867
868 2004-10-01  Raja R Harinath  <rharinath@novell.com>
869
870         * cs0122-5.cs, cs0122-6.cs: New tests.
871         * gmcs-expect-no-error: Update.
872
873 2004-09-27  Raja R Harinath  <rharinath@novell.com>
874
875         * Makefile: Re-apply changes from 2004-09-14.
876         (test-everything): Run tests in both profiles.
877
878 2004-09-21  Raja R Harinath  <rharinath@novell.com>
879
880         * do-tests.pl: Print 'IGNORED' when a test is ignored.
881
882 2004-09-14  Martin Baulig  <martin@ximian.com>
883
884         * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated.
885
886 2004-09-14  Martin Baulig  <martin@ximian.com>
887
888         * Makefile: Put the old Makefile back.
889
890 2004-09-14  Raja R Harinath  <rharinath@novell.com>
891
892         * Makefile (MCS) [PROFILE=default]: Force testing of 'mcs'.
893         (test-everything): Remove.
894         (TEST_PROFILE): New.
895         (run-mcs-tests, run-gmcs-tests): Unify using TEST_PROFILE.
896         (run-test-local) [PROFILE=net_2_0]: Run generics tests.
897
898 2004-09-10 Marek Safar <marek.safar@seznam.cz>
899
900         * do-test.pl: Make report readable (I was really confuse).
901         Fixed bug on my machine CR+LF in *-expect-* files. 
902
903 2004-09-07  Martin Baulig  <martin@ximian.com>
904
905         * mcs-expect-no-error: I'm slowly getting annoyed.  Is it really
906         so hard to add new tests here ?
907
908 2004-09-07  Raja R Harinath  <rharinath@novell.com>
909
910         * cs0571-3.cs, CS0571-3-lib.cs: New tests for #59980.
911         * Makefile: Update list of dlls.
912
913 2004-09-03 Marek Safar <marek.safar@seznam.cz>
914
915         * 8 new error tests.
916
917 2004-09-03  Raja R Harinath  <rharinath@novell.com>
918
919         * do-tests.pl: Attach $profile to log file name to make clear
920         which profile caused the error.
921
922 2004-09-01 Marek Safar <marek.safar@seznam.cz>
923
924         * 20 new tests mainly for static classes.
925
926 2004-08-27  Martin Baulig  <martin@ximian.com>
927
928         * Makefile (test-everything): New target.
929
930 2004-08-27  Martin Baulig  <martin@ximian.com>
931
932         * gmcs-ignore-tests: New file.  This file lists tests which should
933         not be run at all because they make the compiler hang.
934
935         * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated.
936         * generics-expect-no-error: Updated.
937
938 2004-08-27  Martin Baulig  <martin@ximian.com>
939
940         * Makefile
941         (run-gmcs-tests): New target to run the cs*.cs tests with gmcs.
942         (run-generics-tests): New target to run the gcs*.cs tests.
943         (run-tests-local): Run run-mcs-tests, run-gmcs-tests and
944         run-generics-tests.
945
946         * do-tests.pl: Don't return an error value if more tests pass than
947         expected.       
948
949         * mcs-expect-no-error, mcs-expect-wrong-error: Updated to the
950         current situation, ie. make all the tests pass.
951
952         * gmcs-expect-no-error, gmcs-expect-wrong-error: New files.
953
954         * generics-expect-wrong-error: Formerly known as
955         gmcs-expect-wrong-error.        
956
957 2004-08-27  Martin Baulig  <martin@ximian.com>
958
959         * do-tests.pl: Deal with compiler crashes.
960
961         * mcs-expect-no-error, mcs-expect-wrong-error: Updated.
962
963 2004-08-04 Marek Safar <marek.safar@seznam.cz>
964
965         * 62 new error tests.
966
967 2004-07-23  Martin Baulig  <martin@ximian.com>
968
969         * cs0260.cs, cs0260-2.cs, cs0261.cs, cs0262.cs, cs0263.cs: New
970         tests for partial classes.
971
972 2004-07-14  Martin Baulig  <martin@ximian.com>
973
974         * cs1623.cs, cs1624.cs, cs1625.cs, cs1631.cs: New tests for
975         iterators.      
976
977 2004-07-02  Raja R Harinath  <rharinath@novell.com>
978
979         * cs0038-3.cs: New testcase from #60730.
980         * cs0038-4.cs: Likewise.
981
982 2004-06-21  Raja R Harinath  <rharinath@novell.com>
983
984         * cs0592-8.cs: Avoid spurious "unexpected incorrect error".
985
986 2004-06-10 Marek Safar <marek.safar@seznam.cz>
987
988         * do-test.pl: --expect-error must be at the
989         first place (mcs parses options by order).
990
991 2004-06-10 Marek Safar <marek.safar@seznam.cz>
992
993         * do-test.pl: Added simple error logging.
994         * Makefile (clean): Remove .dll & .log files
995
996 2004-06-07  Raja R Harinath  <rharinath@novell.com>
997
998         * cs0038-2.cs: New test, from bug #59477.
999         * mcs-expect-wrong-error: Add cs0038-1.
1000
1001 2004-06-03  Raja R Harinath  <rharinath@novell.com>
1002
1003         * cs0038-1.cs, cs1540-3.cs, cs1540-4.cs, cs1540-5.cs:
1004         New testcases for bug #50820.
1005
1006 2004-06-01 Marek Safar <marek.safar@seznam.cz>
1007
1008         * cs1555.cs,
1009         * cs1556.cs,
1010         * cs3000.cs: 3 new error tests.
1011
1012 2004-05-30 Marek Safar <marek.safar@seznam.cz>
1013
1014         * cs1017.cs: New test.
1015
1016 2004-05-19 Marek Safar <marek.safar@seznam.cz>
1017
1018         * cs0579-6.cs: New test for bug #58688.
1019
1020 2004-05-18 Marek Safar <marek.safar@seznam.cz>
1021
1022         * cs0592-8.cs,
1023         * cs0657-{2-17}.cs,
1024         * cs1518-3.cs: 18 new error tests.
1025         
1026 2004-05-14 Marek Safar <marek.safar@seznam.cz>
1027
1028         * cs3008-7.cs: New test for bug #58478.
1029
1030 2004-05-11  Raja R Harinath  <rharinath@novell.com>
1031
1032         * Makefile (run-test-local): Run gmcs and multi tests too.
1033         (test-multi-local): Add logging of errors.
1034         * runtest.pl: Change $errors and $warnings to keep track of lines
1035         on which errors are supposed to occur.
1036
1037 2004-05-10 Marek Safar <marek.safar@seznam.cz>
1038
1039         * cs0577-2, cs0577-3,
1040         * cs1618.cs: 3 new error tests.
1041
1042 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1043
1044         * do-tests.pl: Add back lost 'chomp'.
1045
1046 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1047
1048         * do-tests.pl: Simplify sed expression.
1049
1050         * cs0625.cs, cs0626.cs, cs0636.cs: New tests.
1051
1052 2004-05-07 Marek Safar <marek.safar@seznam.cz>
1053
1054         * cs0579-4.cs, CS0579-4-1.cs,
1055         * cs0579-5.cs,
1056         * cs0657.cs,
1057         * cs3015-2.cs,
1058         * cs3019.cs,
1059         * cs3019-2.cs: 6 new error tests.
1060         
1061 2004-05-03 Marek Safar <marek.safar@seznam.cz>
1062
1063         * cs0579-3.cs,
1064         * cs0592-7.cs,        
1065         * cs0626.cs: 3 new error tests.
1066
1067 2004-04-29 Marek Safar <marek.safar@seznam.cz>
1068
1069         * cs-11.cs: Renamed to cs1501-5.cs.
1070
1071 2004-04-29 Marek Safar <marek.safar@seznam.cz>
1072
1073         * cs0629.cs,
1074         * cs1667-3.cs: 2 new error tests.
1075
1076 2004-04-12 Marek Safar <marek.safar@seznam.cz>
1077
1078         * cs0109.cs: New test.
1079
1080 2004-04-14 Marek Safar <marek.safar@seznam.cz>
1081
1082         * cs0612.cs,
1083         * cs0672-2.cs: 2 new error tests.
1084
1085 2004-04-13 Marek Safar <marek.safar@seznam.cz>
1086
1087         * cs0618-2.cs,
1088         * cs0619-{27-36}.cs,
1089         * cs1667.cs, cs1667-2.cs: 13 new error tests.
1090
1091 2004-04-08 Marek Safar <marek.safar@seznam.cz>
1092
1093         * cs1677.cs: Changed name from cs1667.cs
1094
1095 2004-04-07  Sebastien Pouliot  <sebastien@ximian.com>
1096
1097         * cs1606.pub: New file. ECMA key.
1098         * cs1606.cs: New file. This is the same problem as cs1548-3.cs but CSC
1099         report a different error number when the ECMA key is being used.
1100
1101 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
1102
1103         * cs1548.pub: New file. Strongname file with only the public key.
1104         * cs1548-3.cs: New file to test signing with a strongname containing
1105         only the public key.
1106
1107 2004-04-05  Martin Baulig  <martin@ximian.com>
1108
1109         * gmcs-expect-wrong-error: New file.
1110
1111 2004-04-05 Marek Safar <marek.safar@seznam.cz>
1112
1113         * cs3009-3.cs: New error test.
1114
1115 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1116
1117         * cs0176.cs: make this test better.
1118
1119 2004-03-29 Marek Safar <marek.safar@seznam.cz>
1120         * cs0029-3.cs,
1121           cs0173-2.cs,
1122           cs0619-{2-26}.cs,
1123           cs0672.cs: 29 new error tests.
1124
1125 2004-03-26 Ben Maurer  <bmaurer@users.sourceforge.net>
1126
1127         * do-tests.pl: i think this fixes the problem with
1128         tests that have comp options alway passing
1129         * mcs-expect*: update for above.
1130
1131 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
1132
1133         * mcs-expect-no-errors: Removed cs1548 and cs1458-2.cs (fixed #55364).
1134
1135 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
1136
1137         * cs1510-2.cs: test for 56016.
1138         * cs0154-2.cs: test for 55780.
1139         * cs0246-6.cs: test for 55770.
1140
1141 2004-03-25 Ben Maurer  <bmaurer@users.sourceforge.net>
1142
1143         * cs0122-4.cs: test for bug 55970.
1144
1145 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
1146
1147         * cs1548.cs: More descriptive comment  (missing file).
1148         * cs1548-2.cs: New. Invalid strongname file (content).
1149         * mcs-expect-no-errors: Added cs1458-2.cs.
1150
1151 2004-03-24 Ben Maurer  <bmaurer@users.sourceforge.net>
1152
1153         * Makefile, do-tests.pl: A new system for testing.
1154         * mcs-expect-no-errors, mcs-expect-wrong-error: a list
1155         of tests that we fail on.
1156         * CONTRIBUTORS_README: update docs.
1157
1158 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
1159
1160         * cs1548.cs: New test for signing an assembly.
1161
1162 2004-03-16  Martin Baulig  <martin@ximian.com>
1163
1164         * Makefile (run-generics-local): New target to run the generics
1165         tests.
1166
1167         * gmcs0246.cs, gmcs0305.cs, gmcs0305-2.cs, gmcs0308.cs,
1168         gmcs0308-2.cs: New tests.
1169
1170 2004-03-12 Marek Safar <marek.safar@seznam.cz>
1171
1172         * cs0182-1.cs,
1173           cs3001-9.cs: New error tests.
1174
1175 2004-03-08 Ben Maurer  <bmaurer@users.sourceforge.net>
1176
1177         * cs0111-{6,7}.cs: new test cases.
1178
1179 2004-03-02 Marek Safar <marek.safar@seznam.cz>
1180
1181         * cs0246-5.cs: New error test.
1182
1183 2004-02-16 Marek Safar <marek.safar@seznam.cz>
1184
1185         * cs3001-{7,8}.cs,
1186           cs3005-(1-22}.cs,
1187           cs3006-{1-6}.cs,
1188           cs3012.cs,
1189           cs3013.cs New error tests for CLS-compliance.
1190
1191         * cs186-2.cs,
1192           cs0579-2.cs New error tests.
1193
1194         * makefile: Added CS3005-16-lib.cs and CS3013-module.cs as helpers for errors cs3005-16.cs and cs3013.cs.
1195
1196
1197 2004-02-10 Marek Safar <marek.safar@seznam.cz>
1198
1199         * cs0111-2.cs: Fixed error message.
1200           cs0111-5.cs,
1201           cs0528-2.cs: New error tests.
1202
1203 2004-02-03 Marek Safar <marek.safar@seznam.cz>
1204
1205         * cs0102-{2,3,4,5}.cs,
1206           cs0111-{3,4}.cs,
1207           cs0547-2.cs: New error tests.
1208
1209 2004-01-21 Marek Safar <marek.safar@seznam.cz>
1210
1211         * cs0102.cs,
1212           cs0111-2.cs,
1213           cs246-{2,3,4}.cs,
1214           cs663.cs: New tests.
1215
1216 2004-01-05 Marek Safar <marek.safar@seznam.cz>
1217
1218         * cs3001.cs,
1219           cs3001-1.cs,
1220           cs3001-2.cs,
1221           cs3001-3.cs,
1222           cs3001-4.cs,
1223           cs3001-5.cs,
1224           cs3001-6.cs,
1225           cs3001-7.cs,
1226           cs3002.cs,
1227           cs3002-1.cs,
1228           cs3002-10.cs,
1229           cs3002-2.cs,
1230           cs3002-3.cs,
1231           cs3002-4.cs,
1232           cs3002-5.cs,
1233           cs3002-6.cs,
1234           cs3002-7.cs,
1235           cs3002-8.cs,
1236           cs3002-9.cs,
1237           cs3003.cs,
1238           cs3003-1.cs,
1239           cs3008.cs,
1240           cs3008-1.cs,
1241           cs3008-2.cs,
1242           cs3008-3.cs,
1243           cs3008-4.cs,
1244           cs3008-5.cs,
1245           cs3008-6.cs,
1246           cs3010.cs,
1247           cs3011.cs,
1248           cs3011-1.cs,
1249           cs3014.cs,
1250           cs3014-1.cs,
1251           cs3014-2.cs,
1252           cs3014-3.cs,
1253           cs3014-4.cs,
1254           cs3014-5.cs,
1255           cs3014-6.cs,
1256           cs3014-7.cs,
1257           cs3015.cs,
1258           cs3015-1.cs,
1259           cs3016.cs,
1260           cs3016-1.cs,
1261           cs3016-2.cs,
1262           cs3016-3.cs: New tests for CLS-compliance.
1263
1264         * cs108-2.cs,
1265           cs116-2.cs,
1266           cs592-4.cs,
1267           cs592-5.cs,
1268           cs592-6.cs: New tests.
1269
1270 2004-01-04 Ben Maurer  <bmaurer@users.sourceforge.net>
1271
1272         * cs157-{2,3,4}: test cases we fail.
1273
1274 2003-11-01  Marek Safar <marek.safar@seznam.cz>
1275
1276         * makefile: Added "// Compiler options:" handling.
1277
1278 2003-09-22  Martin Baulig  <martin@ximian.com>
1279
1280         * errors.txt: Added -219.
1281
1282 2003-09-16  Martin Baulig  <martin@ximian.com>
1283
1284         * cs8217.cs: New test.
1285
1286 2003-09-06  Martin Baulig  <martin@ximian.com>
1287
1288         * errors.txt: Added -216.
1289
1290 2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>
1291
1292         * cs0666.xml: added sample xml file for monodoc error provider.
1293
1294 2003-07-28  Martin Baulig  <martin@ximian.com>
1295
1296         * cs0075.cs: This test case was incorrect; according to the spec,
1297         `(double) -1' is allowed since `double' is a builtin type.
1298         However, `(A) -1' is not allowed where `A' is a valuetype and has
1299         an implicit conversion from int.
1300
1301 2003-07-28  Nick Drochak <ndrochak@gol.com>
1302
1303         * Makefile: added test-local target. Fixes build problem.
1304
1305 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1306
1307         * Makefile: added install-local target.
1308
1309 2003-07-26  Martin Baulig  <martin@ximian.com>
1310
1311         * error-6.cs: New test for bug #46907.
1312
1313         * Makefile:
1314         (test-multi-local): Run the multi-test tests.
1315         (all-local): Run run-test-local and test-multi-local.
1316
1317 2003-07-21  Martin Baulig  <martin@ximian.com>
1318
1319         * syntax0068.cs, syntax0069.cs, syntax0071.cs, syntax0116.cs:
1320         These are syntax errors which we'd need to catch in cs-parser.jay;
1321         separate them from the other errors.
1322
1323         * cs0572.cs: New test.
1324
1325 2003-07-14  Martin Baulig  <martin@ximian.com>
1326
1327         * cs0212.cs: New test.
1328
1329 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
1330
1331         * cs1501-4.cs: Another test case for this error. This time it is on
1332         constructors for attributes. We now report the error correctly.
1333
1334 2003-05-18  Martin Baulig  <martin@ximian.com>
1335
1336         * error-3.cs: Added testcase for CS0188.
1337
1338 2003-05-18  Martin Baulig  <martin@ximian.com>
1339
1340         * error-4.cs: Renamed to cs1502-2.cs.
1341
1342 2003-05-18  Martin Baulig  <martin@ximian.com>
1343
1344         * makefile: Ignore CS0162 and CS0169.
1345
1346 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
1347
1348         * cs1518-2.cs:   Added comment describing the error.
1349
1350 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
1351
1352         * cs1518-2.cs:   Added new test.
1353
1354 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
1355
1356         * cs0208.cs: Added new test.
1357
1358 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
1359
1360         * cs0202.cs: Added new test.
1361         
1362 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
1363
1364         * cs0197.cs: Added new test.
1365
1366 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
1367
1368         * cs0192.cs: Added new test.
1369
1370 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
1371
1372         * cs0170.cs: Added new test.
1373
1374 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
1375
1376         * cs0156.cs: Added new test.
1377
1378 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
1379
1380         * cs0163.cs: Added new test file.
1381
1382 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
1383
1384         * cs0161.cs: Added new test file.
1385
1386 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
1387
1388         * cs0230.cs: Added this test file.
1389
1390 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
1391
1392         * cs0225.cs: Added this file
1393
1394 2002-12-18  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
1395
1396         * cs0201.cs: Added this new test.
1397
1398 2002-12-18  Ravi Pratap  <ravi@ximian.com>
1399
1400         * errors.txt : Update for error # -24.
1401
1402 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
1403
1404         * cs0154.cs: New test.
1405
1406 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
1407
1408         * cs0138.cs: New test.
1409
1410 2002-12-07  Ravi Pratap  <ravi@ximian.com>
1411
1412         * cs0579.cs : Add.
1413
1414 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1415
1416         * cs0140.cs,
1417           cs0143.cs: New test.
1418
1419 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1420
1421         * cs0100.cs,
1422           cs0105.cs,
1423           cs0112.cs,
1424           cs0116.cs: New test.
1425
1426 2002-09-12  Martin Baulig  <martin@gnome.org>
1427
1428         * cs0038.cs: New test.
1429
1430 2002-08-27  Martin Baulig  <martin@gnome.org>
1431
1432         * cs0120-3.cs: New test.
1433
1434 2002-08-19  Ravi Pratap  <ravi@ximian.com>
1435
1436         * error-4.cs : New test.
1437
1438         * error-5.cs : New test.
1439
1440 2002-08-11  Martin Baulig  <martin@gnome.org>
1441
1442         * error-3.cs: New test.
1443
1444 2002-08-08  Martin Baulig  <martin@gnome.org>
1445
1446         * cs1540.cs: New test.
1447
1448 2002-08-08  Martin Baulig  <martin@gnome.org>
1449
1450         * cs0236.cs: New test.
1451
1452 2002-08-05  Martin Baulig  <martin@gnome.org>
1453
1454         * runtest.pl: This is a perl script which runs a testcase, parses the
1455         MCS output and checks whether all errors are reported.
1456
1457         * error-1.cs, error-2.cs: Moved here from ../tests/.
1458
1459         * README.tests: Added (empty) list of all test cases.
1460
1461 2002-08-02  Martin Baulig  <martin@gnome.org>
1462
1463         * cs0155.cs, cs0155-2.cs: New tests.
1464
1465 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
1466
1467         * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
1468
1469 2002-06-26    <adb@tardis.ed.ac.uk>
1470
1471         * cs1501-3.cs: Added new test for struct ctr typechecks.
1472
1473 2002-06-24  Andrew Birkett  <adb@tardis.ed.ac.uk>
1474
1475         * fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.  
1476         * cs0176.cs: Method has to be public for correct test
1477         * cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
1478         * cs0255.cs: Add assignment to stop 'unused variable' warning.
1479         * makefile: Output is now like "Running test 42 .. OK".  Added --unsafe to 
1480           make cs0193.cs, cs0196.cs and cs0214-3.cs work.
1481