2006-07-31 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
index 511b234087df281abfce023b394e7c4b444d868d..acbea1190b4f551f1decc019287b518748b727b8 100644 (file)
@@ -1,3 +1,162 @@
+2006-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * AssemblyBuilderTest.cs: The GetType_IgnoreCase test case doesn't 
+       work under MS.
+       * ConstructorBuilderTest.cs: The TestMethodHandle test case doesn't
+       work under MS.
+
+2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyBuilderTest.cs: Added test for bug #78724.
+       * DynamicMethodTest.cs: Added test for bug #78253, and added test for
+       empty method body.
+
+2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConstructorBuilderTest.cs: Expect ArgumentOutOfRangeException
+       instead of ArgumentException when passing Request action to
+       AddDeclarativeSecurity (bug #77640).
+       * MethodBuilderTest.cs: Same.
+       * TypeBuilderTest.cs: Same.
+
+2005-12-15  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
+       generic type builders.
+
+2005-12-12  Raja R Harinath  <rharinath@novell.com>
+
+       * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
+
+2005-12-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodBuilderTest.cs: Add test for handling not accessible custom
+       attributes.
+
+2005-10-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
+       Add tests for #76521.
+
+2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
+
+       * AssemblyBuilderTest.cs: Add test for #75650.
+
+2005-07-21  Jb Evain  <jbevain@gmail.com>
+
+       * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
+
+2005-06-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodBuilderTest.cs: Updated existing tests to no longer define
+       zero-length method body. Added tests for bug #75236.
+
+2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyBuilderTest.cs: Split AssemblyName_PublicKey to move culture
+       tests to a new method (as their problem is different from #75246).
+
+2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has 
+       currently no effect on PublicKey(Token) and FullName of AssemblyName
+       of the AssemblyBuilder. Test for bug #75246.
+
+2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyBuilderTest.cs: Removed inheritance from deprecated
+       Assertion class. Use Assert class instead.
+
+2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
+       fail on Mono.
+
+2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FieldBuilderTest.cs: Enabled tests for FieldHandle again after 
+       fixing regression.
+       * ConstructorBuilderTest.cs: MethodHandle should not throw
+       NotSupportedException.
+       * MethodBuilderTest.cs: Enabled test for MethodHandle again after
+       fixing regression, and added additional test.
+
+2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
+
+2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Add tests for bug #74906.
+
+2005-04-30  Ben Maurer  <bmaurer@ximian.com>
+
+       * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
+       breaks multiple users.
+
+2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
+
+       * AssemblyBuilderTest.cs: Add test for GetModules ().
+
+2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodBuilderTest.cs: Add test for parameter attributes.
+
+2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
+
+2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Fix this up after the last change.
+
+2005-03-23  Martin Baulig  <martin@ximian.com>
+
+       * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
+       whole method into the "NotWorking" category.
+
+2005-03-23  Martin Baulig  <martin@ximian.com>
+
+       * TypeBuilderTest.cs: Disable last test again since the bug report
+       is reopened.
+
+2005-03-21  Nick Drochak <ndrochak@ieee.org>
+
+       * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
+       test method and disable it on .NET.
+
+2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Reenable last test.
+
+2005-03-09  Marek Safar  <marek.safar@seznam.cz>
+\r
+       * ILGeneratorTest.cs: New test file.\r
+\r
+2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Disable last test since the fix is reverted.
+
+2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Add new test.
+
+2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
+
+2004-01-31  Nick Drochak <ndrochak@ieee.org>
+
+       * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
+
+2004-01-30  Nick Drochak <ndrochak@ieee.org>
+
+       * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
+
+2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * AssemblyBuilderTest.cs: Add regression test for bug #69780.
+
 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
 
        * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder