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