| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045 |
- 2010-07-29 Rodrigo Kumpera <[email protected]>
- * MethodBuilderTest.cs: Add test for #626441.
- 2010-07-15 Miguel de Icaza <[email protected]>
- * FieldBuilderTest.cs: Add new test that exercises encoding
- datetime constants with SetConstant.
- 2010-06-21 Rodrigo Kumpera <[email protected]>
- * GenericTypeParameterBuilderTest.cs: Fix test
- under v4.
- 2010-06-15 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Disable the TestGlobalMethods () test since it's been failing
- for a long time.
- 2010-05-27 Jb Evain <[email protected]>
- * EnumBuilderTest.cs: add test for .net_4_0's GetEnumUnderlyingType.
- 2010-05-13 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Fix test not to depend
- on interface order.
- 2010-04-20 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Enable a bunch of asserts.
- They regression test #331126.
- 2010-04-20 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Slay all 1.0 code.
- 2010-04-13 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Regression test for #422113.
- 2010-04-09 Rodrigo Kumpera <[email protected]>
- * MethodBuilderTest.cs: Regression test for #591226.
- 2010-04-08 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Regression test for #591225.
- 2010-04-08 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Regression test for #594728.
- 2010-04-01 Rodrigo Kumpera <[email protected]>
- * ModuleBuilderTest.cs (TestGlobalMethods): Improve test.
- 2010-03-30 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Add a test for #592215.
- 2010-03-26 Rodrigo Kumpera <[email protected]>
- * AssemblyBuilderTest.cs: Test GetReferencedAssemblies
- and GetLoadedModules.
- 2010-03-25 Rodrigo Kumpera <[email protected]>
- * AssemblyBuilderTest.cs: Add test for v4 GetModule(s).
- 2010-03-24 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTests.cs: Fix some tests under v4.
- 2010-03-23 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Add Test for ContainsGenericParameters.
- 2010-03-11 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: New tests for GetMethod, GetConstructor and GetField.
- 2010-02-02 Zoltan Varga <[email protected]>
- * DynamicMethodTest.cs: Add a test for #575955.
- 2010-01-30 Zoltan Varga <[email protected]>
- * CustomAttributeBuilderTest.cs: Add a test for #574353.
- 2010-01-21 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Add tests for #572660.
- 2010-01-03 Zoltan Varga <[email protected]>
- * ILGeneratorTest.cs: Add a test for #564411.
- 2009-12-16 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Add tests for #565127.
- 2009-12-16 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add a test for #565117.
- 2009-12-09 Jb Evain <[email protected]>
- * ILGeneratorTest.cs: add a test for Emit(OpCode,LocalBuilder)
- when the opcode is not related to locals.
- 2009-10-30 Sebastien Pouliot <[email protected]>
- * MethodBuilderTest.cs: Add (copy from TypeBuilderTest) test
- cases for two DefineGenericParameters
- 2009-10-29 Sebastien Pouliot <[email protected]>
- * ModuleBuilderTest.cs: Add test cases for GetType overloads
- * TypeBuilderTest.cs: Remove NotWorking from two DefineGenericParameters test case.
- 2009-10-24 Sebastien Pouliot <[email protected]>
- * TypeBuilderTest.cs: Validation test cases for GetConstructor
- 2009-09-02 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for #536243.
- 2009-08-07 Rodrigo Kumpera <[email protected]>
- * DynamicMethodTest.cs: Add regression test for bug #529238.
- 2009-08-06 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Add tests for
- generic method instances over generic type instances.
- 2009-08-04 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Really fix the test.
- 2009-08-04 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Pointer inflation
- was fixed. Use the right assert on the test.
- 2009-07-30 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for IsDefined.
- 2009-07-30 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for GetNestedType.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for GetConstructors.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for DefineMethodOverride.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for GetInterfaces.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for GetGenericArguments.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest: Test for GenericParameterAttributes.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for GetElementType.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for GetGenericTypeDefinition.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for GenericParameterPosition.
- 2009-07-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for DeclaringMethod.
- 2009-07-28 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Test for concrete type with
- abstract method.
- 2009-07-28 Rodrigo Kumpera <[email protected]>
- * GenericTypeParameterBuilderTest.cs: Test for BaseType
- and SetBaseTypeConstraint.
- 2009-07-28 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTests.cs: Add test for the distinction between
- vector and one-dimension SZARRAY.
- 2009-07-28 Rodrigo Kumpera <[email protected]>
- DerivedTypesTest.cs: ByRef and Pointer types return Array as base
- type.
- 2009-07-15 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTest.cs: New tests for interaction with
- EnumBuilder objects.
- 2009-07-15 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTest.cs: New tests for PointerType interaction
- with GenericTypeParameterBuilder.
- 2009-07-15 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTest.cs: New tests for generics related
- stuff and interaction with GenericTypeParameterBuilder.
- 2009-07-14 Rodrigo Kumpera <[email protected]>
- * 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 <[email protected]>
- * DerivedTypesTest.cs: New tests for PointerType.
- 2009-07-08 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTest.cs: New tests for ByRefType.
- 2009-07-07 Rodrigo Kumpera <[email protected]>
- * DerivedTypesTest.cs: New tests for types derived from
- TypeBuilder.
- 2009-06-20 Zoltan Varga <[email protected]>
- * *.cs: Convert all tests to new-style nunit classes/methods.
- 2009-06-02 Rodrigo Kumpera <[email protected]>
- * ILGeneratorTest.cs: Tests for #509131.
- 2009-03-10 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add a test for #483852.
- 2009-02-23 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add more tests for user types.
- 2009-02-21 Jb Evain <[email protected]>
- * ModuleBuilderTest.cs: add a test accessing the property
- Module.ModuleVersionId on a dynamic module.
- Test for #471302.
- 2009-02-20 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add minimal tests for user types + Ref.Emit.
- 2009-02-04 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Make this test quiet.
- 2009-01-21 Mark Probst <[email protected]>
- * TypeBuilderTest.cs: Add test for fields in dynamic generic
- classes.
- 2008-11-11 Rodrigo Kumpera <[email protected]>
- * ConstructorOnTypeBuilderInstTest.cs: Add test for
- MetadataToken under compilation context.
-
- 2008-09-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Fix the 1.0 build.
- 2008-09-29 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Add a test for MakeGenericType with EnumBuilder.
- Tests #430508.
- 2008-09-02 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: New test for a field with initialized data
- that is referenced from another assembly.
- 2008-08-31 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add a test for IsAssignableFrom and generic instances
- of dynamic types.
- 2008-08-14 Raja R Harinath <[email protected]>
- * TypeBuilderTest.cs (DefineCtorUsingDefineMethod): Use a
- 'DefineMethod' overload that's present in the 1.1 profile.
- 2008-08-12 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add new test for #416632.
- 2008-07-30 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Regression test for #412965.
- 2008-07-25 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: New test for the regression found by
- bug-333798-tb.2.cs.
- * MethodOnTypeBuilderInstTest.cs: Renable some CompilerContext
- tests.
- 2008-07-25 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Disable the special behavior of GetMethod
- under compiler behavior as mcs has been fixed.
- 2008-07-22 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added tests for the special cased behavior
- of GetMethod.
- 2008-07-17 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Disable new tests as the change
- that made then work was reverted.
- 2008-07-16 Rodrigo Kumpera <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Added test for stuff under compiler
- context.
- 2008-06-21 Gert Driesen <[email protected]>
- * ModuleBuilderTest.cs: Added test for DefineType with interface as
- parent.
- * TypeBuilderTest.cs: Added test for SetParent with interface as
- parent. Added test for CreateType of an interface with invalid parent.
- Added tests for checks in DefineGenericParameters. Improved test
- for MakeGenericType, and added tests for argument checks in
- MakeGenericType.
- 2008-06-18 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Fixed previous tests to follow the suite
- convention. Added tests for bugs #349194 and #400643.
- 2008-06-17 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added tests for retrieving custom attributes from
- generic instances of SRE types.
- 2008-06-11 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs (GetField): Add a test for calling GetField on an
- open generic type.
- 2008-06-10 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added test for bug #399047.
- 2008-05-18 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Enabled test for bug #389171. Added and improved
- tests for IsAssignableFrom/IsAssignableTo. Added and improved tests
- for DefineDefaultConstructor.
- 2008-05-11 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added test for type null check in DefineField.
- 2008-05-11 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
- test for UnderlyingSystemType, and improved it. Improved test for
- null parent.
- * ConstructorOnTypeBuilderInstTest.cs: Enabled test for GetParameters.
- * ConstructorBuilderTest.cs: Enabled test for GetParameters. Renamed
- test for SetCustomAttribute, and added new tests.
- * ModuleBuilderTest.cs: Added tests for bug #387404.
- 2008-05-08 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added regression tests for #354047.
- 2008-05-05 Zoltan Varga <[email protected]>
- * ConstructorOnTypeBuilderInstTest.cs: Disable one more test for GetParameters ().
- 2008-05-03 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs: Mark the GetParameters_Incomplete () test not-working,
- as the corresponding fix has been reverted.
- 2008-05-01 Gert Driesen <[email protected]>
- * ConstructorBuilderTest.cs: Use Assert class instead of deriving from
- deprecated Assertion class. Improved some existing tests, and avoid
- creating too much TypeBuilder instances.
- 2008-04-30 Gert Driesen <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Fixed exception message in comments.
- * TypeBuilderTest.cs: Do not use ExpectedException to avoid false
- positives. Added argument check tests for DefineEvent, DefineField,
- DefineMethod, DefinePInvokeMethod and DefinePropety. Use
- Type.EmptyTypes instead of constructing empty array.
- * ConstructorBuilderTest.cs: Added Test attributes. Added tests
- for DefineParameter and Invoke overloads. Added tests for
- GetCustomAttributes overloads. Avoid use of ExpectedException.
- * ModuleBuilderTest.cs: Added tests for DefineType name argument
- checks.
- * ConstructorOnTypeBuilderInstTest.cs: Added basic set of tests.
- 2008-04-26 Gert Driesen <[email protected]>
- * MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
- * TypeBuilderTest.cs: Added Test attribute.
- 2008-04-22 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add tests for GetMethod () / GetConstructor ().
- 2008-04-14 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs (GetCustomAttributes_NotCreated): New test for
- #363447.
- 2008-03-29 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Enabled DefineUnmanagedResource and
- DefineVersionInfoResource tests for ArgumentException when native
- resource is already defined. Added tests for not supported culture
- in AssemblyCultureAttribute when definining versioninfo resource.
- 2008-03-16 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs (GetField): Add test for #351172.
- 2008-03-14 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add tests for GetField ().
- 2008-03-06 Zoltan Varga <[email protected]>
- * DynamicMethodTest.cs: Add a test for anon-hosted dynamic methods.
- * ModuleBuilderTest.cs: Add a test for #367668.
- 2008-03-06 Jb Evain <[email protected]>
- * ILGeneratorTest.cs: add test for #367663, checking
- that EmitCalli deals with null return types.
- 2008-03-03 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added CreateTypeFailsWithInvalidMethodOverride.
- Test for bug #361689.
- 2008-02-20 Raja R Harinath <[email protected]>
- * MethodBuilderTest.cs (Bug354757): New test.
- 2008-01-29 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Add tests for GetTypes ().
- * AssemblyBuilderTest.cs (GetModule): Add some tests and comment out one which
- doesn't run on mono.
- 2008-01-21 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Enabled test for bug #354970.
- 2008-01-20 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Added tests for DefineUnmanagedResource and
- DefineVersionInfoResource overloads that check whether only a single
- unmanaged resource can be defined. Improved test for SetCustomAttribute.
- 2008-01-16 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Enabled tests for bug #322762.
- 2008-01-06 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
- 2007-12-31 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Improved existing AssemblyName related tests.
- Enabled AssemblyName tests that previously failed.
- 2007-12-29 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
- GetField(s), GetPropert(y/ies) and GetMethod(s) that verify our
- behavior for inherited members. Most of these are marked NotWorking
- until bug #322762 is fixed.
- 2007-12-10 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Simplify some code. Add tests for ResolveField ()
- and FieldBuilders.
- 2007-11-16 Atsushi Enomoto <[email protected]>
- * SignatureHelperTest.cs : new test.
- 2007-11-08 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Enabled TestGetFieldsComplete_Generic.
- This tests bug #82625 / #325292.
- 2007-10-26 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add a test for calling GetCustomAttributes on inflated
- generic types.
- 2007-10-15 Gert Driesen <[email protected]>
- * ILGeneratorTest.cs: Improve test for DeclareLocal null check.
- Added tests for null checks in Emit overloads.
- 2007-09-30 Gert Driesen <[email protected]>
- * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
- added link to MS bug report.
- 2007-09-23 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
- Test attributes. Avoid using ExpectedException, thereby improving lots
- of existing tests. Uncomment test that checks max length of dynamic
- module name and removed LAMESPEC, since MS implements the described
- behavior (but we don't, so mark it NotWorking). Code formatting.
- * TypeBuilderTest.cs: Removed unused variables.
- 2007-09-22 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added test for bug #327484. Split up and improved
- TestGetProperties(Flags)Incomplete and TestGetMethods(Flags)Incomplete
- tests. Improved TestGetMethodsComplete test.
- 2007-09-11 Jb Evain <[email protected]>
- * DynamicMethodTest.cs: add test for owner member access.
- 2007-09-11 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add new tests for using generic types in the IL
- code stream.
- 2007-09-09 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add a new test.
- 2007-09-02 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
- into MS and Mono tests. Added (NotWorking) test for bug #82625.
- 2007-08-17 Rolf Bjarne Kvinge <[email protected]>
- * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
- 2007-08-16 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added IsDefined test with null value for
- attributeType argument.
- 2007-07-14 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
- 2007-07-11 Rodrigo Kumpera <[email protected]>
- * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
- 2007-07-06 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Improved tests for SetParent.
- * ModuleBuilderTest.cs: Added test for creating non-abstract
- interface.
- 2007-07-06 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
- for IsImport.
- 2007-07-06 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
- MakeArrayType (2.0).
- 2007-05-21 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
- test for bug #81640.
- 2007-05-16 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
- class. Number tests. Added tests for bug #81638 and #81640.
- 2007-05-06 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add test for null parent.
- 2007-03-12 Zoltan Varga <[email protected]>
- * DynamicMethodTest.cs: Add a test for circular references.
- 2007-03-07 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
- 2007-03-05 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * EnumBuilderTest.cs: Created test for #80396.
- 2006-12-15 Raja R Harinath <[email protected]>
- * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
- tests inspired by #80253.
- 2006-09-16 Gert Driesen <[email protected]>
- * DynamicMethodTest.cs: Enabled tests for bug #79367.
- 2006-09-13 Gert Driesen <[email protected]>
- * DynamicMethodTest.cs: Added ctor tests for name null check. Added
- tests for bug #79367 (marked NotWorking).
- 2006-09-02 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add a test for #79249.
- 2006-08-31 Zoltan Varga <[email protected]>
- * DynamicMethodTest.cs: Add a test for skipVisibility.
- 2006-07-31 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
- generic type builders.
- 2005-12-12 Raja R Harinath <[email protected]>
- * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
- 2005-12-10 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add test for handling not accessible custom
- attributes.
- 2005-10-27 Zoltan Varga <[email protected]>
- * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
- Add tests for #76521.
- 2005-07-29 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: Add test for #75650.
- 2005-07-21 Jb Evain <[email protected]>
- * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
- 2005-06-22 Gert Driesen <[email protected]>
- * MethodBuilderTest.cs: Updated existing tests to no longer define
- zero-length method body. Added tests for bug #75236.
- 2005-06-14 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * AssemblyBuilderTest.cs: Removed inheritance from deprecated
- Assertion class. Use Assert class instead.
- 2005-06-12 Gert Driesen <[email protected]>
- * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
- fail on Mono.
- 2005-06-12 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
- 2005-05-12 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add tests for bug #74906.
- 2005-04-30 Ben Maurer <[email protected]>
- * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
- breaks multiple users.
- 2005-04-28 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: Add test for GetModules ().
- 2005-04-16 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add test for parameter attributes.
- 2005-03-24 Sebastien Pouliot <[email protected]>
- * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
- 2005-03-23 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Fix this up after the last change.
- 2005-03-23 Martin Baulig <[email protected]>
- * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
- whole method into the "NotWorking" category.
- 2005-03-23 Martin Baulig <[email protected]>
- * TypeBuilderTest.cs: Disable last test again since the bug report
- is reopened.
- 2005-03-21 Nick Drochak <[email protected]>
- * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
- test method and disable it on .NET.
- 2005-03-09 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Reenable last test.
- 2005-03-09 Marek Safar <[email protected]>
- * ILGeneratorTest.cs: New test file.
- 2005-03-09 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Disable last test since the fix is reverted.
- 2005-03-08 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add new test.
- 2005-02-11 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
- 2004-01-31 Nick Drochak <[email protected]>
- * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
- 2004-01-30 Nick Drochak <[email protected]>
- * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
- 2004-11-22 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: Add regression test for bug #69780.
- 2004-11-06 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
- features which are unlikely to change due to mcs depending on them.
- 2004-11-05 Zoltan Varga <[email protected]>
- * EnumBuilderTest.cs: Remove test that depends on the exact format
- of AssemblyName.FullName.
- 2004-11-04 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
- depends on exception ordering.
- 2004-10-05 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add tests for default values for parameters.
- 2004-10-02 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
- thrown when creating a type with a default ctor while parent does
- not have a default ctor.
- 2004-09-09 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Add test for lookup of global methods.
- 2004-08-29 Nick Drochak <[email protected]>
- * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
- TypeBuilder.CreateType().
- 2004-08-08 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Add regression test for #62237.
- 2004-06-14 Sebastien Pouliot <[email protected]>
- * EnumBuilderTest.cs: Fixed typos so the test is reported in
- alphabetical order by NUnit.
- 2004-06-09 Gert Driesen <[email protected]>
- * TypeBuilderTest.cs: Added tests for completed/created type
- * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
- checking error conditions for now)
- * EnumBuilderTest.cs: Added tests for EnumBuilder
- * MethodBuilderTest.cs: Added tests for invalid parameter
- indexes for created types, added test for GetHashCode
- 2004-06-09 Gert Driesen <[email protected]>
- * MethodRentalTest.cs: Added check for invalid method size,
- fixed tests on MS.NET, Mono-stylized
- 2004-04-28 Zoltan Varga <[email protected]>
- * MethodRentalTest.cs: New file.
- 2004-03-24 Sebastien Pouliot <[email protected]>
- * AssemblyBuilderTest.cs: Added new tests to build strongnamed
- assemblies.
- 2004-03-22 Zoltan Varga <[email protected]>
- * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
- so custom attributes on Object do not screw the results.
- 2004-03-15 Nick Drochak <[email protected]>
- * CustomAttributeBuilderTest.cs: Force test to pass if we are running
- on version 1.1 of the CLR. That version does not throw the exception.
- 2004-03-09 Jackson Harper <[email protected]>
- * AssemblyBuilderAccessTest.cs:
- * CustomAttributeBuilderTest.cs: New test cases
- from [email protected].
- 2004-02-16 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Fix test so it runs under MS.
- * TypeBuilderTest.cs: Add some tests.
- 2004-02-11 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Add tests for parameter info.
- 2004-01-27 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs (TestCustomAttributes): Remove
- KeyFileAttribute from the test, since it must point to a valid keyfile.
- 2004-01-09 Nick Drochak <[email protected]>
- * TypeBuilderTest.cs (TestEnums): Fix build with csc.
- 2004-01-07 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs (IsDefined): Comment out this test, since
- IsDefined works under mono.
- * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
- enums.
- 2003-12-17 Nick Drochak <[email protected]>
- * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
- limit for the path name.
- 2003-12-15 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
- AddDeclarativeSecurity.
- 2003-11-17 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs (TestAttributes): Make this test more
- general so it runs on mono too.
- 2003-07-11 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Added tests for IsTransient ().
- * ModuleBuilderTest.cs: Added tests for DefineDocument ().
- * AssemblyBuilderTest.cs: Added error handling tests.
- 2003-06-30 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs (TestReturnType): Make test more general so
- it works both on Mono and MS.NET.
- 2003-06-15 Zoltan Varga <[email protected]>
- * EventBuilderTest.cs: New file.
- * PropertyBuilderTest.cs: New file.
- 2003-05-28 Nick Drochak <[email protected]>
- * MethodBuilderTest: correct order of expected and actual values.
- 2003-05-21 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: New file.
- 2003-05-20 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: More tests.
- 2003-05-19 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: More tests.
- 2003-05-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Comment out test which fails because of a mono
- extension to DefineParameter.
- 2003-02-13 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: New file.
- 2003-02-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
- using a custom attribute.
- 2003-02-10 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
- * MethodBuilderTest.cs: updated to NUNIT2 conventions.
- * ConstructorBuilderTest.cs: New file.
- 2003-02-09 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Added lots of new tests.
- 2003-02-08 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: New file.
- * MethodBuilderTest.cs ChangeLog: New files.
|