2007-09-25 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / ChangeLog
index 6c412e86a666e557347c131f28698831188a28a9..4ba7387eeb85cb782d6b3c176837e1d581fe0bdd 100644 (file)
@@ -1,3 +1,139 @@
+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.