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=f90bc2418eb345835f10c2f451a51f08a108bfd0;hpb=8c067586a74af139d953b0af1cb62cc39d67e648;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog index f90bc2418eb..d70bce46332 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,128 @@ +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 + zero-length method body. Added tests for bug #75236. + +2005-06-14 Sebastien Pouliot + + * 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 + + * 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 + + * AssemblyBuilderTest.cs: Removed inheritance from deprecated + Assertion class. Use Assert class instead. + +2005-06-12 Gert Driesen + + * AssemblyBuilderTest.cs: Added AssemblyName tests that currently + fail on Mono. + +2005-06-12 Gert Driesen + + * 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 + + * MethodBuilderTest.cs: Add tests for setting DllImportAttribute. + +2005-05-12 Zoltan Varga + + * TypeBuilderTest.cs: Add tests for bug #74906. + +2005-04-30 Ben Maurer + + * TypeBuilderTest.cs: Don't write to a specific path in /tmp -- + breaks multiple users. + +2005-04-28 Zoltan Varga + + * AssemblyBuilderTest.cs: Add test for GetModules (). + +2005-04-16 Zoltan Varga + + * MethodBuilderTest.cs: Add test for parameter attributes. + +2005-03-24 Sebastien Pouliot + + * MethodRentalCas.cs: New. CAS unit tests for MethodRental. + 2005-03-23 Zoltan Varga * TypeBuilderTest.cs: Fix this up after the last change.