2003-11-21 Lluis Sanchez Gual * context-static.cs: new test for ContextStaticAttribute. * Makefile.am: added context-static.cs. 2003-11-17 Zoltan Varga * cattr-object.cs: Fix test so it does not count the attributes on the Object class. 2003-10-31 Zoltan Varga * 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 * libtest.c pinvoke2.cs: Add tests for [In,Out] marshalling of arrays. 2003-10-15 Zoltan Varga * vararg.il: New file. * Makefile.am: Added vararg.il. 2003-10-13 Bernie Solomon * 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 * 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.