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