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