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