X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2FChangeLog;h=7090ea99a6620468c0bd8df29e40371e81d03ed3;hb=860f0d89edfb6d5213190e5fbc9a2ecc3c061c41;hp=a69c32f0bb3d293e2902c6fabf2951310e0068a6;hpb=536c633fb86946ab6db387c284bf2d68ac00b986;p=mono.git diff --git a/mcs/tests/ChangeLog b/mcs/tests/ChangeLog index a69c32f0bb3..7090ea99a66 100755 --- a/mcs/tests/ChangeLog +++ b/mcs/tests/ChangeLog @@ -1,3 +1,148 @@ +2002-03-13 Ravi Pratap + + * test-86.cs : Add. This is to check for correct overload resolution + with a null literal. + +2002-03-07 Ravi Pratap + + * test-82.cs : Add. + +2002-03-07 Miguel de Icaza + + * test-52.cs: Expanded test to cover more cases of foreach. + +2002-03-05 Ravi Pratap + + * test-81.cs : Add. + + * makefile : Update accordingly as this test passes. + +2002-02-20 Miguel de Icaza + + * unsafe-1.cs: Extend test. + +2002-01-18 Miguel de Icaza + + * test-7.cs: Fix test (i.i wsa invalid) + +2002-01-18 Nick Drochak + + * makefile: remove path to beta2 csc.exe. path to csc.exe must be in PATH instead. + +2002-01-13 Ravi Pratap + + * test-58.cs : Since it was a duplicate, replace with unsafe + code testing. + +2002-01-08 Miguel de Icaza + + * test-34.cs: Improve this test to check ref/ref cases. + +2002-01-02 Ravi Pratap + + * test-45.cs : Augment to exercise support for array initialization + for various other types. + +2001-12-30 Miguel de Icaza + + * test-67.cs: Improve this test. + +2001-12-29 Ravi Pratap + + * test-69.cs : Add. This tests support for methods which are + internal calls. + +2001-12-28 Ravi Pratap + + * test-34.cs : Update to exercise the new overload resolution + code. + +2001-12-26 Ravi Pratap + + * test-67.cs : Add. These are tests for explicit layout + of structs and classes. + + * makefile : Update accordingly. + +2001-12-25 Ravi Pratap + + * test-57.cs : Update to exercise more of the code base for + events. + +2001-12-24 Ravi Pratap + + * test-19.cs : Augment to exercise tests on delegates + defined in mscorlib. + + * test-57.cs : Update to exercise the -= operator + as well. + +2001-12-23 Ravi Pratap + + * test-57.cs : Update. + + * makefile : Update to include the above as it passes nicely. + +2001-12-21 Ravi Pratap + + * test-19.cs : Augment to exercise code which fixed the bug + where we were not generating a This for the delegate's + instance expression - for the non-static methods ie. + +2001-12-15 Miguel de Icaza + + * test-45.cs: Make test also use variables as arguments to new; + We used to have a bug in the compiler that did not resolve some of + the arguments. + +2001-12-15 Ravi Pratap + + * makefile : Include test-52.cs in the suite, it works fine! + + (NO_PASS): It's test-51 which doesn't seem to pass. + + * test-50.cs : Augment some more to set named arguments on + the DllImport attribute. + + * test-57.cs : Add. This tests support for Events and does not + pass yet. + +2001-12-14 Ravi Pratap + + * test-45.cs : Update for float and double initialization. + +2001-12-13 Miguel de Icaza + + * makefile (test-30): Another test moved to the `pass' section. + This is explicit interface implementation. + + (test-54): returning from catch exceptions has been working for + some time now. + +2001-12-09 Radek Doulik + + * makefile (TEST_SOURCES): added test-55 for using alias directive + +2001-12-06 Dietmar Maurer + + * makefile: added new target test-jit + +2001-12-04 Ravi Pratap + + * makefile : Update to include test 50 as it now passes. + +2001-12-04 Ravi Pratap + + * test-45.cs : Update for string initialization tests. + +2001-12-03 Miguel de Icaza + + * test-49.cs: Updated to test `goto default' + + * test-43.cs: Test break and continue here. + + * gen-cast-test.cs: Improved cast test generator. + 2001-12-03 Ravi Pratap * test-50.cs : Add. This does not pass yet.