2007-09-25 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / ChangeLog
index 68d419f05e300f770d00b8adc7c1bf421c39db4b..4ba7387eeb85cb782d6b3c176837e1d581fe0bdd 100644 (file)
@@ -1,3 +1,254 @@
+2007-09-22 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-327438.2.il: added
+
+       * Makefile.am: added bug-327438.2.il
+
+
+2007-09-21  Robert Jordan  <robertj@gmx.net>
+
+       * assemblyresolve/Makefile.am: remove the superfluous --security
+       flag.
+
+2007-09-20  Mark Probst  <mark.probst@gmail.com>
+
+       * generics-sharing.2.cs: added
+
+       * Makefile.am: added generics-sharing.2.cs
+
+2007-09-19  Marek Habersack  <mhabersack@novell.com>
+
+       * assemblyresolve/Makefile.am (prereq): build the assemblies in
+       the 'prereq' target instead of in the 'all' one.
+
+2007-09-19  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile.am: assemblyresolve/ assemblies are built only when the
+       make test is ran.
+
+2007-09-19  Raja R Harinath  <harinath@gmail.com>
+
+       * assemblyresolve/Makefile.am: Fix srcdir != builddir issues.
+       (EXTRA_DIST): Add asm.cs, TestBase.cs, Test.cs.
+
+2007-09-18  Marek Habersack  <mhabersack@novell.com>
+
+       * assemblyresolve/asm.cs: added
+
+       * assemblyresolve/TestBase.cs: added
+
+       * assemblyresolve/Test.cs: added
+
+       * assemblyresolve/Makefile.am: added
+
+       * assemblyresolve_event3.cs: added new AssemblyResolve event
+       test.
+
+2007-09-13  Massimiliano Mantione  <massi@ximian.com>
+
+       * Makefile.am: Fixed and re-enabled test for bug #82416 (the
+       config files were not in place).
+
+2007-09-12  Massimiliano Mantione  <massi@ximian.com>
+
+       * Makefile.am: disabled test for bug #82416 since it fails on the
+       buildbot, will investigate.
+
+2007-09-12  Massimiliano Mantione  <massi@ximian.com>
+
+       * unhandled-exception-test-runner.2.cs,
+       unhandled-exception-test-case.2.cs,
+       unhandled-exception-base-configuration.config,
+       unhandled-exception-legacy-configuration.config,
+       Makefile.am: added test for bug #82416.
+
+2007-09-12  Marek Habersack  <mhabersack@novell.com>
+
+       * assemblyresolve_event2.2.cs: added tests for assembly resolution
+       event handler.
+
+       * assemblyresolve_event.cs: added tests for assembly resolution
+       event handler.
+
+2007-09-11  Mark Probst  <mark.probst@gmail.com>
+
+       * coreclr-security.cs: Added positive and negative tests for
+       calling methods via reflection.
+
+2007-09-10  William Holmes  <billholmes54@gmail.com>
+
+       * marshal9.cs, libtest.c Adding test case for marshal.c r84161
+         Calling native to managed should not call 
+         ICustomMarshaler.MarshalNativeToManaged for out params.
+
+       Code is contributed under MIT/X11 license.
+
+2007-09-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * async-exceptions.cs Makefile.am: Add a test for frames with a frame pointer.
+       
+       * async-exceptions.cs Makefile.am: New test case, not working yet.
+
+       * Makefile.am: Allways distribute coreclr-security.cs.
+
+2007-09-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread6.cs: Increase a timeout.
+
+2007-08-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c handleref.cs: Fix handleref.exe test on sparc.
+
+2007-08-24  Mark Probst  <mark.probst@gmail.com>
+
+       * coreclr-security.cs, Makefile.am: Added test for CoreCLR
+       security.
+
+2007-08-21  Massimiliano Mantione  <massi@ximian.com>
+
+       * bug-81466.il, bug-81466-lib.il, Makefile.am:
+       Added test for bug #81466.
+
+2007-08-20  Jb Evain  <jbevain@novell.com>
+
+       * field-access.il, method-access.il, Makefile.am: tests
+       for FieldAccessException and MethodAccessException.
+
+2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ldtoken_with_byref_typespec.2.il: Test for (in pseudo c#) "typeof (int&)" expression
+       * Makefile.am: ldtoken_with_byref_typespec.2.il
+
+2007-08-08  Massimiliano Mantione  <massi@ximian.com>
+
+       * bug-77127.cs: Test for bug #77127.
+       * Makefile.am: Added bug-77127.cs.
+
+2007-08-01  William Holmes  <billholmes54@gmail.com>
+
+       * Makefile.am: Added bug-82194.2.cs.
+       * bug-82194.2.cs: Test for bug #82194.
+
+2007-07-26  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile.am: Added enum_types.il.
+       * enum_types.il: Test for all valid primitive types an enum basefield can have.
+
+2007-07-25  Jonathan Chambers  <joncham@gmail.com>
+
+       * Makefile.am: Added transparentproxy.cs.
+       * transparentproxy.cs: Add tests for transparentproxy
+       interface/casting.
+       
+       Code is contributed under MIT/X11 license.
+
+2007-07-20  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (bug-81691.exe): Create it in the builddir.
+
+2007-07-19  Mark Probst  <mark.probst@gmail.com>
+
+       * Makefile.am (test-bug-81691), bug-81691.cs, bug-81691-a.cs,
+       bug-81691-b.cs: Test for bug #81691.
+
+2007-07-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (bug-81673.exe): Look for bug-81673.cs in $(srcdir).
+
+2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile.am, bug-82020.il: Test for bug #82020
+
+2007-07-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c (mono_test_marshal_return_unicode_string_delegate): 
+       Add a missing return.
+
+2007-07-09  Mark Probst  <mark.probst@gmail.com>
+
+       * Makefile.am (test-bug-81673), bug-81673.cs,
+       bug-81673-interface.cs: Test for bug 81673.
+
+2007-07-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke3.cs libtest.c: Add new test for returning unicode strings from a delegate.
+
+2007-06-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs: Add test for instance delegates.
+
+2007-05-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * delegate.cs: Add more delegate tests.
+
+2007-05-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * delegate.cs: Add a multicast delegate test.
+
+2007-05-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs libtest.c: Fix up asany in/out tests.
+
+2007-03-28  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (test-bug-80307): Don't set PATH.
+
+2007-03-27  Raja R Harinath  <harinath@gmail.com>
+
+       * Makefile.am (JITTEST_PROG_RUN): Set MONO_CFG_DIR too.
+       (test-bug-80307): Use helper 'mcs' and 'gmcs' from build tree.
+
+2007-03-23  Jonathan Chambers  <joncham@gmail.com>
+
+       * libtest.c: Add tests for PreserveSigAttribute.
+       * cominterop.cs: Add tests for PreserveSigAttribute.
+       
+       Code is contributed under MIT/X11 license.
+
+2007-02-19  Massimiliano Mantione  <massi@ximian.com>
+       * iface7.cs, Makefile.am: Added test for bug 75903.
+
+2007-02-08  Jonathan Chambers  <joncham@gmail.com>
+
+       * libtest.c: Add tests for COM Callable Wrapper marshalling.
+       * cominterop.cs: Add tests for COM Callable Wrapper marshalling.
+       
+       Code is contributed under MIT/X11 license.
+       
+2007-02-06  Massimiliano Mantione  <massi@ximian.com>
+       * bug-59286.cs, Makefile.am: Added test for bug 59286.
+
+2007-02-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * interlocked-2.2.cs: Fix long tests and add Interlocked.Exchange(long) test.
+
+       * interlocked-2.2.cs: Add Interlocked.Read (long) test.
+
+       * interlocked.cs: Fix return values.
+       
+2007-01-19  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (bug-80307.exe): Fix srcdir != builddir.
+
+2007-01-17  Massimiliano Mantione  <massi@ximian.com>
+       * bug-80307.cs, Makefile.am: Added test for bug 80307.
+
+2007-01-15  Miguel de Icaza  <miguel@novell.com>
+
+       * load-missing.il: Add test for missing assembly reference in
+       field reference;
+
+       Add test for missing type in newobj call.
+
+       Add test for missing type reference in a parameter.
+
+       Add test for missing assembly in method call.
+
+2007-01-11  Jonathan Chambers  <joncham@gmail.com>
+
+       * libtest.c, cominterop.cs: Tests for unmanaged->managed
+       VARIANT marshalling.
+
 2007-01-10  Robert Jordan  <robertj@gmx.net>
 
        * bug-80392.2.cs: Add more tests.