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