[xbuild] Add support for Before/AfterTargets.
[mono.git] / mono / tests / ChangeLog
index 5dcfc03c36bde091320783bad67d1a590b6b6e27..d541406211e3c8348f053dfb280eb2bbacf61237 100644 (file)
@@ -1,3 +1,57 @@
+2010-07-12 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-389886-3.cs: New regression test.
+
+2010-07-10  Jonathan Pryor <jpryor@novell.com>
+
+       * Makfile.am (test-process-exit): Expected output is in $srcdir.
+
+2010-07-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * bug-81691.cs: Fix this test by catching FileNotFoundException as well.
+
+2010-06-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Disable bug-459094.exe it creates a very deep directory hierarchy
+       without cleaning it up.
+
+       * Makefile.am (bug-81691.exe): Fix the dependencies of this test.
+
+2010-06-26  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-616463.cs: New test.
+
+       * Makefile.am: Test added to generic tests.
+
+2010-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Add an 'SGEN' make variable to allow tests to be run with SGEN.
+
+2010-06-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Removed, moved to mcs/Mono.Debugger.Soft.
+
+2010-06-10  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile.am: Add test-process-exit target.
+       * bug-438454.cs: Added; test case for #438454.
+       * bug-438454.exe.stdout.expected: Added; expected output when
+         executing bug-438454.exe, to test the ordering of the
+         AppDomain.ProcessExit event wrt ThreadPool disposal.
+
+2010-06-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add tests for StackFrame.GetVisibleVariables ().
+
+2010-05-31  Robert Jordan  <robertj@gmx.net>
+
+       * pinvoke2.cs (test_0_calli_dynamic): Use the cdecl version
+       of mono_test_marshal_inout_array. Fixes the test when compiled
+       with MSC (and GCC where it worked by accident).
+
+       * libtest.c (mono_test_marshal_inout_array_cdecl):
+       New. cdecl wrapper for the function with the same name.
+
 2010-05-31  Robert Jordan  <robertj@gmx.net>
 
        * libtest.c (mono_test_marshal_lookup_symbol): Export as STDCALL because