2008-03-20 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / tests / ChangeLog
index 9be6d6cd7635b8d1eeb63c2ad730f6aaf369434d..ef6de9f7606cfa1dd5898f717ee8fa00b953c175 100644 (file)
@@ -1,3 +1,77 @@
+2008-03-20  Mark Probst  <mark.probst@gmail.com>
+
+       * generics-sharing.2.cs: Test cases for ldtoken.
+
+2008-03-19  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-340662_bug.cs: Added. Regression test for the bug.
+
+       * Makefile.am: Added the new test.
+
+2008-03-18  Mark Probst  <mark.probst@gmail.com>
+
+       * generics-sharing-other-exc.2.il: Test case for catching
+       exceptions not derived from System.Exception specified by a type
+       variable.
+
+       * Makefile.am: Added the new test.
+
+2008-03-18  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-initobj.2.cs: Test case for initobj in generic code.
+
+       * Makefile.am: Added the new test.
+
+2008-03-17  Mark Probst  <mark.probst@gmail.com>
+
+       * shared-generic-methods.2.cs: Test case for calls from shared
+       code to generic methods.
+
+       * Makefile.am: Added the new test.
+
+2008-03-14  Mark Probst  <mark.probst@gmail.com>
+
+       * generics-sharing.2.cs: New tests for static methods.
+
+       * generic-inlining.2.cs: Added.  Tests generic method inlining.
+
+       * shared-generic-synchronized.2.cs: Added.  Tests shared
+       synchronized methods.
+
+       * Makefile.am: Added the new tests.  New target for running the
+       generic code sharing with the optimization enabled.
+
+2008-03-04  Mark Probst  <mark.probst@gmail.com>
+
+       * generics-sharing.2.c: Added test for open catch clauses in
+       shared generic code.
+
+2008-02-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Compile and run all tests using the 2.0 profile.
+
+2008-02-26  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs: Fix the test for missing type situations.
+
+2008-02-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * static-constructor.cs thread5.cs: Fix these so they works on the 2.0 profile too.
+
+2008-02-25  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * call_missing_method.il
+       * call_missing_call.il
+       * ldfld_missing_class.il
+       * ldfld_missing_field.il: Test if the proper loader
+       error is raised in case of failure.
+
+       * Makefile.am: Added the previous tests.
+
+2008-02-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke3.cs: Add tests for missing MarshalAs directives when marshalling arrays.
+
 2008-02-22  Mark Probst  <mark.probst@gmail.com>
 
        * generics-sharing.2.cs: New tests for the extensible runtime