X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Reflection.Emit%2FChangeLog;h=bfb8fd0767daf1b16ae68ac8ef6574d443774e7f;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=17fa89af9e855774be8c8a9d827480315b690431;hpb=95dc3521c07b15316c0087fb5f088e65162077e4;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog index 17fa89af9e8..bfb8fd0767d 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,208 @@ +2010-04-20 Rodrigo Kumpera + + * TypeBuilderTest.cs: Enable a bunch of asserts. + They regression test #331126. + +2010-04-20 Rodrigo Kumpera + + * TypeBuilderTest.cs: Slay all 1.0 code. + +2010-04-13 Rodrigo Kumpera + + * TypeBuilderTest.cs: Regression test for #422113. + +2010-04-09 Rodrigo Kumpera + + * MethodBuilderTest.cs: Regression test for #591226. + +2010-04-08 Rodrigo Kumpera + + * TypeBuilderTest.cs: Regression test for #591225. + +2010-04-08 Rodrigo Kumpera + + * TypeBuilderTest.cs: Regression test for #594728. + +2010-04-01 Rodrigo Kumpera + + * ModuleBuilderTest.cs (TestGlobalMethods): Improve test. + +2010-03-30 Zoltan Varga + + * ModuleBuilderTest.cs: Add a test for #592215. + +2010-03-26 Rodrigo Kumpera + + * AssemblyBuilderTest.cs: Test GetReferencedAssemblies + and GetLoadedModules. + +2010-03-25 Rodrigo Kumpera + + * AssemblyBuilderTest.cs: Add test for v4 GetModule(s). + +2010-03-24 Rodrigo Kumpera + + * DerivedTypesTests.cs: Fix some tests under v4. + +2010-03-23 Rodrigo Kumpera + + * MethodOnTypeBuilderInstTest.cs: Add Test for ContainsGenericParameters. + +2010-03-11 Rodrigo Kumpera + + * TypeBuilderTest.cs: New tests for GetMethod, GetConstructor and GetField. + +2010-02-02 Zoltan Varga + + * DynamicMethodTest.cs: Add a test for #575955. + +2010-01-30 Zoltan Varga + + * CustomAttributeBuilderTest.cs: Add a test for #574353. + +2010-01-21 Rodrigo Kumpera + + * TypeBuilderTest.cs: Add tests for #572660. + +2010-01-03 Zoltan Varga + + * ILGeneratorTest.cs: Add a test for #564411. + +2009-12-16 Rodrigo Kumpera + + * TypeBuilderTest.cs: Add tests for #565127. + +2009-12-16 Zoltan Varga + + * MethodBuilderTest.cs: Add a test for #565117. + +2009-12-09 Jb Evain + + * ILGeneratorTest.cs: add a test for Emit(OpCode,LocalBuilder) + when the opcode is not related to locals. + +2009-10-30 Sebastien Pouliot + + * MethodBuilderTest.cs: Add (copy from TypeBuilderTest) test + cases for two DefineGenericParameters + +2009-10-29 Sebastien Pouliot + + * ModuleBuilderTest.cs: Add test cases for GetType overloads + * TypeBuilderTest.cs: Remove NotWorking from two DefineGenericParameters test case. + +2009-10-24 Sebastien Pouliot + + * TypeBuilderTest.cs: Validation test cases for GetConstructor + +2009-09-02 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for #536243. + +2009-08-07 Rodrigo Kumpera + + * DynamicMethodTest.cs: Add regression test for bug #529238. + +2009-08-06 Rodrigo Kumpera + + * MethodOnTypeBuilderInstTest.cs: Add tests for + generic method instances over generic type instances. + +2009-08-04 Rodrigo Kumpera + + * MethodOnTypeBuilderInstTest.cs: Really fix the test. + +2009-08-04 Rodrigo Kumpera + + * MethodOnTypeBuilderInstTest.cs: Pointer inflation + was fixed. Use the right assert on the test. + +2009-07-30 Rodrigo Kumpera + + * TypeBuilderTest: Test for IsDefined. + +2009-07-30 Rodrigo Kumpera + + * TypeBuilderTest: Test for GetNestedType. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest: Test for GetConstructors. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest: Test for DefineMethodOverride. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest: Test for GetInterfaces. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest: Test for GetGenericArguments. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest: Test for GenericParameterAttributes. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for GetElementType. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for GetGenericTypeDefinition. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for GenericParameterPosition. + +2009-07-29 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for DeclaringMethod. + +2009-07-28 Rodrigo Kumpera + + * TypeBuilderTest.cs: Test for concrete type with + abstract method. + +2009-07-28 Rodrigo Kumpera + + * GenericTypeParameterBuilderTest.cs: Test for BaseType + and SetBaseTypeConstraint. + +2009-07-28 Rodrigo Kumpera + + * DerivedTypesTests.cs: Add test for the distinction between + vector and one-dimension SZARRAY. + +2009-07-28 Rodrigo Kumpera + + DerivedTypesTest.cs: ByRef and Pointer types return Array as base + type. + +2009-07-15 Rodrigo Kumpera + + * DerivedTypesTest.cs: New tests for interaction with + EnumBuilder objects. + +2009-07-15 Rodrigo Kumpera + + * DerivedTypesTest.cs: New tests for PointerType interaction + with GenericTypeParameterBuilder. + +2009-07-15 Rodrigo Kumpera + * DerivedTypesTest.cs: New tests for generics related + stuff and interaction with GenericTypeParameterBuilder. + +2009-07-14 Rodrigo Kumpera + + * DerivedTypesTest.cs: Added tests for generics related + stuff and interaction with GenericTypeParameterBuilder. + + * GenericTypeParameterBuilderTest.cs: New file with tests + for the changes done. + 2009-07-08 Rodrigo Kumpera * DerivedTypesTest.cs: New tests for PointerType.