2001-11-11 Ravi Pratap <ravi@ximian.com>
[mono.git] / mcs / tests / ChangeLog
index 6df41c8f60c2985345feb32fa2c6da60d12c4849..91ba77403068449035b2e49a73c4307756930f40 100755 (executable)
@@ -1,3 +1,87 @@
+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 
+       
+2001-10-28  Ravi Pratap  <ravi@ximian.com>
+
+       * test-32.cs : Added to test array definition and creation.
+
+       * makefile : Updated accordingly.
+
+2001-10-22  Ravi Pratap  <ravi@ximian.com>
+
+       * makefile : New target 'verify' which uses the verifier to check
+       that executables produced by us are identical to the MSC produced ones.
+
+       * test-7.cs : Update to exercise more overloadable operators.
+
+2001-10-21  Ravi Pratap  <ravi@ximian.com>
+
+       * test-27.cs : Add to do various implicit and explicit
+       reference conversions.
+
+       * makefile : Update accordingly.
+
+2001-10-18  Ravi Pratap  <ravi@ximian.com>
+
+       * test-26.cs : Update to test delegate creation from another 
+       delegate.
+       
+2001-10-17  Ravi Pratap  <ravi@ximian.com>
+
+       * test-26.cs : Added to demonstrate delegate support.
+
+2001-10-16  Miguel de Icaza  <miguel@ximian.com>
+
+       * test-25.cs: Added new test to excercise break/continue on
+       various loop constructs.
+
+       * test-24.cs: Test property use in expression and statement
+       contexts. 
+
+2001-10-14  Miguel de Icaza  <miguel@ximian.com>
+
+       * test-23.cs: Added new test for properties. 
+
+2001-10-12  Ravi Pratap  <ravi@ximian.com>
+
+       * test-21.cs : Update to actually do some checking and return
+       an appropriate value.
+
+2001-10-11  Ravi Pratap  <ravi@ximian.com>
+
+       * test-21.cs : Add. This is a test for testing our support
+       for nested types
+       
+2001-10-05  Ravi Pratap  <ravi@ximian.com>
+
+       * test-16.cs : Update to exercise the code which selects the best 
+       conversion operator based on "most encompassing/encompassed type"
+
+       * test-7.cs : Update here too.
+
+2001-10-05  Ravi Pratap  <ravi@ximian.com>
+
+       * test-7.cs : Update to do explicit conversion tests.
+
+       * makefile : small fix.
+
+2001-10-03  Ravi Pratap  <ravi@ximian.com>
+
+       * test-16.cs : Update to make the test more correct.
+
 2001-10-03  Ravi Pratap  <ravi@ximian.com>
 
        * test-16.cs : Add.