2009-06-01 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / ChangeLog
index 6587b2442c1ef133360316d9d3ad31520ed8cd99..21b7284f65f4814b0d7e0e18059d619c8a54dd48 100644 (file)
@@ -1,3 +1,383 @@
+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
+       suck.
+
+2009-03-04  Mark Probst  <mark.probst@gmail.com>
+
+       * Makefile.am: Erroneous change reverted.
+
+2009-03-04  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-481403.il: New test.
+
+       * Makefile.am: Test added.
+
+2009-02-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * invoke.cs: Add a test.
+
+2009-02-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs libtest.c: Add a test for #477396.
+
+2009-02-11  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-473999.2.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-02-10  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-473482.2.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-02-05  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-472692.2.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-02-05  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-472600.2.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-02-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * generics-invoke-byref.2.cs: Add a test for #471259.
+
+2009-01-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * generic-marshalbyref.2.cs: Also do the test for a class without type
+       constraints.
+
+2009-01-27  Mark Probst  <mark.probst@gmail.com>
+
+       * bug469742.2.il: New test.
+
+       * Makefile.am: Test added.
+
+2009-01-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs libtest.c: Add a test for #469135.
+
+2009-01-22  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-stack-traces2.2.cs: Another generic sharing test for
+       stack traces.
+
+       * Makefile.am: Test added.
+
+2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * appdomain-unload-callback.cs: New test for the AppDomain::DomainUnload
+       deadlock.
+
+       * Makefile.am: Test added.
+
+2009-01-21  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-467456.cs: New test case.
+
+       * Makefile.am: Test added.
+
+2009-01-21  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-unloading.2.cs, generic-unloading-sub.2.cs: Test case
+       for unloading images whose MonoGenericInst's are still in use.
+
+       * Makefile.am: Test added.
+
+2009-01-20  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-stack-traces.2.cs: Generic sharing test for stack
+       traces.
+
+       * Makefile.am: Test added.
+
+2009-01-20  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-system-arrays.2.cs: Generic sharing test case for
+       arrays.
+
+       * Makefile.am: Test added.
+
+2009-01-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * test-runner.cs: Avoid closing a stream which is still being written to.
+
+2009-01-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * marshal9.cs: Change a test to be compatible with MS.NET.
+
+2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-459094.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-462592.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2009-01-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs: Add another test for generic structures.
+
+2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-463303.il: New regression test.
+
+       * Makefile.am: Test added.
+
+2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-400716.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-461261.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-24  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-sealed-virtual.2.cs: Test case for final generic
+       methods.
+
+       * Makefile.am: Test added.
+
+2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-461941.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-23  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-461198.2.cs: New generic sharing test.
+
+       * Makefile.am: Test added.
+
+2008-12-23  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-461867.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-19  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-459285.2.cs: New generic sharing test.
+
+       * Makefile.am: Test added.
+
+2008-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-389886-sre-generic-interface-instances.cs: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-11  Mark Probst  <mark.probst@gmail.com>
+
+       * generic-marshalbyref.2.cs: Test for calls to marshal-by-ref
+       objects.
+
+       * Makefile.am: Test added.
+
+2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug445361.il: New regression test.
+
+       * Makefile.am: Test added.
+
+2008-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug457574.il: New regression test.
+
+       * Makefile.am: Test added.
+
 2008-12-07  Zoltan Varga  <vargaz@gmail.com>
 
        * stack-overflow.cs (foo): Prevent the large local variable from being