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