X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Reflection.Emit%2FChangeLog;h=f916d64fafe3c92c47b88ee45ffef8982e5c8d23;hb=d77caf4c86f6a78194aed6cf09649e1c648276dd;hp=4d67bcfb9a3473a407b4908a8b1e20ca09e799c6;hpb=66b14ccfa2a342ef2e9de13773602d427490cfe9;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog index 4d67bcfb9a3..f916d64fafe 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,155 @@ +2007-08-17 Rolf Bjarne Kvinge + + * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2. + +2007-08-16 Gert Driesen + + * TypeBuilderTest.cs: Added IsDefined test with null value for + attributeType argument. + +2007-07-14 Gert Driesen + + * 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 + + * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015 + +2007-07-11 Rodrigo Kumpera + + * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075 + +2007-07-06 Gert Driesen + + * TypeBuilderTest.cs: Improved tests for SetParent. + * ModuleBuilderTest.cs: Added test for creating non-abstract + interface. + +2007-07-06 Gert Driesen + + * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test + for IsImport. + +2007-07-06 Gert Driesen + + * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for + MakeArrayType (2.0). + +2007-05-21 Gert Driesen + + * 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 + + * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled + test for bug #81640. + +2007-05-16 Gert Driesen + + * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion + class. Number tests. Added tests for bug #81638 and #81640. + +2007-05-06 Zoltan Varga + + * TypeBuilderTest.cs: Add test for null parent. + +2007-03-12 Zoltan Varga + + * DynamicMethodTest.cs: Add a test for circular references. + +2007-03-07 Gert Driesen + + * 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 + + * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435. + +2007-03-05 Gert Driesen + + * 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 + + * 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 + + * EnumBuilderTest.cs: Created test for #80396. + +2006-12-15 Raja R Harinath + + * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New + tests inspired by #80253. + +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: @@ -95,9 +247,9 @@ * TypeBuilderTest.cs: Reenable last test. 2005-03-09 Marek Safar - - * ILGeneratorTest.cs: New test file. - + + * ILGeneratorTest.cs: New test file. + 2005-03-09 Zoltan Varga * TypeBuilderTest.cs: Disable last test since the fix is reverted.