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