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