2009-09-21 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / ChangeLog
index 739a9c289e45fffc071f1a4aa6493d497464263f..e75a098cb4b41441e49898aa96e0a8dcd8631ea0 100644 (file)
@@ -1,3 +1,186 @@
+2009-09-21  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * array_load_exception.il: Test for broken arrays.
+
+2009-09-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add more tests.
+       
+       * runtime-invoke.cs: Add tests for passing/receiving generic instances of
+       vtypes.
+
+2009-09-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add more tests.
+
+2009-09-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * coreclr-security.cs: Add test cases for arrays (one dimension, 
+       multidimentional and jagged) creation.
+
+2009-09-15  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-type-load-exception.2.il: Test case for vtable setup
+       failure in shared generic code.
+
+       * Makefile.am: Test added.
+
+2009-09-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add a test.
+
+2009-09-10  Bill Holmes  <billholmes54@gmail.com>
+
+       * cominterop.cs : Adding a test for invoking delegates that 
+         target COM methods.
+
+       Contributed under MIT/X11 license.
+
+2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * iface4.cs: Add one more check.
+
+2009-09-08  Jonathan Chambers  <joncham@gmail.com>
+
+       * cominterop.cs libtest.c: Add support to run tests
+       on all x86 and amd64 platforms.
+
+2009-09-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (runtest): Disable aot on some tests which contain loading
+       errors.
+
+2009-09-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * process-stress.cs: New stress test for spawning processes.
+
+2009-09-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke3.cs libtest.c: Add a test for #481559.
+
+2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs:
+       * load-missing.il: Test for virtual and static methods.
+
+2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs:
+       * load-missing.il: Test for invalid method overrides.
+
+2009-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * constraints-load.il: New test for errors related to loading
+       type and method constraints.
+
+2009-08-12 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-528055.il: Regression test for #528055.
+
+2009-08-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * make_imt_test.sh: fix freebsd build by Makoto Kishimoto
+         http://lists.ximian.com/pipermail/mono-devel-list/2008-November/029970.html
+
+2009-07-31 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * generic_type_definition.2.cs: This test verifies for a lot of stuff
+       that must work under compiler context. A few of those used to work outside
+       of it, so this test worked by pure luck.
+       The fix is to run the test under compiler context.
+
+2009-07-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * load-exceptions.cs: Add a test for #524498.
+
+2009-07-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Convert it to use TestDriver. Add tests for
+       ptr types.
+
+2009-07-09  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-xdomain.2.cs: Test case for generic marshal-by-ref
+       objects.
+
+       * Makefile.am: Test added.
+
+2009-06-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * generic-stack-traces.2.cs: Add a test for #509406.
+
+       * dynamic-method-finalize.2.cs: New test.
+
+2009-06-25  Mark Probst  <mark.probst@gmail.com>
+
+       * appdomain-async-invoke.cs: Fail if BeginInvoke doesn't return an
+       AsyncResult.
+
+2009-06-25  Mark Probst  <mark.probst@gmail.com>
+
+       * appdomain-async-invoke.cs: Test for adding async invokes while a
+       domain is unloading.
+
+       * Makefile.am: Test added.
+
+2009-06-25  Sylvain Dupont <duposyl@gmail.com>
+
+       * cominterop.cs libtest.c: Added tests for marshalling
+         out parameters of type SAFEARRAY[VARIANT].
+
+       Code is contributed under MIT/X11 license.
+
+2009-06-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c make_imt_test.sh: Applied patch from Romain Tartiere 
+       (romain@blogreen.org). Fix tests on freebsd.
+
+2009-06-17  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add test for sharing i8/u8 return values.
+
+2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs class.cs: Add regression test for #508487.
+
+       * t-missing.cs: Add nested type.
+
+2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * bug-508538.cs: New regression test for bug #508538.
+
+2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs: Fix thiko.
+
+2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * load-exceptions.cs: Test for #508532.
+
+       * load-missing.il: Ditto.
+
+2009-05-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Disable the test_messages test as it fails on the
+       buildbot.
+
+2009-05-17  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (test_messages): Fix the dependencies of this test.
+
+2009-05-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (test-coreclr-security): Use the net_2_1_raw profile since
+       the net_2_1 profile is no longer generated.
+
+2009-05-05  Geoff Norton  <gnorton@novell.com> 
+
+       * tests-config: This file is generated by configure.
+
+2009-04-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * custom-attr.cs: Add a test for #498545.
+
 2009-04-20  Zoltan Varga  <vargaz@gmail.com>
 
        * virtual-sync.cs: Remove this, there is already a test for this in