2001-12-25 Ravi Pratap <ravi@ximian.com>
[mono.git] / mcs / tests / ChangeLog
index 1ca7b2dabd59a2ee5f427e845b1bb3685dd1936e..30430a5c4a8476dce5ca79ce9079c76417898267 100755 (executable)
@@ -1,3 +1,140 @@
+2001-12-25  Ravi Pratap  <ravi@ximian.com>
+
+       * test-57.cs : Update to exercise more of the code base for
+       events.
+
+2001-12-24  Ravi Pratap  <ravi@ximian.com>
+
+       * 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  <ravi@ximian.com>
+
+       * test-57.cs : Update.
+
+       * makefile : Update to include the above as it passes nicely.
+
+2001-12-21  Ravi Pratap  <ravi@ximian.com>
+
+       * 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  <miguel@ximian.com>
+
+       * 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  <ravi@ximian.com>
+
+       * 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  <ravi@ximian.com>
+
+       * test-45.cs : Update for float and double initialization.
+
+2001-12-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * 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  <rodo@ximian.com>
+
+       * makefile (TEST_SOURCES): added test-55 for using alias directive
+
+2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
+
+       * makefile: added new target test-jit
+
+2001-12-04  Ravi Pratap <ravi@ximian.com>
+
+       * makefile : Update to include test 50 as it now passes.
+
+2001-12-04  Ravi Pratap <ravi@ximian.com>
+
+       * test-45.cs : Update for string initialization tests.
+
+2001-12-03  Miguel de Icaza  <miguel@ximian.com>
+
+       * 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 <ravi@ximian.com>
+
+       * test-50.cs : Add. This does not pass yet.
+
+2001-12-02  Ravi Pratap  <ravi@ximian.com>
+
+       * test-40.cs : Update to now test recursive definitions with
+       constants hooked up.
+
+2001-12-01  Ravi Pratap  <ravi@ximian.com>
+
+       * test-40.cs : Update to do recursive enumeration definition.
+
+2001-11-28  Ravi Pratap  <ravi@ximian.com>
+
+       * test-48.cs : Add for constant emission tests.
+
+       * makefile : Update for the above as it passes nicely :-)
+
+2001-11-22  Ravi Pratap  <ravi@ximian.com>
+
+       * test-45.cs : Augment some more to test shorthand declaration
+       of variables/fields that are array types.
+
+2001-11-20  Ravi Pratap  <ravi@ximian.com>
+
+       * test-45.cs : Add for array initialization testing.
+
+2001-11-16  Miguel de Icaza  <miguel@ximian.com>
+
+       * test-34.cs: Improve this test to check if we are actually
+       walking over the arguments in foreach.
+
+2001-11-15  Ravi Pratap  <ravi@ximian.com>
+
+       * makefile : Update to include test-33 again. All tests
+       pass again !
+
+2001-11-13  Ravi Pratap  <ravi@ximian.com>
+
+       * test-7.cs : Re-write to make the tests more robust.
+
+2001-11-12  Ravi Pratap  <ravi@ximian.com>
+
+       * test-39.cs : Update to test named arguments too.
+
+2001-11-11  Ravi Pratap  <ravi@ximian.com>
+
+       * test-40.cs : Update to be a little more useful.
+
+2001-11-08  Ravi Pratap  <ravi@ximian.com>
+
+       * test-39.cs : Add
+
+       * test-40.cs : Add
+
+       * makefile : Modify to include the above as they pass all tests.
+       
 2001-10-31  Ravi Pratap  <ravi@ximian.com>
 
        * test-34.cs : Add