2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
index 4de984424539f94edecdffbf825c0082ff6582b5..e56337d06810647f5546f275a2e6d4b427bf8b0a 100644 (file)
@@ -1,3 +1,85 @@
+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
+       features which are unlikely to change due to mcs depending on them.
+
+2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * EnumBuilderTest.cs: Remove test that depends on the exact format
+       of AssemblyName.FullName.
+
+2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
+       depends on exception ordering.
+
+2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodBuilderTest.cs: Add tests for default values for parameters.
+
+2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
+       thrown when creating a type with a default ctor while parent does
+       not have a default ctor.
+
+2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * ModuleBuilderTest.cs: Add test for lookup of global methods.
+
+2004-08-29  Nick Drochak <ndrochak@ieee.org>
+
+       * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
+       TypeBuilder.CreateType().
+
+2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeBuilderTest.cs: Add regression test for #62237.
+
+2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EnumBuilderTest.cs: Fixed typos so the test is reported in 
+       alphabetical order by NUnit.
+
+2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TypeBuilderTest.cs: Added tests for completed/created type
+
+       * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
+       checking error conditions for now)
+
+       * EnumBuilderTest.cs: Added tests for EnumBuilder
+
+       * MethodBuilderTest.cs: Added tests for invalid parameter 
+       indexes for created types, added test for GetHashCode
+
+2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * MethodRentalTest.cs: Added check for invalid method size,
+       fixed tests on MS.NET, Mono-stylized
+
+2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodRentalTest.cs: New file.
+
+2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
+       assemblies.
+
+2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
+       so custom attributes on Object do not screw the results.
+
 2004-03-15  Nick Drochak <ndrochak@ieee.org>
 
        * CustomAttributeBuilderTest.cs: Force test to pass if we are running