2003-10-15 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / tests / ChangeLog
1 2003-10-15  Miguel de Icaza  <miguel@ximian.com>
2
3         * test-49.cs: Improved test with input from bug #48761
4
5 2003-10-10  Martin Baulig  <martin@ximian.com>
6
7         * gen-15.cs: New test for generic methods.
8
9 2003-09-29  Martin Baulig  <martin@ximian.com>
10
11         * gen-14.cs: New generics test.
12
13 2003-09-27  Martin Baulig  <martin@ximian.com>
14
15         * gen-11.cs, gen-12.cs: New generics tests.
16
17         * gen-13-dll.cs, gen-13.exe.cs: New generics test; this test
18         consists of two files and tests whether this works if it's in two
19         files and not just in one.
20
21 2003-09-19  Martin Baulig  <martin@ximian.com>
22
23         * gen-10.cs: New generics test.
24
25 2003-09-18  Martin Baulig  <martin@ximian.com>
26
27         * gen-9.cs: New generics test.
28
29 2003-09-16  Martin Baulig  <martin@ximian.com>
30
31         * gen-3.cs, gen-4.cs, gen-5.cs, gen-6.cs, gen-7.cs, gen-8.cs: New
32         generics tests.
33
34 2003-09-02  Ravi Pratap  <ravi@ximian.com>
35
36         * test-102.cs: Improve test.
37
38 2003-08-26  Martin Baulig  <martin@ximian.com>
39
40         * test-215.cs: New test for bug #47927.
41
42 2003-08-26  Martin Baulig  <martin@ximian.com>
43
44         * verify-7.cs: New test for bug #47681.
45
46 2003-08-26  Martin Baulig  <martin@ximian.com>
47
48         * test-214.cs: New test for bug #47853.
49
50 2003-08-25  Martin Baulig  <martin@ximian.com>
51
52         * test-213.cs: New test for bug #47822.
53
54 2003-08-22  Martin Baulig  <martin@ximian.com>
55
56         * test-154.cs: Added testcase for bug #46949.
57
58 2003-08-22  Martin Baulig  <martin@ximian.com>
59
60         * test-154.cs: Added testcase for bug #47095.
61
62 2003-08-04  Martin Baulig  <martin@ximian.com>
63
64         * Makefile: Put back test-211.cs.
65
66 2003-07-29  Ravi Pratap  <ravi@ximian.com>
67
68         * conv-lib.cs: New Multi stage compilation test for bug #47043.
69
70         * conv-main.cs: Main for the above.
71
72         * Makefile: Update.
73
74 2003-07-28  Ravi Pratap  <ravi@ximian.com>
75
76         * test-189.cs: Reuse vacant slot. Test for bugs #43367 and
77         #46199.
78
79         * test-212.cs: New test for bug #44468.
80
81 2003-07-28  Martin Baulig  <martin@ximian.com>
82
83         * test-210.cs: New test for bug #46923.
84
85 2003-07-26  Martin Baulig  <martin@ximian.com>
86
87         * test-209.cs: New test for implict conversions and embedded assignments.
88
89 2003-07-25  Martin Baulig  <martin@ximian.com>
90
91         * test-208.cs: New test for bug #46788.
92
93 2003-07-22  Martin Baulig  <martin@ximian.com>
94
95         * test-207.cs: New test for expressions which return delegates.
96
97 2003-07-21  Martin Baulig  <martin@ximian.com>
98
99         * test-206.cs: New test for bug #46502.
100
101 2003-07-20  Martin Baulig  <martin@ximian.com>
102
103         * test-205.cs: New test for some namespace stuff.
104
105 2003-07-16  Ravi Pratap  <ravi@ximian.com>
106
107         * test-39.cs: Improve test to check emission on interfaces too.
108
109 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
110
111         * Makefile: Make sure that we use the newly generated compiler
112         to run the tests, not the installed one.
113
114         Modify targets to compile and run in one go instead of separate
115         targets for each task.
116
117         * test-196.cs: Fix careless error - returning a value from a void
118         Main ().
119
120         Add it back to the test suite.
121
122 2003-07-14  Martin Baulig  <martin@ximian.com>
123
124         * test-204.cs: User defined conditional logical operators; bug #40505.
125
126 2003-07-14  Martin Baulig  <martin@ximian.com>
127
128         * test-203.cs: Added test for bug #33026.
129
130 2003-07-13  Ravi Pratap M  <ravi@ximian.com>
131
132         * test-178.cs: Use this as it is a free slot. Test 
133         for bug #45876.
134
135         * makefile: Update.
136
137         * README.tests: Update
138
139 2003-07-13  Martin Baulig  <martin@ximian.com>
140
141         * test-202.cs: Added test for bug #41975.
142
143 2003-07-13  Martin Baulig  <martin@ximian.com>
144
145         * test-201.cs: Added test for bug #35631.
146
147 2003-07-12  Martin Baulig  <martin@ximian.com>
148
149         * test-200.cs: Added test for bug #45854.
150
151 2003-07-08  Martin Baulig  <martin@ximian.com>
152
153         * test-198.cs, test-199.cs: New tests for bugs #36316, #36314 and
154         #36313.
155
156 2003-07-05  Martin Baulig  <martin@ximian.com>
157
158         * test-197.cs: New test for bug #42973.
159
160 2003-06-29  Miguel de Icaza  <miguel@ximian.com>
161
162         * makefile (TEST_SOURCES): Add the tests that require an assembly,
163         so we dont get another regression here (#37521).
164
165 2003-05-27  Ravi Pratap  <ravi@ximian.com>
166
167         * test-45.cs : Enable code which tests IntPtr array
168         initialization. This automatically serves as a test case for bug
169         #36030.
170
171         Improve test.
172
173 2003-05-17  Ravi Pratap  <ravi@ximian.com>
174
175         * test-194.cs: New test for bug #39108
176
177         * README.tests : Update accordingly.
178
179         * makefile : Add new test.
180
181 2003-05-19  Martin Baulig  <martin@ximian.com>
182
183         * test-162.cs: Added testcases for structs containing other
184         structs as fields.  Bug #42597.
185
186 2003-05-18  Martin Baulig  <martin@ximian.com>
187
188         * test-154.cs: Added testcase for bug #41657.
189
190 2003-05-18  Martin Baulig  <martin@ximian.com>
191
192         * test-154.cs: Added the contents of test-189.cs as a new testcase
193         to this test.
194
195         * test-189.cs: Removed, let's keep the flow analysis tests in one
196         single test file.
197
198 2003-05-11  Martin Baulig  <martin@ximian.com>
199
200         * test-193.cs: New test for bug #39828.
201
202 2003-04-10  Miguel de Icaza  <miguel@ximian.com>
203
204         * test-43.cs: Improve test.
205
206 2003-04-06  Martin Baulig  <martin@ximian.com>
207
208         * test-190.cs: New test.
209
210 2003-04-05  Martin Baulig  <martin@ximian.com>
211
212         * test-189.cs: New test for bug #40670.
213
214 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
215
216         * README.tests test-188.cs makefile: Added test-188.cs.
217
218 2003-02-25  Miguel de Icaza  <miguel@ximian.com>
219
220         * makefile (all): Make it so that doing `make' will run the
221         default tests depending on Windows/Linux.
222
223 2003-02-23  Martin Baulig  <martin@ximian.com>
224
225         When adding any tests here, please do also add them to the
226         README.tests !
227
228         The following tests are still missing:
229
230         test-176 test-177 test-179 test-180 test-181 test-182 test-183
231         test-184
232
233 2003-02-23  Martin Baulig  <martin@ximian.com>
234
235         * test-185.cs: New test for bug #37708.
236
237 2003-02-15  Miguel de Icaza  <miguel@ximian.com>
238
239         * test-128.cs: Improved testl, reflects bug #37363 problems
240
241 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
242
243         * makefile (TEST_SOURCES): Added test-181.
244
245 2002-12-21  Ravi Pratap  <ravi@ximian.com>
246
247         * test-171.cs : Fix up since it wasn't working because of some
248         array code bug. That is a separate problem ;-)
249
250 2002-12-21  Ravi Pratap  <ravi@ximain.com>
251
252         * test-171.cs : This was mysteriously absent. Add new test in its
253         place.
254
255 2002-12-18  Ravi Pratap  <ravi@ximian.com>
256
257         * test-177.cs : Add. This doesn't pass yet because we don't have
258         ReturnTypeCustomAttributes working.
259
260 2002-12-10  Ravi Pratap  <ravi@ximian.com>
261
262         * test-102.cs : Improve to catch the case when an attribute
263         can be emitted twice for the same program element but with
264         different targets.
265
266 2002-11-24  Martin Baulig  <martin@ximian.com>
267
268         * test-130.cs: This test did not compile with csc and
269         mcs now reports the error as well.  Removed the offending
270         line from the test.
271
272 2002-11-24  Martin Baulig  <martin@ximian.com>
273
274         * verify-6.cs: New test for bug #32269.
275
276 2002-11-24  Martin Baulig  <martin@ximian.com>
277
278         * test-175.cs: New test for bug #30443.
279
280 2002-11-17  Martin Baulig  <martin@ximian.com>
281
282         * README.tests: Whoever added test-167 to test-172
283         while I was away, you forgot to add them here.
284
285 2002-11-17  Martin Baulig  <martin@ximian.com>
286
287         * test-173.cs: New test for bug #34165.
288
289 2002-11-14  Martin Baulig  <martin@gnome.org>
290
291         * test-148.cs: Added some tests from bug #33089.
292
293 2002-10-10  Martin Baulig  <martin@gnome.org>
294
295         * verify-1.cs: Added testcase from bug #31470.
296
297 2002-10-10  Martin Baulig  <martin@gnome.org>
298
299         * verify-5.cs: Added testcase from bug #31541.
300
301 2002-10-06  Martin Baulig  <martin@gnome.org>
302
303         * test-164.cs: Added a few more testcases here.
304
305 2002-10-04  Martin Baulig  <martin@gnome.org>
306
307         * test-154.cs: Added testcase from bug #31546.
308
309 2002-09-19  Martin Baulig  <martin@gnome.org>
310
311         * test-154.cs: Added testcase from bug #30487.
312
313 2002-09-17  Martin Baulig  <martin@gnome.org>
314
315         * test-148.cs: Added testcase for base indexers.
316
317 2002-09-14  Martin Baulig  <martin@gnome.org>
318
319         * test-166.cs: New test.
320
321 2002-09-14  Martin Baulig  <martin@gnome.org>
322
323         * verify-4.cs: Added testcase from bug #29857.
324
325 2002-09-12  Martin Baulig  <martin@gnome.org>
326
327         * test-40.cs: Removed the syntax errors from this test.
328
329 2002-09-09  Martin Baulig  <martin@gnome.org>
330
331         * makefile: Reverted Ravi's `Update'.  When moving tests from
332         TESTS_NOPASS to TEST_SOURCES, please make sure that they actually
333         pass on both platforms and don't do it without a ChangeLog entry.
334
335 2002-09-09  Martin Baulig  <martin@gnome.org>
336
337         * test-165.cs: Added testcase for bug #30040.
338
339 2002-09-09  Martin Baulig  <martin@gnome.org>
340
341         * test-164.cs: Added testcase for virtual functions in delegate
342         creating expressions (Bug #30043).
343
344 2002-09-06  Ravi Pratap  <ravi@ximian.com>
345
346         * test-163.cs : Add test to check we select string
347         over object when we have a Null literal as the argument.
348
349         * makefile : Update.
350
351 2002-08-11  Martin Baulig  <martin@gnome.org>
352
353         * test-162.cs: New test.
354
355 2002-08-08  Martin Baulig  <martin@gnome.org>
356
357         * test-154.cs (test16): Added test for bug #28717.
358
359 2002-08-08  Martin Baulig  <martin@gnome.org>
360
361         * test-161.cs: New test.
362
363 2002-08-07  Martin Baulig  <martin@gnome.org>
364
365         * test-160.cs: New test for bug #28176.
366
367 2002-08-07  Martin Baulig  <martin@gnome.org>
368
369         * test-158.cs: New test for bug #22119.
370
371 2002-08-05  Martin Baulig  <martin@gnome.org>
372
373         * test-157.cs: Formerly known as ../errors/cs-20.cs
374
375 2002-08-05  Martin Baulig  <martin@gnome.org>
376
377         * error-1.cs, error-2.cs: Moved to ../errors.
378
379 2002-08-03  Martin Baulig  <martin@gnome.org>
380
381         * test-156.cs, error-2.cs: New tests.
382
383 2002-08-02  Martin Baulig  <martin@gnome.org>
384
385         * makefile: Moved test-66.cs to TEST_NOPASS since there's currently
386         a bug in the runtime which makes this crash.
387
388         * test-155.cs: New test.
389
390 2002-08-01  Martin Baulig  <martin@gnome.org>
391
392         * verify-3.cs: New test.
393
394 2002-07-31  Martin Baulig  <martin@gnome.org>
395
396         * test-154.cs: New test for the flow analysis code.
397
398         * error-1.cs: Each method in this test must produce a compiler
399         error message.
400
401         * makefile (test-unsafe-mono): New target to compile and run all
402         the --unsafe tests wich MCS and the Mono runtime.
403
404 2002-07-29  Martin Baulig  <martin@gnome.org>
405
406         * makefile: Put back test-152.cs.
407
408         * test-143.cs: Fixed a compilation error in this test.
409
410 2002-07-27  Martin Baulig  <martin@gnome.org>
411
412         * test-153.cs: New test.
413
414 2002-07-27  Martin Baulig  <martin@gnome.org>
415
416         * test-113.cs: Made this test actually work.
417
418 2002-07-26  Martin Baulig  <martin@gnome.org>
419
420         * test-152.cs: New test for bug #24007.
421
422         * makefile: Disabled test-151.cs since it isn't fixed yet.
423
424 2002-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
425
426         * test-151.cs: New test. See bug #22119.
427         * makefile: added new test.
428
429 2002-07-24  Martin Baulig  <martin@gnome.org>
430
431         * test-150.cs: New test.
432
433         * test-149.cs: New test.
434
435         * test-95.cs: .... and finally, another bug in MCS is fixed and
436         the syntax error in this test is caught.
437
438 2002-07-23  Martin Baulig  <martin@gnome.org>
439
440         * test-148.cs: New test.
441
442 2002-07-22  Martin Baulig  <martin@gnome.org>
443
444         * verify-2.cs: New test.
445
446 2002-07-22  Martin Baulig  <martin@gnome.org>
447
448         * verify-1.cs: New test.  The verify-XXX.cs tests must be
449         compiled and then verified - either with `pedump --verify code'
450         or with PEverify.
451
452 2002-07-22  Martin Baulig  <martin@gnome.org>
453
454         * makefile: test-29 now passes.
455
456 2002-07-22  Martin Baulig  <martin@gnome.org>
457
458         * test.147.cs: New test for the `new' modifier.
459
460 2002-07-21  Martin Baulig  <martin@gnome.org>
461
462         * test-38.cs: Added a few more test cases to this test.
463
464 2002-07-20  Martin Baulig  <martin@gnome.org>
465
466         * test-38.cs: This test now passes with MCS.  Added a few more
467         test cases to it.
468
469         * test-52.cs: The order of the elements returned by
470         `IDictionary.Keys' is unspecified.
471
472         * makefile: The following tests fail under linux and have been
473         moved to TEST_NOPASS: 45, 53, 91, 106, 107, 122, 132, 133.
474         (test-compiler-mono): Compile all the TEST_NOPASS tests, but
475         don't run them.
476
477 2002-07-20  Martin Baulig  <martin@gnome.org>
478
479         * README.tests: Added (empty) list of all the test cases.
480         When you add any test cases, please add them to this file.
481
482         * test-146.cs: Added test for bug #27977 which is now fixed.
483
484 2002-07-19  Martin Baulig  <martin@gnome.org>
485
486         * test-145.cs: Added test for bug #25318 which is now fixed.
487
488 2002-07-17  Martin Baulig  <martin@gnome.org>
489
490         * test-144.cs: Added test for constant `unchecked' and `checked'
491         expressions in a constant assignment.
492
493 2002-07-10  Ravi Pratap  <ravi@ximian.com>
494
495         * test-142.cs : Add. This ensures events can be accessed
496         correctly from subclasses etc.
497         
498 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
499
500         * test-74.cs: Added test for \n in verbatim string.
501
502 2002-06-27  Martin Baulig  <martin@gnome.org>
503
504         * makefile (test-compiler-mono): New target to compile and run
505         the tests with mcs and the mono jit.
506
507 2002-06-25  Andrew Birkett  <adb@tardis.ed.ac.uk>
508
509         * makefile: The following tests fail under linux and have been 
510         moved to TEST_NOPASS: 40, 45, 52, 53, 91, 106, 107, 122, 132, 133
511
512         Windows-specific tests have been extracted, and are now run by the
513         test-windows rule (it'll be run under linux but fail)
514
515         The output format has been made less noisy, and is basically the
516         same as the tests in mcs/errors - like "Running test-1 ... OK".
517
518 2002-06-13  Ravi Pratap  <ravi@ximian.com>
519
520         * test-131.cs : Add to test enum member attribute application.
521
522 2002-06-10  Rachel Hestilow  <hestilow@ximian.com>
523
524         * unsafe-3.cs: New test for address-of-pointer.
525         
526 2002-06-09  Martin Baulig  <martin@gnome.org>
527
528         * test-130.cs: New test for constants and casts.
529
530 2002-06-09  Martin Baulig  <martin@gnome.org>
531
532         * test-129.cs: New test for unary minus.
533
534 2002-06-08  Ravi Pratap  <ravi@ximian.com>
535
536         * test-128.cs : Add. This ensures we apply attributes to accessors
537         of events and properties.
538
539 2002-06-08  Martin Baulig  <martin@gnome.org>
540
541         * test-127.cs: New test for Enum.IsDefined().
542
543 2002-05-24  Ravi Pratap  <ravi@ximian.com>
544
545         * test-124.cs, test-125.cs : Add.
546
547         * makefile : update.
548
549 2002-05-11  Miguel de Icaza  <miguel@ximian.com>
550
551         * test-49.cs: Improve test.
552
553 Wed May 8 16:48:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
554
555         * test-118.cs: test alternate type lookup for attributes.
556
557 2002-05-07  Ravi Pratap  <ravi@ximian.com>
558
559         * test-117.cs : Add.
560
561 2002-05-05  Miguel de Icaza  <miguel@ximian.com>
562
563         * test-28.cs: Improved test: before we were failing on abstract
564         indexers invoked in the same class (as the accessor would have no
565         body).
566
567 2002-05-02  Ravi Pratap  <ravi@ximian.com>
568
569         * test-113.cs : Another test for overload resolution ;-)
570
571         * test-114.cs : Add.
572
573 2002-04-28  Miguel de Icaza  <miguel@ximian.com>
574
575         * test-108.cs: Improve test
576
577 2002-04-26  Ravi Pratap  <ravi@ximian.com>
578
579         * test-105.cs, test-106.cs, test-107.cs : Add.
580
581 2002-04-22  Ravi Pratap  <ravi@ximian.com>
582
583         * test-104.cs : Another overload resolution test !
584
585 2002-04-05  Ravi Pratap  <ravi@ximian.com>
586
587         * test-101.cs : Add test from Paolo.
588
589         * test-102.cs : Another test for attribute emission.
590
591 2002-04-05  Ravi Pratap  <ravi@ximian.com>
592
593         * test-90.cs : Fix bug where we had no class !
594
595         * test-96.cs : Here too !
596
597         * test-98.cs : Supply a missing Main.
598
599 2002-03-27  Miguel de Icaza  <miguel@ximian.com>
600
601         * test-18.cs: Augment test with the multi-flow try/catch.
602
603 2002-03-21  Miguel de Icaza  <miguel@ximian.com>
604
605         * test-49.cs: Improved test to excerise the coverage.
606
607 2002-03-13  Ravi Pratap  <ravi@ximian.com>
608
609         * test-86.cs : Add. This is to check for correct overload resolution
610         with a null literal.
611
612 2002-03-07  Ravi Pratap  <ravi@ximian.com>
613
614         * test-82.cs : Add.
615
616 2002-03-07  Miguel de Icaza  <miguel@ximian.com>
617
618         * test-52.cs: Expanded test to cover more cases of foreach.
619
620 2002-03-05  Ravi Pratap  <ravi@ximian.com>
621
622         * test-81.cs : Add. 
623
624         * makefile : Update accordingly as this test passes.
625
626 2002-02-20  Miguel de Icaza  <miguel@ximian.com>
627
628         * unsafe-1.cs: Extend test.
629
630 2002-01-18  Miguel de Icaza  <miguel@ximian.com>
631
632         * test-7.cs: Fix test (i.i wsa invalid)
633
634 2002-01-18  Nick Drochak  <ndrochak@gol.com>
635
636         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
637
638 2002-01-13  Ravi Pratap  <ravi@ximian.com>
639
640         * test-58.cs : Since it was a duplicate, replace with unsafe
641         code testing.
642
643 2002-01-08  Miguel de Icaza  <miguel@ximian.com>
644
645         * test-34.cs: Improve this test to check ref/ref cases.
646
647 2002-01-02  Ravi Pratap  <ravi@ximian.com>
648
649         * test-45.cs : Augment to exercise support for array initialization
650         for various other types.
651
652 2001-12-30  Miguel de Icaza  <miguel@ximian.com>
653
654         * test-67.cs: Improve this test.
655
656 2001-12-29  Ravi Pratap  <ravi@ximian.com>
657
658         * test-69.cs : Add. This tests support for methods which are
659         internal calls.
660
661 2001-12-28  Ravi Pratap  <ravi@ximian.com>
662
663         * test-34.cs : Update to exercise the new overload resolution
664         code.
665
666 2001-12-26  Ravi Pratap  <ravi@ximian.com>
667
668         * test-67.cs : Add. These are tests for explicit layout
669         of structs and classes.
670
671         * makefile : Update accordingly.
672         
673 2001-12-25  Ravi Pratap  <ravi@ximian.com>
674
675         * test-57.cs : Update to exercise more of the code base for
676         events.
677
678 2001-12-24  Ravi Pratap  <ravi@ximian.com>
679
680         * test-19.cs : Augment to exercise tests on delegates
681         defined in mscorlib.
682
683         * test-57.cs : Update to exercise the -= operator
684         as well.
685         
686 2001-12-23  Ravi Pratap  <ravi@ximian.com>
687
688         * test-57.cs : Update.
689
690         * makefile : Update to include the above as it passes nicely.
691
692 2001-12-21  Ravi Pratap  <ravi@ximian.com>
693
694         * test-19.cs : Augment to exercise code which fixed the bug
695         where we were not generating a This for the delegate's 
696         instance expression - for the non-static methods ie.
697
698 2001-12-15  Miguel de Icaza  <miguel@ximian.com>
699
700         * test-45.cs: Make test also use variables as arguments to new;
701         We used to have a bug in the compiler that did not resolve some of
702         the arguments.
703
704 2001-12-15  Ravi Pratap  <ravi@ximian.com>
705
706         * makefile : Include test-52.cs in the suite, it works fine!
707
708         (NO_PASS): It's test-51 which doesn't seem to pass.
709
710         * test-50.cs : Augment some more to set named arguments on
711         the DllImport attribute.
712
713         * test-57.cs : Add. This tests support for Events and does not
714         pass yet.
715
716 2001-12-14  Ravi Pratap  <ravi@ximian.com>
717
718         * test-45.cs : Update for float and double initialization.
719
720 2001-12-13  Miguel de Icaza  <miguel@ximian.com>
721
722         * makefile (test-30): Another test moved to the `pass' section.
723         This is explicit interface implementation.
724
725         (test-54): returning from catch exceptions has been working for
726         some time now. 
727
728 2001-12-09  Radek Doulik  <rodo@ximian.com>
729
730         * makefile (TEST_SOURCES): added test-55 for using alias directive
731
732 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
733
734         * makefile: added new target test-jit
735
736 2001-12-04  Ravi Pratap <ravi@ximian.com>
737
738         * makefile : Update to include test 50 as it now passes.
739
740 2001-12-04  Ravi Pratap <ravi@ximian.com>
741
742         * test-45.cs : Update for string initialization tests.
743
744 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
745
746         * test-49.cs: Updated to test `goto default'
747
748         * test-43.cs: Test break and continue here.
749
750         * gen-cast-test.cs: Improved cast test generator.
751
752 2001-12-03  Ravi Pratap <ravi@ximian.com>
753
754         * test-50.cs : Add. This does not pass yet.
755
756 2001-12-02  Ravi Pratap  <ravi@ximian.com>
757
758         * test-40.cs : Update to now test recursive definitions with
759         constants hooked up.
760
761 2001-12-01  Ravi Pratap  <ravi@ximian.com>
762
763         * test-40.cs : Update to do recursive enumeration definition.
764
765 2001-11-28  Ravi Pratap  <ravi@ximian.com>
766
767         * test-48.cs : Add for constant emission tests.
768
769         * makefile : Update for the above as it passes nicely :-)
770
771 2001-11-22  Ravi Pratap  <ravi@ximian.com>
772
773         * test-45.cs : Augment some more to test shorthand declaration
774         of variables/fields that are array types.
775
776 2001-11-20  Ravi Pratap  <ravi@ximian.com>
777
778         * test-45.cs : Add for array initialization testing.
779
780 2001-11-16  Miguel de Icaza  <miguel@ximian.com>
781
782         * test-34.cs: Improve this test to check if we are actually
783         walking over the arguments in foreach.
784
785 2001-11-15  Ravi Pratap  <ravi@ximian.com>
786
787         * makefile : Update to include test-33 again. All tests
788         pass again !
789
790 2001-11-13  Ravi Pratap  <ravi@ximian.com>
791
792         * test-7.cs : Re-write to make the tests more robust.
793
794 2001-11-12  Ravi Pratap  <ravi@ximian.com>
795
796         * test-39.cs : Update to test named arguments too.
797
798 2001-11-11  Ravi Pratap  <ravi@ximian.com>
799
800         * test-40.cs : Update to be a little more useful.
801
802 2001-11-08  Ravi Pratap  <ravi@ximian.com>
803
804         * test-39.cs : Add
805
806         * test-40.cs : Add
807
808         * makefile : Modify to include the above as they pass all tests.
809         
810 2001-10-31  Ravi Pratap  <ravi@ximian.com>
811
812         * test-34.cs : Add 
813         
814 2001-10-28  Ravi Pratap  <ravi@ximian.com>
815
816         * test-32.cs : Added to test array definition and creation.
817
818         * makefile : Updated accordingly.
819
820 2001-10-22  Ravi Pratap  <ravi@ximian.com>
821
822         * makefile : New target 'verify' which uses the verifier to check
823         that executables produced by us are identical to the MSC produced ones.
824
825         * test-7.cs : Update to exercise more overloadable operators.
826
827 2001-10-21  Ravi Pratap  <ravi@ximian.com>
828
829         * test-27.cs : Add to do various implicit and explicit
830         reference conversions.
831
832         * makefile : Update accordingly.
833
834 2001-10-18  Ravi Pratap  <ravi@ximian.com>
835
836         * test-26.cs : Update to test delegate creation from another 
837         delegate.
838         
839 2001-10-17  Ravi Pratap  <ravi@ximian.com>
840
841         * test-26.cs : Added to demonstrate delegate support.
842
843 2001-10-16  Miguel de Icaza  <miguel@ximian.com>
844
845         * test-25.cs: Added new test to excercise break/continue on
846         various loop constructs.
847
848         * test-24.cs: Test property use in expression and statement
849         contexts. 
850
851 2001-10-14  Miguel de Icaza  <miguel@ximian.com>
852
853         * test-23.cs: Added new test for properties. 
854
855 2001-10-12  Ravi Pratap  <ravi@ximian.com>
856
857         * test-21.cs : Update to actually do some checking and return
858         an appropriate value.
859
860 2001-10-11  Ravi Pratap  <ravi@ximian.com>
861
862         * test-21.cs : Add. This is a test for testing our support
863         for nested types
864         
865 2001-10-05  Ravi Pratap  <ravi@ximian.com>
866
867         * test-16.cs : Update to exercise the code which selects the best 
868         conversion operator based on "most encompassing/encompassed type"
869
870         * test-7.cs : Update here too.
871
872 2001-10-05  Ravi Pratap  <ravi@ximian.com>
873
874         * test-7.cs : Update to do explicit conversion tests.
875
876         * makefile : small fix.
877
878 2001-10-03  Ravi Pratap  <ravi@ximian.com>
879
880         * test-16.cs : Update to make the test more correct.
881
882 2001-10-03  Ravi Pratap  <ravi@ximian.com>
883
884         * test-16.cs : Add.
885
886         * makefile : update accordingly.
887
888 2001-10-02  Miguel de Icaza  <miguel@ximian.com>
889
890         * makefile (test-compiler): Add rm *.exe before launching tests.
891
892 2001-10-02  Ravi Pratap  <ravi@ximian.com>
893
894         * test-13.cs : Added. 
895
896         * makefile : update accordingly.
897
898 2001-09-27  Ravi Pratap  <ravi@ximian.com>
899
900         * test-7.cs : Revamp and add more operator tests. Still in progress.
901
902         * test-9,10.cs : Added by Miguel earlier.
903
904 2001-09-26  Ravi Pratap  <ravi@ximian.com>
905
906         * test-7.cs : Update to return an exit code
907
908         * test-8.cs : Added by Miguel.
909
910 2001-09-25  Ravi Pratap  <ravi@ximian.com>
911
912         * test-7.cs : Update to include implicit conversion tests.
913
914 2001-09-21  Ravi Pratap  <ravi@ximian.com>
915
916         * test-7.cs : Add.
917
918 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
919
920         * makefile (test-compiler): Abort tests on failure.
921