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