X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Reflection.Emit%2FChangeLog;h=d70bce463320aec5cfbf4330fbea3c1d3f09ed69;hb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;hp=ee9350b6f8260d821ab47f1d3f774696365a9788;hpb=d04686431badfe6889b1b6b3a524a92d2cb1c25b;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog index ee9350b6f82..d70bce46332 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,68 @@ +2006-09-16 Gert Driesen + + * DynamicMethodTest.cs: Enabled tests for bug #79367. + +2006-09-13 Gert Driesen + + * DynamicMethodTest.cs: Added ctor tests for name null check. Added + tests for bug #79367 (marked NotWorking). + +2006-09-02 Zoltan Varga + + * TypeBuilderTest.cs: Add a test for #79249. + +2006-08-31 Zoltan Varga + + * DynamicMethodTest.cs: Add a test for skipVisibility. + +2006-07-31 Sebastien Pouliot + + * 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 + + * 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 + + * 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 + + * TypeBuilderTest.cs (GenericType): Add a minimal testcase for + generic type builders. + +2005-12-12 Raja R Harinath + + * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique. + +2005-12-10 Zoltan Varga + + * MethodBuilderTest.cs: Add test for handling not accessible custom + attributes. + +2005-10-27 Zoltan Varga + + * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs: + Add tests for #76521. + +2005-07-29 Zoltan Varga + + * AssemblyBuilderTest.cs: Add test for #75650. + +2005-07-21 Jb Evain + + * ILGeneratorTest.cs: Add tests for exception filters (bug #75010). + 2005-06-22 Gert Driesen * MethodBuilderTest.cs: Updated existing tests to no longer define