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=d70bce463320aec5cfbf4330fbea3c1d3f09ed69;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog index d70bce46332..f916d64fafe 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,103 @@ +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. @@ -147,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.