2004-09-07  Duncan Mak  <duncan@ximian.com>
 
 	* typeof-ptr.cs: Add unsafe sections to the code that's using
	pointers directly. This was breaking the test stage on the build
	boxes.

2004-05-29  Zoltan Varga  <vargaz@freemail.hu>

	* invoke.cs: Add an Invoke test.

2004-05-28  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke3.cs libtest.c: New tests for byref struct marshalling.

	* static-constructor.cs: Add new regression test for bug #59193.

	* setenv.cs: Fix this after marshalling changes.

2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke3.cs libtest.c: Add tests for fnptr->delegate marshalling.

	* Makefile.am (DISABLED_TESTS): appdomain-unload.exe seems to run too.

2004-05-23  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am (DISABLED_TESTS): Reenable remoting2 and remoting3.

2004-05-22  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am (PLATFORM_DISABLED_TESTS): Reenable thread abort test.

2004-05-18  Zoltan Varga  <vargaz@freemail.hu>

	* marshal9.cs marshal10.cs: Fix custom marshalling tests.

2004-05-11  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am (EXTRA_DIST): Distribute benchmarks as well.

	* pinvoke2.cs libtest.c: Add tests for AsAny marshalling.

2004-05-06  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am: Disable thread6.exe since it might hang. Fix check for
	failed tests.

	* Makefile.am: Only disable thread6.exe on x86.

2004-04-28  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke2.cs libtest.c: New tests for long fields inside structs.

2004-04-26  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am test-driver: Disable some failing tests.

2004-04-19  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke3.cs libtest.c: Add test for string marshalling in delegates.

2004-04-18  Zoltan Varga  <vargaz@freemail.hu>

	* libtest.c pinvoke2.cs marshal4.cs Makefile.am: Add more tests for 
	marshalling delegate fields in structs. Merge marshal4.cs into 
	pinvoke2.cs.

	* libtest.c pinvoke2.cs: Add more tests for unicode marshalling.

2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
	
	* libtest.c pinvoke2.cs: Add test for unicode string array marshalling.

2004-04-10  Bernie Solomon  <bernard@ugsolutions.com>

	* libtest.c: declare SetLastError on Windows

2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>

	* synchronized.cs: Monitor.Exit does not throw an exception anymore if the
	lock is not owned by the current thread (see bug #56157). Modified test that
	checked this.

2004-03-16  Zoltan Varga  <vargaz@freemail.hu>

	* libtest.c pinvoke2.cs: Add new test for implicit [Out] marshalling
	of char[].

2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>

	* libtest.c (mono_test_marshal_time_t): fix
	for current code on 64 bit machines with 64bit time

	* marshal9.cs marshal10.cs: Do arithmetic on
	pointers as 64bits.

2004-03-09  Zoltan Varga  <vargaz@freemail.hu>

	* setenv.cs: Handle DllNotFoundException.

	* pinvoke2.cs pinvoke12.cs: Merge pinvoke12.cs into pinvoke2.cs.

2004-02-23  Zoltan Varga  <vargaz@freemail.hu>

	* many-locals.cs: Add tests for locals with large stack frame offsets.

2004-02-18  Zoltan Varga  <vargaz@freemail.hu>

	* switch.cs: Add test for bug #54473.

2004-02-14  Zoltan Varga  <vargaz@freemail.hu>

	* libtest.c: Add <time.h>

	* delegate.cs: Add test for bug #52092.

2004-02-12  Zoltan Varga  <vargaz@freemail.hu>

	* marshal10.cs: Oops, wrong test.

	* libtest.c: Add valuetype marshaling test.

	* marshal9.cs: Fix after marshaling changes.

	* marshal10.cs: Add valuetype marshaling test.

2004-02-10  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am: Remove the SHELL=bash setting since some people do not seem to
	have bash.

2004-02-02  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke2.cs libtest.c: Add test for unicode StringBuilder marshalling.

	* pinvoke.cs libtest.c: Add test for Sparc V8 split register/stack double
	parameter passing.

2004-01-31  Zoltan Varga  <vargaz@freemail.hu>

	* setenv.cs: Make this run on platforms without setenv.

2004-01-30  Zoltan Varga  <vargaz@freemail.hu>

	* Makefile.am: Set SHELL to bash, since some commands require it.

2004-01-22  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke17.cs: Fix test.

2004-01-19  Zoltan Varga  <vargaz@freemail.hu>

	* pinvoke2.cs: Add tests for DllImport problems.

	* pinvoke.cs: Make this run under linux.

2004-01-09  Zoltan Varga  <vargaz@freemail.hu>

	* custom-attr.cs: Add test for properties with array type.

2003-12-13  Patrik Torstensson  <p@rxc.se>

	* bug-42136.cs: invalid liveness analyse for locals
	used in try and catch block. (exceptions not counted 
	for in the liveness analyse)
	* Makefile.am: added bug-42136.cs
	
2003-12-13  Patrik Torstensson  <p@rxc.se>

	* bug-48015.cs: new test for obj.Equals on ContextBound objects
	* Makefile.am: added bug-48015.cs.

2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>

	* context-static.cs: new test for ContextStaticAttribute.
	* Makefile.am: added context-static.cs.

2003-11-17  Zoltan Varga  <vargaz@freemail.hu>

	* cattr-object.cs: Fix test so it does not count the attributes on the
	Object class.

2003-10-31  Zoltan Varga  <vargaz@freemail.hu>

	* appdomain-unload.cs: Get rid of hardcoded file names.
		
	* appdomain-unload.cs: New file. AppDomain Unloading tests.
	
	* Makefile: Add new test + enable IL tests now that we have a working
	ilasm.
	
	* delegate7.cs: Convert it to use the test driver + add regression test
	for #50366.

2003-10-25  Zoltan Varga  <vargaz@freemail.hu>

	* libtest.c pinvoke2.cs: Add tests for [In,Out] marshalling of arrays.

2003-10-15  Zoltan Varga  <vargaz@freemail.hu>

	* vararg.il: New file.

	* Makefile.am: Added vararg.il.

2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>

	* Makefile.am: fix so it works if builddir != srcdir

	* libtest.c: (mono_test_empty_struct) make it exist for 
	non-GCC	builds (and possibly pass depending on trampolines).
	(mono_test_marshal_bool_byref) bools marshal as ints by default
	
2003-10-13  Zoltan Varga  <vargaz@freemail.hu>

	* bug-46781.cs: New regression test.

	* libtest.c pinvoke2.cs: Add new test for SetLastError functionality.

	* Makefile.am (TEST_CS_SRC): Remove merged tests.

	* pinvoke2.cs pinvoke3.cs: Merge tests 4-8 into these files + 
	convert tests so they run with the test driver used by mini.

	* pinvoke3.cs libtest.c: Add tests for class arguments and return 
	values.

	* pinvoke4.cs pinvoke5.cs pinvoke6.cs pinvoke7.cs pinvoke8.cs: Removed.
	
