2005-06-08 Martin Baulig <martin@ximian.com>
[mono.git] / mono / tests / ChangeLog
index dadedbf36afbfaf965a4be10869ac35fa369279f..f2d41a3737159a895faa75725e3a2a5f19b0f6a1 100644 (file)
@@ -1,3 +1,49 @@
+2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Makefile.am (TestDriver.dll): Fix a warning.
+
+2005-05-14  Zoltan Varga  <vargaz@freemail.hu>
+
+       * libtest.c (mono_test_marshal_out_string_array_delegate): Fix 64
+       bit issues.
+
+2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
+
+       * marshal9.cs libtest.c: Add more tests.
+
+       * pinvoke3.cs libtest.c: Add test for [Out] marshalling of arrays.
+       Fix warnings.
+
+       * marshal9.cs libtest.c: Add tests for marshalling null values.
+
+       * Makefile.am pinvoke2.cs pinvoke10.cs pinvoke15.cs: Merge pinvoke10
+       and pinvoke15 into pinvoke2.
+
+       * pinvoke2.cs: Fix warnings.
+
+       * pinvoke2.cs libtest.c: Add test for ftnptr->delegate conversion in
+       structures.
+
+2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * main-returns-background-change.cs: New test for changing the
+       background mode of a thread.
+
+2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * libtest.c (mono_test_marshal_cdecl_delegate): New test for changing the calling convention of
+       a delegate.
+
+       * pinvoke-2.cs: New file for 2.0 pinvoke tests. 
+
+2005-04-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (CSC): Use '-unsafe' instead of '--unsafe'.
+
+2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Makefile.am (testtrace): New target to test --trace functionality.
+
 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
 
        * invoke.cs: Add new test.