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