2005-06-08 Martin Baulig <martin@ximian.com>
[mono.git] / mono / tests / ChangeLog
index 95b3067297e1eeee2fe24b843bd9ec7cd82fdebd..f2d41a3737159a895faa75725e3a2a5f19b0f6a1 100644 (file)
@@ -1,5 +1,101 @@
+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.
+
+2005-03-31  Zoltan Varga  <vargaz@freemail.hu>
+
+       * stack-overflow.cs: New tests, not yet enabled.
+
+2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * dataslot.cs: Add tests for #65414.
+
+2005-03-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * rounding.cs: Remove this, this is now in the JIT regression tests.
+
+       * delegate4.cs: Remove this, this is already tested in pinvoke3.cs.
+
+2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * remoting1.cs: Add new regression test.
+
+2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * pinvoke3.cs: Add tests for passing blittable arrays.
+       
+       * pinvoke3.cs libtest.c: Add tests for passing arrays to delegates.
+
+2005-02-21  Ben Maurer  <bmaurer@ximian.com>
+
+       * abort-stress-1.cs, abort-stress-2.cs: Stress tests for thread
+       aborting. The second one deadlocks, so it is disabled
+
+2005-02-19  Zoltan Varga  <vargaz@freemail.hu>
+
+       * pinvoke3.cs libtest.c: Add more small struct tests.
+
+2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
+
+       * pinvoke3.cs libtest.c: Add tests for passing and returning small 
+       structs from delegates. Currently fails on windows.
+
+2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
+
+       * pinvoke2.cs: Add test for #72625.
+       
+       * pinvoke2.cs: Fix char array marshalling test so it works under MS.NET.
 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
 
+       * Makefile.am (libtest_la_LDFLAGS): Add -Wl,--kill-at so the names exported from the DLL
+       can be found by the runtime.
+
        * pinvoke13.cs: Fix test.
 
        * libtest.c pinvoke13.cs: Fix test on big-endian machines.