In System.Reflection.Emit:
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
index d70bce463320aec5cfbf4330fbea3c1d3f09ed69..f916d64fafe3c92c47b88ee45ffef8982e5c8d23 100644 (file)
@@ -1,3 +1,103 @@
+2007-08-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
+
+2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Added IsDefined test with null value for
+       attributeType argument.
+
+2007-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Modified enum tests to use already constructed
+       AssemblyBuilder and ModuleBuilder. Fixed some compiler warnings.
+       Removed duplicate test for bug #82018. Added some IsCreated tests after
+       TypeLoadException, but comment them out for now (see bug #82101).
+
+2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
+
+2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
+
+2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Improved tests for SetParent.
+       * ModuleBuilderTest.cs: Added test for creating non-abstract
+       interface.
+
+2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
+       for IsImport.
+
+2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
+       MakeArrayType (2.0).
+
+2007-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
+       the one for a baked type as NotWorking. Added test for 
+       SetCustomAttribute with SuppressUnmanagedCodeSecurity attribute.
+       * TypeBuilderTest.cs: Split up HasElementType test and marked the
+       baked variant as NotWorking on the 1.0 profile. Enabled additional
+       test for bug #81640. Added test for SetCustomAttribute with
+       SuppressUnmanagedCodeSecurity attribute.
+
+2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
+       test for bug #81640.
+
+2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
+       class. Number tests. Added tests for bug #81638 and #81640.
+
+2007-05-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeBuilderTest.cs: Add test for null parent.
+
+2007-03-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * DynamicMethodTest.cs: Add a test for circular references.
+
+2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
+       Coding style fixes.
+       * ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
+       Use Assert instead of deprecated Assertion class. Number tests.
+
+2007-03-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
+
+2007-03-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EnumBuilderTest.cs: Added tests for bug #81007. Use Assert instead
+       of deriving from Assertion. Marked HasElementType test NotWorking on
+       2.0 profile.
+
+2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
+       for zero-length and null dll name for DllImport.  Enabled extra tests
+       in TestDynamicParams.
+
+2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * EnumBuilderTest.cs: Created test for #80396.
+
+2006-12-15  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
+       tests inspired by #80253.
+
 2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * DynamicMethodTest.cs: Enabled tests for bug #79367.
        * TypeBuilderTest.cs: Reenable last test.
 
 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
-\r
-       * ILGeneratorTest.cs: New test file.\r
-\r
+
+       * ILGeneratorTest.cs: New test file.
+
 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
 
        * TypeBuilderTest.cs: Disable last test since the fix is reverted.