2009-06-01 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / ChangeLog
index c8ae6c78c15d2f5160ed5fa980e47d454456886a..21b7284f65f4814b0d7e0e18059d619c8a54dd48 100644 (file)
@@ -1,3 +1,178 @@
+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
+       synchronized.cs.
+
+2009-04-18  Mark Probst  <mark.probst@gmail.com>
+
+       * appdomain-thread-abort.cs: New tests for thread aborts across
+       app domains.
+
+       * Makefile.am: Test added.
+
+2009-04-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * coreclr-security.cs: Add test case for the "special" case about
+       a default ctor being SSC on a transparent type (e.g. WebClient)
+
+2009-04-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add a test for #494847.
+
+2009-04-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread-static.cs: Add a test for accesses through reflection.
+
+2009-04-13  Bill Holmes  <billholmes54@gmail.com>
+
+       * Makefile.am: Adding marshalbool.cs.
+
+       * libtest.c: Adding native code for marshalbool.cs tests.
+
+       * marshalbool.cs: Adding tests for emit_marshal_boolean.
+
+       Contributed under MIT/X11 license.
+
+2009-04-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs: Add a test for #492330.
+
+2009-04-10  Mark Probst  <mark.probst@gmail.com>
+
+       * appdomain-unload.cs: Test for invoking on a proxy whose server
+       domain was unloaded.
+
+2009-04-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread6.cs: Fix race added by the last change.
+
+2009-04-09  Bill Holmes  <billholmes54@gmail.com>
+
+       * finalizer-abort.cs, finalizer-exception.cs, finalizer-exit.cs :
+         Adding a sleep to the waiting thread to give Mono on Windows an
+         opportunity to interrupt the thread via QueueUserAPC.
+
+       Contributed under MIT/X11 license.
+
+2009-03-31  Mark Probst  <mark.probst@gmail.com>
+
+       * critical-finalizers.cs: Test case for critical finalizers.
+
+       * Makefile.am: Test added.
+
+2009-03-31  Mark Probst  <mark.probst@gmail.com>
+
+       * finalizer-wait.cs: Test case for WaitForPendingFinalizers.
+
+       * Makefile.am: Test added.
+
+2009-03-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * remoting4.cs: Fix the last change.
+
+2009-03-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * load-exceptions.cs: Add a test for missing locals.
+
+       * remoting4.cs: Add a test for generic virtual interface methods on proxies.
+
+2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * coreclr-security.cs: Add more override test cases.
+
+2009-03-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs: Add a test for #488670.
+
+2009-03-25  Mark Probst  <mark.probst@gmail.com>
+
+       * interlocked-4.2.cs: New CompareExchange test (triggered register
+       allocation bug on x86 and amd64).
+
+       * Makefile.am: Test added.
+
+2009-03-24  Mark Probst  <mark.probst@gmail.com>
+
+       * interlocked-3.cs: New CompareExchange test.
+
+       * Makefile.am: Test added.
+
+2009-03-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread6.cs: Add back a sleep to avoid a race.
+
+2009-03-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke-2.2.cs libtest.c: Add a test for #487758.
+
+2009-03-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread6.cs: Use a monitor to avoid sleeping which doesn't work on slow
+       machines.
+
+2009-03-15  Steven Munroe  <munroesj@us.ibm.com>
+
+       This patch is contributed under the terms of the MIT/X11 license
+
+       * Makefile.am (test_platform): Enable testbundle for ppc.
+
+2009-03-13  Mark Probst  <mark.probst@gmail.com>
+
+       * coreclr-security.exe: Added a test for calling via a
+       MANAGED_TO_MANAGED wrapper.
+
+2009-03-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * custom-attr.cs: Add a test for #483247.
+
+2009-03-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * gchandles.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-03-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * load-exceptions.cs load-missing.il: Add a test for #482638.
+
+2009-03-05  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-479763.2.cs: New test.
+
+       * Makefile.am: Test added.
+
 2009-03-04  Mark Probst  <mark.probst@gmail.com>
 
        * Makefile.am: Second part of the erroneous change reverted.  I