2004-11-09 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / tests / ChangeLog
1 2004-11-09  Martin Baulig  <martin@ximian.com>
2
3         * test-315.cs: New test.
4
5 2004-11-04  Raja R Harinath  <rharinath@novell.com>
6
7         * harness.mk: Avoid creating and deleting symlinks.
8
9 2004-11-03  Carlos Alberto Cortez <carlos@unixmexico.org>
10
11         * acc-modifiers.cs: New test for accessor modifiers
12         * acc-modifiers2.cs: New test for accessor modifiers
13
14 2004-10-31  Marek Safar <marek.safar@seznam.cz>
15
16         * test-311.cs: New test for security attrbiutes.
17
18 2004-10-24  Marek Safar <marek.safar@seznam.cz>
19
20         * test-310.cs: New test for bug #67130
21
22 2004-10-21  Raja R Harinath  <rharinath@novell.com>
23
24         * Makefile (test-harness, test-harness-run): Rename from
25         test-compiler-jit-real, and move body to harness.mk.
26         Update to use 'make' to loop over testcases, so that they can be
27         run in parallel.
28         (run-test-local): Update.
29         (test-generics-2): Likewise.
30         * harness.mk: New file.  Contains the actual harness, and also
31         lists dependencies in multi-file testcases.
32
33 2004-10-13  Raja R Harinath  <rharinath@novell.com>
34
35         * test-309.cs: Testcase from #65816.
36         * Makefile (NEW_TEST_SOURCES_common): Add test-309.
37         Moved test-259 here, since it requires a merge to gmcs.
38
39 2004-10-11  Martin Baulig  <martin@ximian.com>
40
41         * Makefile (test-generics, test-generics-2): New targets.
42         (new_TEST_SOURCES_common): Disabled test-308.cs.
43         (TEST_SOURCES_net_2_0): Enable gen-79.cs.
44
45 2004-10-07  Raja R Harinath  <rharinath@novell.com>
46
47         * Makefile (TEST_TAG): Rename back to 'mcs' and 'gmcs' to keep in
48         sync with errors/Makefile.
49         Reported by K Sathyasudha <ksathyasudha@novell.com>.
50
51         Testcases for type-resolution.
52         * test-300.cs: Add tests for local declarations and 'foreach'.
53         * test-301.cs: New testcase: several 'unsafe' related keywords.
54         * test-302.cs: New testcase: 'catch' clause parameters.
55         * test-303.cs: New testcase: 'using' keyword.
56         * test-304.cs, test-305.cs, test-306.cs, test-307.cs: New.
57         Variants that use namespace aliases.
58         * Makefile (NEW_TEST_SOURCES_common): Add new testcases.
59         
60 2004-10-03  Marek Safar <marek.safar@seznam.cz>
61
62         * test-297.cs: Incorporated test for #67108
63
64 2004-10-01  Raja R Harinath  <rharinath@novell.com>
65
66         * Makefile (NEW_TEST_SOURCES_common): Add test-300.
67         * test-300.cs: New.  Test based on #65833.
68
69 2004-09-28  Raja R Harinath  <rharinath@novell.com>
70
71         * test-120.cs: Don't exit on the first failure.
72         * Makefile (TEST_EXCLUDES_common): Remove 'module-3'.
73         (TEST_SOURCES_win32): Rename from WINDOWS_SOURCES.
74         (TEST_NOPASS): Comment out tests that already are in
75         TEST_SOURCES_common.
76
77 2004-09-27  Raja R Harinath  <rharinath@novell.com>
78
79         * Makefile: Re-apply patches from 2004-09-14.
80         (NEW_TEST_SOURCES_common): Rename from NEW_TEST_SOURCES.
81         (TEST_SOURCES_common): Rename from TEST_SOURCES.  
82         (TEST_SOURCES_all): Rename to ALL_TEST_SOURCES.  Handle profile- and
83         platform-specific test inclusion and exclusion.
84         (TEST_SOURCES_default, TEST_SOURCES_net_2_0, TEST_EXCLUDES_common)
85         (TEST_EXCLUDES_net_2_0): New.  Reorganized from various other variables.
86         (TEST2_SOURCES, UNSAFE_SOURCES): Remove.  Merge into TEST_SOURCES_common.
87         (test-2, test-unsafe-compiler-jit): Remove.  Merge into test-compiler-jit.      
88         * 2tests-*.cs, unsafe-*.cs, test-58.cs, test-171.cs:
89         Add 'Compiler options: '.
90
91 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
92
93         * test-254.cs: Fix test so it runs under NET 2.0.
94
95 2004-09-22  Martin Baulig  <martin@ximian.com>
96
97         * test-298.cs: New test, already in gmcs.
98
99 2004-09-22  Martin Baulig  <martin@ximian.com>
100
101         * gen-78.cs: New test for #65521.
102
103 2004-09-22  Martin Baulig  <martin@ximian.com>
104
105         * Makefile: Added some Makefile love :-)
106
107 2004-09-22  Martin Baulig  <martin@ximian.com>
108
109         * test-297.cs: New test for #28562.
110
111 2004-09-21  Martin Baulig  <martin@ximian.com>
112
113         * test-295.cs: Added Geoff Norton's patch for #62984.
114
115 2004-09-21  Martin Baulig  <martin@ximian.com>
116
117         * gen-77.cs: New test for #66014.
118
119 2004-09-16  Martin Baulig  <martin@ximian.com>
120
121         * Makefile: Disable test-294.cs and test-287.cs.
122
123 2004-09-15  Marek Safar <marek.safar@seznam.cz>
124
125         * test-287.cs: Included test for bug #65766.
126
127 2004-09-15  Marek Safar <marek.safar@seznam.cz>
128
129         * property-il.il, property-main.cs: Included test for #36804.
130
131 2004-09-15  Martin Baulig  <martin@ximian.com>
132
133         * test-294.cs: Is not back in gmcs.
134
135 2004-09-14  Marek Safar <marek.safar@seznam.cz>
136
137         * test-294.cs: Is back.
138     
139 2004-09-14  Martin Baulig  <martin@ximian.com>
140
141         * Makefile: Disable test-294.cs.
142
143 2004-09-14  Marek Safar <marek.safar@seznam.cz>
144
145         * test-294.cs: New test for bug #61902.
146
147 2004-09-14  Martin Baulig  <martin@ximian.com>
148
149         * Makefile: Put the old Makefile back.  There was a reason why we
150         had this setup.
151
152 2004-09-14  Raja R Harinath  <rharinath@novell.com>
153
154         * Makefile (MCS) [PROFILE=default]: Force testing of 'mcs'.
155         (TEST_SOURCES): Allow a profile to eliminate some tests.
156         (net_2_0_KNOWN_FAILURES): Rename from GENERICS_KNOWN_FAILURES.
157         (TEST_SOURCES_all): Rename from TESTS_SOURCES.
158         Move several multi-file tests from ...
159         (multi-1, multi-3, multi-4, multi-5, multi-6, multi-7): ... here.
160         (multl-2, ilasm): Use $(CSCOMPILE), instead of $(INTERNAL_MCS).
161         (multi): Update.
162         (test-everything): Remove.
163         (run-test-local) [PROFILE=net_2_0]: Run additional 'generics'
164         tests.
165         (test-compiler-jit-real): Remove *.netmodule too.
166         (test-compiler-jit-multi): Remove.
167         (test-generics-1, test-generics-2): Remove.
168         (test-generics-3, test-generics-4): Update.
169         * conv-lib.cs, conv-main.cs, dll-1.cs, dll-2.cs, prog-1.cs,
170           prog-2.cs, module-1.cs, module2.cs, module-3.cs, ns.cs, ns0.cs,
171           gen-13-dll.cs, gen-13-exe.cs, gen-17-dll.cs, gen-17-exe.cs,
172           gen-31-dll.cs, gen-31-exe.cs, gen-47-dll.cs, gen-47-exe.cs,
173           vararg-exe.cs, vararg-lib.cs:
174         Use "Compiler options:" for multi-file testing.
175         
176 2004-09-13  Marek Safar <marek.safar@seznam.cz>
177
178         * test-293.cs: New test for bug #65757.
179
180 2004-09-13  Raja R Harinath  <rharinath@novell.com>
181
182         * Makefile (test-compiler-jit-real): Fix logic so that logs of
183         testcases that fail compilation aren't deleted.  Avoid emitting
184         spurious PASS: messages.
185
186 2004-09-10  Raja R Harinath  <rharinath@novell.com>
187
188         * test-292.cs: New test for #64330.
189
190 2004-09-10  Martin Baulig  <martin@ximian.com>
191
192         * gen-76.cs: New test.
193
194 2004-09-09  Marek Safar <marek.safar@seznam.cz>
195
196         * test-291.cs: New test for #pragma warning.
197
198 2004-09-09  Martin Baulig  <martin@ximian.com>
199
200         * gen-75.cs: New test.
201
202 2004-09-07  Raja R Harinath  <rharinath@novell.com>
203
204         * test-290.cs: New test.
205
206 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
207
208         * unsafe-10.cs: new test
209
210 2004-09-06  Martin Baulig  <martin@ximian.com>
211
212         * Makefile: Enable gen-65.cs (bug #58306).
213
214 2004-09-04  Marek Safar <marek.safar@seznam.cz>
215
216         * test-289.cs: New test for #63631.
217
218 2004-09-03  Raja R Harinath  <rharinath@novell.com>
219
220         * Makefile (TEST_SOURCES): Add 'mtest-1-dll' and 'mtest-1-exe'.
221         Testcases from #61128.
222         (test-compiler-jit-real): Minor cleanups.
223
224 2004-09-02  Duncan Mak  <duncan@ximian.com>
225
226         * Makefile (test-2): Use /langversion instead of -v2. This fixes
227         the compiler test build.
228
229 2004-09-02  Marek Safar <marek.safar@seznam.cz>
230
231         * test-288.cs: New test for #62342.
232
233 2004-09-02  Marek Safar <marek.safar@seznam.cz>
234
235         * test-205.cs: New test for #65170.
236
237 2004-09-02  Martin Baulig  <martin@ximian.com>
238
239         * Makefile (test-generic-4): New target to run the multi-file
240         generic tests.
241
242 2004-09-02  Martin Baulig  <martin@ximian.com>
243
244         * Makefile (test-generic): Renamed to test-generic-1.
245         (test-generic): New target, runs test-generic-1, test-generic-2
246         and test-generic-3.
247
248 2004-09-01  Marek Safar <marek.safar@seznam.cz>
249
250         * Makefile: Enabled test-286
251
252         * test-287.cs: New test for static classes.
253
254 2004-09-01  Martin Baulig  <martin@ximian.com>
255
256         * Makefile: Disable test-286 for the moment.
257
258 2004-09-01  Raja R Harinath  <rharinath@novell.com>
259
260         * Makefile (test-compiler-jit-real): Add barebones support for
261         multi-file tests.  If the compilation succeeded and there's no
262         .exe file, then assume nothing went wrong.  The rest is up to the
263         "Compiler options:".
264
265 2004-08-31  Marek Safar <marek.safar@seznam.cz>
266
267         * test-286.cs: New test for #64689.
268
269 2004-08-28  Martin Baulig  <martin@ximian.com>
270
271         * gen-73.cs: New test for #62552.
272
273 2004-08-28  Martin Baulig  <martin@ximian.com>
274
275         * gen-72.cs: New test for #58307.
276
277 2004-08-24  Martin Baulig  <martin@ximian.com>
278
279         * gen-69.cs, gen-70.cs: New tests.
280
281 2004-08-23  Martin Baulig  <martin@ximian.com>
282
283         * test-285.cs: New test for #52428.
284
285 2004-08-22  Martin Baulig  <martin@ximian.com>
286
287         * test-154.cs: Added test case for #59867.
288
289 2004-08-05  Martin Baulig  <martin@ximian.com>
290
291         * test-154.cs: Added test case for #59429.
292
293 2004-08-04  Martin Baulig  <martin@ximian.com>
294
295         * Makefile (test-generic-3): New target to run all the generic
296         tests.  
297
298 2004-08-03  Ben Maurer  <bmaurer@ximian.com>
299
300         * test-283.cs: for 62275.
301         
302         * unsafe-9.cs: new test for #62263.
303
304 2004-08-03  Martin Baulig  <martin@ximian.com>
305
306         * test-282.cs: New test for #62322.
307
308 2004-08-03  Martin Baulig  <martin@ximian.com>
309
310         * gen-64.cs: New test.
311
312 2004-07-25  Martin Baulig  <martin@ximian.com>
313
314         * Makefile (test-generic): Correctly set the MONO_PATH to run
315         things in the v2.0 environment.
316         (test-generic-2): New target.
317         (test-everything): New target to run everything.
318
319 2004-07-25  Martin Baulig  <martin@ximian.com>
320
321         * 2test-12.cs, 2test-13.cs: New tests for partial classes.
322
323 2004-07-23  Martin Baulig  <martin@ximian.com>
324
325         * 2test-10.cs, 1test-11.cs: New tests for partial classes.      
326
327 2004-07-22  Martin Baulig  <martin@ximian.com>
328
329         * test-281.cs: New test.
330
331 2004-07-20  Martin Baulig  <martin@ximian.com>
332
333         * Makefile: Enable 2test-7.
334
335 2004-07-20  Martin Baulig  <martin@ximian.com>
336
337         * 2test-9.cs: New test for iterators.
338
339 2004-07-20  Martin Baulig  <martin@ximian.com>
340
341         * 2test-8.cs: New test for iterators.
342
343 2004-07-18  Martin Baulig  <martin@ximian.com>
344
345         * gen-63.cs: New test.
346
347 2004-07-16  Martin Baulig  <martin@ximian.com>
348
349         * gen-62.cs: New test for generic iterators.
350
351 2004-07-16  Martin Baulig  <martin@ximian.com>
352
353         * gen-61.cs: New test for anonymous methods
354         (not yet implemented -> test disabled)
355
356 2004-07-13  Marek Safar <marek.safar@seznam.cz>
357
358         * test-279.cs: New test for #61293.
359
360 2004-07-13  Martin Baulig  <martin@ximian.com>
361
362         * gen-60.cs: New test for #58305.
363
364 2004-07-12  Martin Baulig  <martin@ximian.com>
365
366         * gen-58.cs: New test.
367
368 2004-06-24  Raja R Harinath  <rharinath@novell.com>
369
370         * test-252.cs: Avoid reference to System.dll.
371         * test-277.cs: New test for #56774.
372
373 2004-06-24  Marek Safar <marek.safar@seznam.cz>
374
375         * test-205.cs: Removed because become invalid.
376
377 2004-06-24  Raja R Harinath  <rharinath@novell.com>
378
379         * test-276.cs: New test for #60459.
380
381 2004-06-21  Marek Safar <marek.safar@seznam.cz>
382
383         * test-275.cs: New test for #59792
384
385 2004-06-18  Marek Safar <marek.safar@seznam.cz>
386
387         * test-274.cs: New test for #60219
388         
389 2004-06-18  Marek Safar <marek.safar@seznam.cz>
390
391         * test-273.cs: New test for #55971
392
393 2004-06-18  Raja R Harinath  <rharinath@novell.com>
394
395         * test-272.cs: New test case for the breaking build.
396
397 2004-06-13  Martin Baulig  <martin@ximian.com>
398
399         * gen-57.cs: New test.
400
401 2004-06-11  Martin Baulig  <martin@ximian.com>
402
403         * gen-56.cs: New test from #58307.
404
405 2004-06-11  Martin Baulig  <martin@ximian.com>
406
407         * test-269.cs: Another varargs test.
408
409 2004-06-11  Raja R Harinath  <rharinath@novell.com>
410
411         * Makefile (TEST_SOURCES): Add test-268.
412         * test-268.cs: New test for #59477.
413
414 2004-06-11  Martin Baulig  <martin@ximian.com>
415
416         * vararg-lib.cs, vararg-exe.cs: New tests.
417
418 2004-06-11  Martin Baulig  <martin@ximian.com>
419
420         * Makefile: Enable test-269.
421
422 2004-06-08  Martin Baulig  <martin@ximian.com>
423
424         * Makefile: Enable test-157.
425
426 2004-06-08  Martin Baulig  <martin@ximian.com>
427
428         * test-269.cs: New test for varargs methods.
429
430 2004-06-01  Marek Safar <marek.safar@seznam.cz>
431
432         * test-267.cs: New test.
433
434 2004-05-30  Marek Safar <marek.safar@seznam.cz>
435
436         * test-240.cs: Enable test.
437
438 2004-05-29  Martin Baulig  <martin@ximian.com>
439
440         * test-266.cs: New test for #52578.
441
442 2004-05-29  Martin Baulig  <martin@ximian.com>
443
444         * test-265.cs: New test for #59267.
445
446 2004-05-29  Martin Baulig  <martin@ximian.com>
447
448         * test-264.cs: New test for #59188.
449
450 2004-05-27  Marek Safar <marek.safar@seznam.cz>
451
452         * test-263.cs: New test.
453
454 2004-05-26  Marek Safar <marek.safar@seznam.cz>
455
456         * test-74.cs: Now test passes on my machine too.
457         It is not perfect though.
458         
459 2004-05-25  Martin Baulig  <martin@ximian.com>
460
461         * test-261.cs: New test for #52279.
462
463 2004-05-24  Martin Baulig  <martin@ximian.com>
464
465         * test-260.cs: New test for #53921.
466
467 2004-05-24  Martin Baulig  <martin@ximian.com>
468
469         * test-259.cs: New test for #55251.
470
471 2004-05-24  Martin Baulig  <martin@ximian.com>
472
473         * test-258.cs: New test for #58584.
474
475 2004-05-23  Martin Baulig  <martin@ximian.com>
476
477         * test-154.cs: Added testcase for #58322.
478
479 2004-05-21  Martin Baulig  <martin@ximian.com>
480
481         * test-257.cs: New test for #28098.
482
483 2004-05-21  Marek Safar <marek.safar@seznam.cz>
484
485         * test-256.cs: New test for #58590.
486
487 2004-05-20  Marek Safar <marek.safar@seznam.cz>
488
489         * test-255.cs: New test.
490
491 2004-05-18  Marek Safar <marek.safar@seznam.cz>
492
493         * test-254.cs: New test for #52585.
494
495 2004-05-14  Marek Safar <marek.safar@seznam.cz>
496
497         * test-253.cs: New test for #54679.
498
499 2004-05-11  Raja R Harinath  <rharinath@novell.com>
500
501         * test-252.cs: New test for #58290.
502
503 2004-04-29  Martin Baulig  <martin@ximian.com>
504
505         * property-il.il, property-main.cs: New test for #56013.
506
507 2004-04-29  Martin Baulig  <martin@ximian.com>
508
509         * test-248.cs: New test for #52731.
510
511 2004-04-29  Martin Baulig  <martin@ximian.com>
512
513         * test-246.cs, test-247.cs: New tests for #52597.
514
515 2004-04-29  Martin Baulig  <martin@ximian.com>
516
517         * dll-2.cs, prog-2.cs: New test for #56178.
518
519 2004-04-29  Martin Baulig  <martin@ximian.com>
520
521         * test-245.cs: New test for #53255.
522
523 2004-04-28  Martin Baulig  <martin@ximian.com>
524
525         * test-244.cs: New test for #52588.
526
527 2004-04-28  Martin Baulig  <martin@ximian.com>
528
529         * test-243.cs: New test for #57014.
530
531 2004-04-27  Martin Baulig  <martin@ximian.com>
532
533         * test-154.cs: Added test case for #52625.
534
535 2004-04-22  Raja R Harinath  <rharinath@novell.com>
536
537         * Makefile (test-compiler-jit-real): Simplify sed expression.
538         List compiler options in logfile.
539
540 2004-04-22  Marek Safar <marek.safar@seznam.cz>
541
542         * Makefile: Add support for custom test compiler options.
543         
544         * test-242.cs: New test.
545
546 2004-04-22  Raja R Harinath  <rharinath@novell.com>
547
548         * Makefile (test-compiler-jit-real): Create a test result log file
549         for all tests.
550
551 2004-04-21  Marek Safar <marek.safar@seznam.cz>
552
553         * test-238.cs,
554         test-239.cs,
555         test-239.cs: Tests for ObsoleteAttribute
556
557 2004-04-21  Raja R Harinath  <rharinath@novell.com>
558
559         * Makefile (test-compiler-jit-real): Create log files for failed
560         testcases.
561         (test-generic, test-2, test-unsafe-compiler-jit): Update.
562
563         * test-237.cs: Test for #56442.
564
565 2004-04-16  Raja R Harinath  <rharinath@novell.com>
566
567         * test-236.cs: Test for #56300.
568
569 2004-04-10 Ben Maurer  <bmaurer@users.sourceforge.net>
570
571         * test-12.cs: test for concat inside array.
572
573 2004-03-24  Ravi Pratap M  <ravi@ximian.com>
574
575         * test-235.cs: test for 47234.
576
577 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
578
579         * test-234.cs: test for 25885.
580
581 2004-03-21  Martin Baulig  <martin@ximian.com>
582
583         * gen-45.cs: New generics test for type inference.
584
585 2004-03-20  Martin Baulig  <martin@ximian.com>
586
587         * gen-44.cs: New generics test for operators.
588
589         * gen-21.cs: Use the new `default(T)' syntax.
590
591 2004-03-17  Martin Baulig  <martin@ximian.com>
592
593         * gen-43.cs: New generics test for static fields.
594
595 2004-03-09  Joshua Tauberer <tauberer@for.net>
596
597         * test-232.cs: Tests for { ... }-style array creation
598
599 2004-02-25  Marek Safar <marek.safar@seznam.cz>
600
601         * Makefile: Enable test-230.
602
603 2004-02-23  Martin Baulig  <martin@ximian.com>
604
605         * gen-40.cs: New generics test.
606
607 2004-02-20  Martin Baulig  <martin@ximian.com>
608
609         * gen-39.cs: New generics test.
610
611 2004-02-20  Martin Baulig  <martin@ximian.com>
612
613         * gen-test.pl: Enable gen-38.
614
615 2004-02-18  Martin Baulig  <martin@ximian.com>
616
617         * Makefile: Disable test-157.cs, it's broken.  See #54530.
618
619 2004-02-17  Martin Baulig  <martin@ximian.com>
620
621         * gen-38.cs: New generics test.
622
623 2004-02-17 Marek Safar <marek.safar@seznam.cz>
624
625         * cls-test-{2,5,6}.cs: Improved tests for CLS-compliant
626
627 2004-02-16 Marek Safar <marek.safar@seznam.cz>
628
629         * test-230.cs: test for module attributes.
630
631 2004-02-13 Ben Maurer  <bmaurer@users.sourceforge.net>
632
633         * 2test-6.cs, test-229.cs: some tests for foreach on
634         struct IEnumerators
635
636 2004-02-02  Ravi Pratap M  <ravi@ximian.com>
637
638         * test-157.cs: Improve test for interface property accessor
639         attributes.
640
641 2004-01-26  Martin Baulig  <martin@ximian.com>
642
643         * gen-37.cs: New generics test.
644
645 2004-01-21  Martin Baulig  <martin@ximian.com>
646
647         * test-227.cs: New test for #52517.
648
649 2004-01-20  Martin Baulig  <martin@ximian.com>
650
651         * test-154.cs: Added testcase for bug #46640.
652
653 2004-01-20  Martin Baulig  <martin@ximian.com>
654
655         * test-226.cs: New test for #53058.
656
657 2004-01-20  Martin Baulig  <martin@ximian.com>
658
659         * verify-8.cs: New test for #52707.
660
661 2004-01-05 Marek Safar <marek.safar@seznam.cz>
662
663         * cls-test-0.cs, cls-test-1.cs, cls-test-2.cs, cls-test-3.cs,
664           cls-test-5.cs, cls-test-6.cs, cls-test-7.cs, cls-test-10.cs,
665           cls-test-11.cs, cls-test-14.cs, cls-test-15.cs, cls-test-16.cs:
666         New tests for CLS-compliance
667         
668 2004-01-03 Todd Berman  <tberman@gentoo.org>
669
670         * test-224.cs: new test for #52429
671
672 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
673
674         * test-205.cs: remove from the build. This does
675         not compile under csc.
676
677 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
678
679         * test-223.cs: test for #52569.
680
681 2004-01-02  Ravi Pratap  <ravi@ximian.com>
682
683         * test-222.cs: Overload resolution test for bugzilla 
684         bug #52046.
685
686 2003-12-25 Ben Maurer  <bmaurer@users.sourceforge.net>
687
688         * test-141.cs: add tests for #38674.
689
690 2003-12-23 Ben Maurer  <bmaurer@users.sourceforge.net>
691
692         * pp.cs: Also test for 2 entry-point-looking methods
693         in a library, bug #52490.
694
695 2003-12-22 Ben Maurer  <bmaurer@users.sourceforge.net>
696
697         * test-221.cs: Add some regression tests relating to
698         52408 (these dont test the actual bug, but regressions I
699         created while writing the code for it).
700
701 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
702
703         * module-1.cs module-2.cs module-3.cs: New files.
704
705         * Makefile: Add test for /target:module and /addmodule.
706
707 2003-12-13  Martin Baulig  <martin@ximian.com>
708
709         * test-154.cs: Added testcase for bug #48962.
710
711 2003-12-11  Martin Baulig  <martin@ximian.com>
712
713         * test-154.cs: Added testcases for bugs #49153, #49359 and #49602.
714
715 2003-11-21  Miguel de Icaza  <miguel@ximian.com>
716
717         * test-150.cs: Improved test.
718
719 2003-10-17  Martin Baulig  <martin@ximian.com>
720
721         * gen-test.sh: Removed.
722
723         * gen-test.pl: New file; this is a perl script which runs all the
724         generics tests.
725
726 2003-10-15  Miguel de Icaza  <miguel@ximian.com>
727
728         * test-49.cs: Improved test with input from bug #48761
729
730 2003-10-10  Martin Baulig  <martin@ximian.com>
731
732         * gen-15.cs: New test for generic methods.
733
734 2003-09-29  Martin Baulig  <martin@ximian.com>
735
736         * gen-14.cs: New generics test.
737
738 2003-09-27  Martin Baulig  <martin@ximian.com>
739
740         * gen-11.cs, gen-12.cs: New generics tests.
741
742         * gen-13-dll.cs, gen-13.exe.cs: New generics test; this test
743         consists of two files and tests whether this works if it's in two
744         files and not just in one.
745
746 2003-09-19  Martin Baulig  <martin@ximian.com>
747
748         * gen-10.cs: New generics test.
749
750 2003-09-18  Martin Baulig  <martin@ximian.com>
751
752         * gen-9.cs: New generics test.
753
754 2003-09-16  Martin Baulig  <martin@ximian.com>
755
756         * gen-3.cs, gen-4.cs, gen-5.cs, gen-6.cs, gen-7.cs, gen-8.cs: New
757         generics tests.
758
759 2003-09-02  Ravi Pratap  <ravi@ximian.com>
760
761         * test-102.cs: Improve test.
762
763 2003-08-26  Martin Baulig  <martin@ximian.com>
764
765         * test-215.cs: New test for bug #47927.
766
767 2003-08-26  Martin Baulig  <martin@ximian.com>
768
769         * verify-7.cs: New test for bug #47681.
770
771 2003-08-26  Martin Baulig  <martin@ximian.com>
772
773         * test-214.cs: New test for bug #47853.
774
775 2003-08-25  Martin Baulig  <martin@ximian.com>
776
777         * test-213.cs: New test for bug #47822.
778
779 2003-08-22  Martin Baulig  <martin@ximian.com>
780
781         * test-154.cs: Added testcase for bug #46949.
782
783 2003-08-22  Martin Baulig  <martin@ximian.com>
784
785         * test-154.cs: Added testcase for bug #47095.
786
787 2003-08-04  Martin Baulig  <martin@ximian.com>
788
789         * Makefile: Put back test-211.cs.
790
791 2003-07-29  Ravi Pratap  <ravi@ximian.com>
792
793         * conv-lib.cs: New Multi stage compilation test for bug #47043.
794
795         * conv-main.cs: Main for the above.
796
797         * Makefile: Update.
798
799 2003-07-28  Ravi Pratap  <ravi@ximian.com>
800
801         * test-189.cs: Reuse vacant slot. Test for bugs #43367 and
802         #46199.
803
804         * test-212.cs: New test for bug #44468.
805
806 2003-07-28  Martin Baulig  <martin@ximian.com>
807
808         * test-210.cs: New test for bug #46923.
809
810 2003-07-26  Martin Baulig  <martin@ximian.com>
811
812         * test-209.cs: New test for implict conversions and embedded assignments.
813
814 2003-07-25  Martin Baulig  <martin@ximian.com>
815
816         * test-208.cs: New test for bug #46788.
817
818 2003-07-22  Martin Baulig  <martin@ximian.com>
819
820         * test-207.cs: New test for expressions which return delegates.
821
822 2003-07-21  Martin Baulig  <martin@ximian.com>
823
824         * test-206.cs: New test for bug #46502.
825
826 2003-07-20  Martin Baulig  <martin@ximian.com>
827
828         * test-205.cs: New test for some namespace stuff.
829
830 2003-07-16  Ravi Pratap  <ravi@ximian.com>
831
832         * test-39.cs: Improve test to check emission on interfaces too.
833
834 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
835
836         * Makefile: Make sure that we use the newly generated compiler
837         to run the tests, not the installed one.
838
839         Modify targets to compile and run in one go instead of separate
840         targets for each task.
841
842         * test-196.cs: Fix careless error - returning a value from a void
843         Main ().
844
845         Add it back to the test suite.
846
847 2003-07-14  Martin Baulig  <martin@ximian.com>
848
849         * test-204.cs: User defined conditional logical operators; bug #40505.
850
851 2003-07-14  Martin Baulig  <martin@ximian.com>
852
853         * test-203.cs: Added test for bug #33026.
854
855 2003-07-13  Ravi Pratap M  <ravi@ximian.com>
856
857         * test-178.cs: Use this as it is a free slot. Test 
858         for bug #45876.
859
860         * makefile: Update.
861
862         * README.tests: Update
863
864 2003-07-13  Martin Baulig  <martin@ximian.com>
865
866         * test-202.cs: Added test for bug #41975.
867
868 2003-07-13  Martin Baulig  <martin@ximian.com>
869
870         * test-201.cs: Added test for bug #35631.
871
872 2003-07-12  Martin Baulig  <martin@ximian.com>
873
874         * test-200.cs: Added test for bug #45854.
875
876 2003-07-08  Martin Baulig  <martin@ximian.com>
877
878         * test-198.cs, test-199.cs: New tests for bugs #36316, #36314 and
879         #36313.
880
881 2003-07-05  Martin Baulig  <martin@ximian.com>
882
883         * test-197.cs: New test for bug #42973.
884
885 2003-06-29  Miguel de Icaza  <miguel@ximian.com>
886
887         * makefile (TEST_SOURCES): Add the tests that require an assembly,
888         so we dont get another regression here (#37521).
889
890 2003-05-27  Ravi Pratap  <ravi@ximian.com>
891
892         * test-45.cs : Enable code which tests IntPtr array
893         initialization. This automatically serves as a test case for bug
894         #36030.
895
896         Improve test.
897
898 2003-05-17  Ravi Pratap  <ravi@ximian.com>
899
900         * test-194.cs: New test for bug #39108
901
902         * README.tests : Update accordingly.
903
904         * makefile : Add new test.
905
906 2003-05-19  Martin Baulig  <martin@ximian.com>
907
908         * test-162.cs: Added testcases for structs containing other
909         structs as fields.  Bug #42597.
910
911 2003-05-18  Martin Baulig  <martin@ximian.com>
912
913         * test-154.cs: Added testcase for bug #41657.
914
915 2003-05-18  Martin Baulig  <martin@ximian.com>
916
917         * test-154.cs: Added the contents of test-189.cs as a new testcase
918         to this test.
919
920         * test-189.cs: Removed, let's keep the flow analysis tests in one
921         single test file.
922
923 2003-05-11  Martin Baulig  <martin@ximian.com>
924
925         * test-193.cs: New test for bug #39828.
926
927 2003-04-10  Miguel de Icaza  <miguel@ximian.com>
928
929         * test-43.cs: Improve test.
930
931 2003-04-06  Martin Baulig  <martin@ximian.com>
932
933         * test-190.cs: New test.
934
935 2003-04-05  Martin Baulig  <martin@ximian.com>
936
937         * test-189.cs: New test for bug #40670.
938
939 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
940
941         * README.tests test-188.cs makefile: Added test-188.cs.
942
943 2003-02-25  Miguel de Icaza  <miguel@ximian.com>
944
945         * makefile (all): Make it so that doing `make' will run the
946         default tests depending on Windows/Linux.
947
948 2003-02-23  Martin Baulig  <martin@ximian.com>
949
950         When adding any tests here, please do also add them to the
951         README.tests !
952
953         The following tests are still missing:
954
955         test-176 test-177 test-179 test-180 test-181 test-182 test-183
956         test-184
957
958 2003-02-23  Martin Baulig  <martin@ximian.com>
959
960         * test-185.cs: New test for bug #37708.
961
962 2003-02-15  Miguel de Icaza  <miguel@ximian.com>
963
964         * test-128.cs: Improved testl, reflects bug #37363 problems
965
966 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
967
968         * makefile (TEST_SOURCES): Added test-181.
969
970 2002-12-21  Ravi Pratap  <ravi@ximian.com>
971
972         * test-171.cs : Fix up since it wasn't working because of some
973         array code bug. That is a separate problem ;-)
974
975 2002-12-21  Ravi Pratap  <ravi@ximain.com>
976
977         * test-171.cs : This was mysteriously absent. Add new test in its
978         place.
979
980 2002-12-18  Ravi Pratap  <ravi@ximian.com>
981
982         * test-177.cs : Add. This doesn't pass yet because we don't have
983         ReturnTypeCustomAttributes working.
984
985 2002-12-10  Ravi Pratap  <ravi@ximian.com>
986
987         * test-102.cs : Improve to catch the case when an attribute
988         can be emitted twice for the same program element but with
989         different targets.
990
991 2002-11-24  Martin Baulig  <martin@ximian.com>
992
993         * test-130.cs: This test did not compile with csc and
994         mcs now reports the error as well.  Removed the offending
995         line from the test.
996
997 2002-11-24  Martin Baulig  <martin@ximian.com>
998
999         * verify-6.cs: New test for bug #32269.
1000
1001 2002-11-24  Martin Baulig  <martin@ximian.com>
1002
1003         * test-175.cs: New test for bug #30443.
1004
1005 2002-11-17  Martin Baulig  <martin@ximian.com>
1006
1007         * README.tests: Whoever added test-167 to test-172
1008         while I was away, you forgot to add them here.
1009
1010 2002-11-17  Martin Baulig  <martin@ximian.com>
1011
1012         * test-173.cs: New test for bug #34165.
1013
1014 2002-11-14  Martin Baulig  <martin@gnome.org>
1015
1016         * test-148.cs: Added some tests from bug #33089.
1017
1018 2002-10-10  Martin Baulig  <martin@gnome.org>
1019
1020         * verify-1.cs: Added testcase from bug #31470.
1021
1022 2002-10-10  Martin Baulig  <martin@gnome.org>
1023
1024         * verify-5.cs: Added testcase from bug #31541.
1025
1026 2002-10-06  Martin Baulig  <martin@gnome.org>
1027
1028         * test-164.cs: Added a few more testcases here.
1029
1030 2002-10-04  Martin Baulig  <martin@gnome.org>
1031
1032         * test-154.cs: Added testcase from bug #31546.
1033
1034 2002-09-19  Martin Baulig  <martin@gnome.org>
1035
1036         * test-154.cs: Added testcase from bug #30487.
1037
1038 2002-09-17  Martin Baulig  <martin@gnome.org>
1039
1040         * test-148.cs: Added testcase for base indexers.
1041
1042 2002-09-14  Martin Baulig  <martin@gnome.org>
1043
1044         * test-166.cs: New test.
1045
1046 2002-09-14  Martin Baulig  <martin@gnome.org>
1047
1048         * verify-4.cs: Added testcase from bug #29857.
1049
1050 2002-09-12  Martin Baulig  <martin@gnome.org>
1051
1052         * test-40.cs: Removed the syntax errors from this test.
1053
1054 2002-09-09  Martin Baulig  <martin@gnome.org>
1055
1056         * makefile: Reverted Ravi's `Update'.  When moving tests from
1057         TESTS_NOPASS to TEST_SOURCES, please make sure that they actually
1058         pass on both platforms and don't do it without a ChangeLog entry.
1059
1060 2002-09-09  Martin Baulig  <martin@gnome.org>
1061
1062         * test-165.cs: Added testcase for bug #30040.
1063
1064 2002-09-09  Martin Baulig  <martin@gnome.org>
1065
1066         * test-164.cs: Added testcase for virtual functions in delegate
1067         creating expressions (Bug #30043).
1068
1069 2002-09-06  Ravi Pratap  <ravi@ximian.com>
1070
1071         * test-163.cs : Add test to check we select string
1072         over object when we have a Null literal as the argument.
1073
1074         * makefile : Update.
1075
1076 2002-08-11  Martin Baulig  <martin@gnome.org>
1077
1078         * test-162.cs: New test.
1079
1080 2002-08-08  Martin Baulig  <martin@gnome.org>
1081
1082         * test-154.cs (test16): Added test for bug #28717.
1083
1084 2002-08-08  Martin Baulig  <martin@gnome.org>
1085
1086         * test-161.cs: New test.
1087
1088 2002-08-07  Martin Baulig  <martin@gnome.org>
1089
1090         * test-160.cs: New test for bug #28176.
1091
1092 2002-08-07  Martin Baulig  <martin@gnome.org>
1093
1094         * test-158.cs: New test for bug #22119.
1095
1096 2002-08-05  Martin Baulig  <martin@gnome.org>
1097
1098         * test-157.cs: Formerly known as ../errors/cs-20.cs
1099
1100 2002-08-05  Martin Baulig  <martin@gnome.org>
1101
1102         * error-1.cs, error-2.cs: Moved to ../errors.
1103
1104 2002-08-03  Martin Baulig  <martin@gnome.org>
1105
1106         * test-156.cs, error-2.cs: New tests.
1107
1108 2002-08-02  Martin Baulig  <martin@gnome.org>
1109
1110         * makefile: Moved test-66.cs to TEST_NOPASS since there's currently
1111         a bug in the runtime which makes this crash.
1112
1113         * test-155.cs: New test.
1114
1115 2002-08-01  Martin Baulig  <martin@gnome.org>
1116
1117         * verify-3.cs: New test.
1118
1119 2002-07-31  Martin Baulig  <martin@gnome.org>
1120
1121         * test-154.cs: New test for the flow analysis code.
1122
1123         * error-1.cs: Each method in this test must produce a compiler
1124         error message.
1125
1126         * makefile (test-unsafe-mono): New target to compile and run all
1127         the --unsafe tests wich MCS and the Mono runtime.
1128
1129 2002-07-29  Martin Baulig  <martin@gnome.org>
1130
1131         * makefile: Put back test-152.cs.
1132
1133         * test-143.cs: Fixed a compilation error in this test.
1134
1135 2002-07-27  Martin Baulig  <martin@gnome.org>
1136
1137         * test-153.cs: New test.
1138
1139 2002-07-27  Martin Baulig  <martin@gnome.org>
1140
1141         * test-113.cs: Made this test actually work.
1142
1143 2002-07-26  Martin Baulig  <martin@gnome.org>
1144
1145         * test-152.cs: New test for bug #24007.
1146
1147         * makefile: Disabled test-151.cs since it isn't fixed yet.
1148
1149 2002-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1150
1151         * test-151.cs: New test. See bug #22119.
1152         * makefile: added new test.
1153
1154 2002-07-24  Martin Baulig  <martin@gnome.org>
1155
1156         * test-150.cs: New test.
1157
1158         * test-149.cs: New test.
1159
1160         * test-95.cs: .... and finally, another bug in MCS is fixed and
1161         the syntax error in this test is caught.
1162
1163 2002-07-23  Martin Baulig  <martin@gnome.org>
1164
1165         * test-148.cs: New test.
1166
1167 2002-07-22  Martin Baulig  <martin@gnome.org>
1168
1169         * verify-2.cs: New test.
1170
1171 2002-07-22  Martin Baulig  <martin@gnome.org>
1172
1173         * verify-1.cs: New test.  The verify-XXX.cs tests must be
1174         compiled and then verified - either with `pedump --verify code'
1175         or with PEverify.
1176
1177 2002-07-22  Martin Baulig  <martin@gnome.org>
1178
1179         * makefile: test-29 now passes.
1180
1181 2002-07-22  Martin Baulig  <martin@gnome.org>
1182
1183         * test.147.cs: New test for the `new' modifier.
1184
1185 2002-07-21  Martin Baulig  <martin@gnome.org>
1186
1187         * test-38.cs: Added a few more test cases to this test.
1188
1189 2002-07-20  Martin Baulig  <martin@gnome.org>
1190
1191         * test-38.cs: This test now passes with MCS.  Added a few more
1192         test cases to it.
1193
1194         * test-52.cs: The order of the elements returned by
1195         `IDictionary.Keys' is unspecified.
1196
1197         * makefile: The following tests fail under linux and have been
1198         moved to TEST_NOPASS: 45, 53, 91, 106, 107, 122, 132, 133.
1199         (test-compiler-mono): Compile all the TEST_NOPASS tests, but
1200         don't run them.
1201
1202 2002-07-20  Martin Baulig  <martin@gnome.org>
1203
1204         * README.tests: Added (empty) list of all the test cases.
1205         When you add any test cases, please add them to this file.
1206
1207         * test-146.cs: Added test for bug #27977 which is now fixed.
1208
1209 2002-07-19  Martin Baulig  <martin@gnome.org>
1210
1211         * test-145.cs: Added test for bug #25318 which is now fixed.
1212
1213 2002-07-17  Martin Baulig  <martin@gnome.org>
1214
1215         * test-144.cs: Added test for constant `unchecked' and `checked'
1216         expressions in a constant assignment.
1217
1218 2002-07-10  Ravi Pratap  <ravi@ximian.com>
1219
1220         * test-142.cs : Add. This ensures events can be accessed
1221         correctly from subclasses etc.
1222         
1223 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
1224
1225         * test-74.cs: Added test for \n in verbatim string.
1226
1227 2002-06-27  Martin Baulig  <martin@gnome.org>
1228
1229         * makefile (test-compiler-mono): New target to compile and run
1230         the tests with mcs and the mono jit.
1231
1232 2002-06-25  Andrew Birkett  <adb@tardis.ed.ac.uk>
1233
1234         * makefile: The following tests fail under linux and have been 
1235         moved to TEST_NOPASS: 40, 45, 52, 53, 91, 106, 107, 122, 132, 133
1236
1237         Windows-specific tests have been extracted, and are now run by the
1238         test-windows rule (it'll be run under linux but fail)
1239
1240         The output format has been made less noisy, and is basically the
1241         same as the tests in mcs/errors - like "Running test-1 ... OK".
1242
1243 2002-06-13  Ravi Pratap  <ravi@ximian.com>
1244
1245         * test-131.cs : Add to test enum member attribute application.
1246
1247 2002-06-10  Rachel Hestilow  <hestilow@ximian.com>
1248
1249         * unsafe-3.cs: New test for address-of-pointer.
1250         
1251 2002-06-09  Martin Baulig  <martin@gnome.org>
1252
1253         * test-130.cs: New test for constants and casts.
1254
1255 2002-06-09  Martin Baulig  <martin@gnome.org>
1256
1257         * test-129.cs: New test for unary minus.
1258
1259 2002-06-08  Ravi Pratap  <ravi@ximian.com>
1260
1261         * test-128.cs : Add. This ensures we apply attributes to accessors
1262         of events and properties.
1263
1264 2002-06-08  Martin Baulig  <martin@gnome.org>
1265
1266         * test-127.cs: New test for Enum.IsDefined().
1267
1268 2002-05-24  Ravi Pratap  <ravi@ximian.com>
1269
1270         * test-124.cs, test-125.cs : Add.
1271
1272         * makefile : update.
1273
1274 2002-05-11  Miguel de Icaza  <miguel@ximian.com>
1275
1276         * test-49.cs: Improve test.
1277
1278 Wed May 8 16:48:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
1279
1280         * test-118.cs: test alternate type lookup for attributes.
1281
1282 2002-05-07  Ravi Pratap  <ravi@ximian.com>
1283
1284         * test-117.cs : Add.
1285
1286 2002-05-05  Miguel de Icaza  <miguel@ximian.com>
1287
1288         * test-28.cs: Improved test: before we were failing on abstract
1289         indexers invoked in the same class (as the accessor would have no
1290         body).
1291
1292 2002-05-02  Ravi Pratap  <ravi@ximian.com>
1293
1294         * test-113.cs : Another test for overload resolution ;-)
1295
1296         * test-114.cs : Add.
1297
1298 2002-04-28  Miguel de Icaza  <miguel@ximian.com>
1299
1300         * test-108.cs: Improve test
1301
1302 2002-04-26  Ravi Pratap  <ravi@ximian.com>
1303
1304         * test-105.cs, test-106.cs, test-107.cs : Add.
1305
1306 2002-04-22  Ravi Pratap  <ravi@ximian.com>
1307
1308         * test-104.cs : Another overload resolution test !
1309
1310 2002-04-05  Ravi Pratap  <ravi@ximian.com>
1311
1312         * test-101.cs : Add test from Paolo.
1313
1314         * test-102.cs : Another test for attribute emission.
1315
1316 2002-04-05  Ravi Pratap  <ravi@ximian.com>
1317
1318         * test-90.cs : Fix bug where we had no class !
1319
1320         * test-96.cs : Here too !
1321
1322         * test-98.cs : Supply a missing Main.
1323
1324 2002-03-27  Miguel de Icaza  <miguel@ximian.com>
1325
1326         * test-18.cs: Augment test with the multi-flow try/catch.
1327
1328 2002-03-21  Miguel de Icaza  <miguel@ximian.com>
1329
1330         * test-49.cs: Improved test to excerise the coverage.
1331
1332 2002-03-13  Ravi Pratap  <ravi@ximian.com>
1333
1334         * test-86.cs : Add. This is to check for correct overload resolution
1335         with a null literal.
1336
1337 2002-03-07  Ravi Pratap  <ravi@ximian.com>
1338
1339         * test-82.cs : Add.
1340
1341 2002-03-07  Miguel de Icaza  <miguel@ximian.com>
1342
1343         * test-52.cs: Expanded test to cover more cases of foreach.
1344
1345 2002-03-05  Ravi Pratap  <ravi@ximian.com>
1346
1347         * test-81.cs : Add. 
1348
1349         * makefile : Update accordingly as this test passes.
1350
1351 2002-02-20  Miguel de Icaza  <miguel@ximian.com>
1352
1353         * unsafe-1.cs: Extend test.
1354
1355 2002-01-18  Miguel de Icaza  <miguel@ximian.com>
1356
1357         * test-7.cs: Fix test (i.i wsa invalid)
1358
1359 2002-01-18  Nick Drochak  <ndrochak@gol.com>
1360
1361         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
1362
1363 2002-01-13  Ravi Pratap  <ravi@ximian.com>
1364
1365         * test-58.cs : Since it was a duplicate, replace with unsafe
1366         code testing.
1367
1368 2002-01-08  Miguel de Icaza  <miguel@ximian.com>
1369
1370         * test-34.cs: Improve this test to check ref/ref cases.
1371
1372 2002-01-02  Ravi Pratap  <ravi@ximian.com>
1373
1374         * test-45.cs : Augment to exercise support for array initialization
1375         for various other types.
1376
1377 2001-12-30  Miguel de Icaza  <miguel@ximian.com>
1378
1379         * test-67.cs: Improve this test.
1380
1381 2001-12-29  Ravi Pratap  <ravi@ximian.com>
1382
1383         * test-69.cs : Add. This tests support for methods which are
1384         internal calls.
1385
1386 2001-12-28  Ravi Pratap  <ravi@ximian.com>
1387
1388         * test-34.cs : Update to exercise the new overload resolution
1389         code.
1390
1391 2001-12-26  Ravi Pratap  <ravi@ximian.com>
1392
1393         * test-67.cs : Add. These are tests for explicit layout
1394         of structs and classes.
1395
1396         * makefile : Update accordingly.
1397         
1398 2001-12-25  Ravi Pratap  <ravi@ximian.com>
1399
1400         * test-57.cs : Update to exercise more of the code base for
1401         events.
1402
1403 2001-12-24  Ravi Pratap  <ravi@ximian.com>
1404
1405         * test-19.cs : Augment to exercise tests on delegates
1406         defined in mscorlib.
1407
1408         * test-57.cs : Update to exercise the -= operator
1409         as well.
1410         
1411 2001-12-23  Ravi Pratap  <ravi@ximian.com>
1412
1413         * test-57.cs : Update.
1414
1415         * makefile : Update to include the above as it passes nicely.
1416
1417 2001-12-21  Ravi Pratap  <ravi@ximian.com>
1418
1419         * test-19.cs : Augment to exercise code which fixed the bug
1420         where we were not generating a This for the delegate's 
1421         instance expression - for the non-static methods ie.
1422
1423 2001-12-15  Miguel de Icaza  <miguel@ximian.com>
1424
1425         * test-45.cs: Make test also use variables as arguments to new;
1426         We used to have a bug in the compiler that did not resolve some of
1427         the arguments.
1428
1429 2001-12-15  Ravi Pratap  <ravi@ximian.com>
1430
1431         * makefile : Include test-52.cs in the suite, it works fine!
1432
1433         (NO_PASS): It's test-51 which doesn't seem to pass.
1434
1435         * test-50.cs : Augment some more to set named arguments on
1436         the DllImport attribute.
1437
1438         * test-57.cs : Add. This tests support for Events and does not
1439         pass yet.
1440
1441 2001-12-14  Ravi Pratap  <ravi@ximian.com>
1442
1443         * test-45.cs : Update for float and double initialization.
1444
1445 2001-12-13  Miguel de Icaza  <miguel@ximian.com>
1446
1447         * makefile (test-30): Another test moved to the `pass' section.
1448         This is explicit interface implementation.
1449
1450         (test-54): returning from catch exceptions has been working for
1451         some time now. 
1452
1453 2001-12-09  Radek Doulik  <rodo@ximian.com>
1454
1455         * makefile (TEST_SOURCES): added test-55 for using alias directive
1456
1457 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
1458
1459         * makefile: added new target test-jit
1460
1461 2001-12-04  Ravi Pratap <ravi@ximian.com>
1462
1463         * makefile : Update to include test 50 as it now passes.
1464
1465 2001-12-04  Ravi Pratap <ravi@ximian.com>
1466
1467         * test-45.cs : Update for string initialization tests.
1468
1469 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
1470
1471         * test-49.cs: Updated to test `goto default'
1472
1473         * test-43.cs: Test break and continue here.
1474
1475         * gen-cast-test.cs: Improved cast test generator.
1476
1477 2001-12-03  Ravi Pratap <ravi@ximian.com>
1478
1479         * test-50.cs : Add. This does not pass yet.
1480
1481 2001-12-02  Ravi Pratap  <ravi@ximian.com>
1482
1483         * test-40.cs : Update to now test recursive definitions with
1484         constants hooked up.
1485
1486 2001-12-01  Ravi Pratap  <ravi@ximian.com>
1487
1488         * test-40.cs : Update to do recursive enumeration definition.
1489
1490 2001-11-28  Ravi Pratap  <ravi@ximian.com>
1491
1492         * test-48.cs : Add for constant emission tests.
1493
1494         * makefile : Update for the above as it passes nicely :-)
1495
1496 2001-11-22  Ravi Pratap  <ravi@ximian.com>
1497
1498         * test-45.cs : Augment some more to test shorthand declaration
1499         of variables/fields that are array types.
1500
1501 2001-11-20  Ravi Pratap  <ravi@ximian.com>
1502
1503         * test-45.cs : Add for array initialization testing.
1504
1505 2001-11-16  Miguel de Icaza  <miguel@ximian.com>
1506
1507         * test-34.cs: Improve this test to check if we are actually
1508         walking over the arguments in foreach.
1509
1510 2001-11-15  Ravi Pratap  <ravi@ximian.com>
1511
1512         * makefile : Update to include test-33 again. All tests
1513         pass again !
1514
1515 2001-11-13  Ravi Pratap  <ravi@ximian.com>
1516
1517         * test-7.cs : Re-write to make the tests more robust.
1518
1519 2001-11-12  Ravi Pratap  <ravi@ximian.com>
1520
1521         * test-39.cs : Update to test named arguments too.
1522
1523 2001-11-11  Ravi Pratap  <ravi@ximian.com>
1524
1525         * test-40.cs : Update to be a little more useful.
1526
1527 2001-11-08  Ravi Pratap  <ravi@ximian.com>
1528
1529         * test-39.cs : Add
1530
1531         * test-40.cs : Add
1532
1533         * makefile : Modify to include the above as they pass all tests.
1534         
1535 2001-10-31  Ravi Pratap  <ravi@ximian.com>
1536
1537         * test-34.cs : Add 
1538         
1539 2001-10-28  Ravi Pratap  <ravi@ximian.com>
1540
1541         * test-32.cs : Added to test array definition and creation.
1542
1543         * makefile : Updated accordingly.
1544
1545 2001-10-22  Ravi Pratap  <ravi@ximian.com>
1546
1547         * makefile : New target 'verify' which uses the verifier to check
1548         that executables produced by us are identical to the MSC produced ones.
1549
1550         * test-7.cs : Update to exercise more overloadable operators.
1551
1552 2001-10-21  Ravi Pratap  <ravi@ximian.com>
1553
1554         * test-27.cs : Add to do various implicit and explicit
1555         reference conversions.
1556
1557         * makefile : Update accordingly.
1558
1559 2001-10-18  Ravi Pratap  <ravi@ximian.com>
1560
1561         * test-26.cs : Update to test delegate creation from another 
1562         delegate.
1563         
1564 2001-10-17  Ravi Pratap  <ravi@ximian.com>
1565
1566         * test-26.cs : Added to demonstrate delegate support.
1567
1568 2001-10-16  Miguel de Icaza  <miguel@ximian.com>
1569
1570         * test-25.cs: Added new test to excercise break/continue on
1571         various loop constructs.
1572
1573         * test-24.cs: Test property use in expression and statement
1574         contexts. 
1575
1576 2001-10-14  Miguel de Icaza  <miguel@ximian.com>
1577
1578         * test-23.cs: Added new test for properties. 
1579
1580 2001-10-12  Ravi Pratap  <ravi@ximian.com>
1581
1582         * test-21.cs : Update to actually do some checking and return
1583         an appropriate value.
1584
1585 2001-10-11  Ravi Pratap  <ravi@ximian.com>
1586
1587         * test-21.cs : Add. This is a test for testing our support
1588         for nested types
1589         
1590 2001-10-05  Ravi Pratap  <ravi@ximian.com>
1591
1592         * test-16.cs : Update to exercise the code which selects the best 
1593         conversion operator based on "most encompassing/encompassed type"
1594
1595         * test-7.cs : Update here too.
1596
1597 2001-10-05  Ravi Pratap  <ravi@ximian.com>
1598
1599         * test-7.cs : Update to do explicit conversion tests.
1600
1601         * makefile : small fix.
1602
1603 2001-10-03  Ravi Pratap  <ravi@ximian.com>
1604
1605         * test-16.cs : Update to make the test more correct.
1606
1607 2001-10-03  Ravi Pratap  <ravi@ximian.com>
1608
1609         * test-16.cs : Add.
1610
1611         * makefile : update accordingly.
1612
1613 2001-10-02  Miguel de Icaza  <miguel@ximian.com>
1614
1615         * makefile (test-compiler): Add rm *.exe before launching tests.
1616
1617 2001-10-02  Ravi Pratap  <ravi@ximian.com>
1618
1619         * test-13.cs : Added. 
1620
1621         * makefile : update accordingly.
1622
1623 2001-09-27  Ravi Pratap  <ravi@ximian.com>
1624
1625         * test-7.cs : Revamp and add more operator tests. Still in progress.
1626
1627         * test-9,10.cs : Added by Miguel earlier.
1628
1629 2001-09-26  Ravi Pratap  <ravi@ximian.com>
1630
1631         * test-7.cs : Update to return an exit code
1632
1633         * test-8.cs : Added by Miguel.
1634
1635 2001-09-25  Ravi Pratap  <ravi@ximian.com>
1636
1637         * test-7.cs : Update to include implicit conversion tests.
1638
1639 2001-09-21  Ravi Pratap  <ravi@ximian.com>
1640
1641         * test-7.cs : Add.
1642
1643 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
1644
1645         * makefile (test-compiler): Abort tests on failure.
1646