New test.
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
index ee9350b6f8260d821ab47f1d3f774696365a9788..d70bce463320aec5cfbf4330fbea3c1d3f09ed69 100644 (file)
@@ -1,3 +1,68 @@
+2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DynamicMethodTest.cs: Enabled tests for bug #79367.
+
+2006-09-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DynamicMethodTest.cs: Added ctor tests for name null check. Added
+       tests for bug #79367 (marked NotWorking).
+
+2006-09-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeBuilderTest.cs: Add a test for #79249.
+
+2006-08-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * DynamicMethodTest.cs: Add a test for skipVisibility.
+
+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