2009-02-23 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / class / corlib / Test / System.Reflection.Emit / ChangeLog
blob2777b8340f7d4bfbb51f9c495f4e60dc791ef6aa
1 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
3         * TypeBuilderTest.cs: Add more tests for user types.
5 2009-02-21  Jb Evain  <jbevain@novell.com>
7         * ModuleBuilderTest.cs: add a test accessing the property
8         Module.ModuleVersionId on a dynamic module.
9         Test for #471302.
11 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
13         * TypeBuilderTest.cs: Add minimal tests for user types + Ref.Emit.
15 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
17         * TypeBuilderTest.cs: Make this test quiet.
19 2009-01-21  Mark Probst  <mark.probst@gmail.com>
21         * TypeBuilderTest.cs: Add test for fields in dynamic generic
22         classes.
24 2008-11-11 Rodrigo Kumpera  <rkumpera@novell.com>
26         * ConstructorOnTypeBuilderInstTest.cs: Add test for
27         MetadataToken under compilation context.
28         
29 2008-09-29 Rodrigo Kumpera  <rkumpera@novell.com>
31         * TypeBuilderTest.cs: Fix the 1.0 build.
33 2008-09-29 Rodrigo Kumpera  <rkumpera@novell.com>
35         * TypeBuilderTest.cs: Add a test for MakeGenericType with EnumBuilder.
36         Tests #430508.
38 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
40         * TypeBuilderTest.cs: New test for a field with initialized data
41         that is referenced from another assembly.
43 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
45         * TypeBuilderTest.cs: Add a test for IsAssignableFrom and generic instances
46         of dynamic types.
48 2008-08-14  Raja R Harinath  <harinath@hurrynot.org>
50         * TypeBuilderTest.cs (DefineCtorUsingDefineMethod): Use a
51         'DefineMethod' overload that's present in the 1.1 profile.
53 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
55         * TypeBuilderTest.cs: Add new test for #416632.
57 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
59         * MethodOnTypeBuilderInstTest.cs: Regression test for #412965.
61 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
63         * TypeBuilderTest.cs: New test for the regression found by
64         bug-333798-tb.2.cs.
66         * MethodOnTypeBuilderInstTest.cs: Renable some CompilerContext
67         tests.
69 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
71         * TypeBuilderTest.cs: Disable the special behavior of GetMethod
72         under compiler behavior as mcs has been fixed.
74 2008-07-22 Rodrigo Kumpera  <rkumpera@novell.com>
76         * TypeBuilderTest.cs: Added tests for the special cased behavior
77         of GetMethod.
79 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
81         * MethodOnTypeBuilderInstTest.cs: Disable new tests as the change
82         that made then work was reverted.
84 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
86         * MethodOnTypeBuilderInstTest.cs: Added test for stuff under compiler
87         context.
89 2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
91         * ModuleBuilderTest.cs: Added test for DefineType with interface as
92         parent.
93         * TypeBuilderTest.cs: Added test for SetParent with interface as
94         parent. Added test for CreateType of an interface with invalid parent.
95         Added tests for checks in DefineGenericParameters. Improved test
96         for MakeGenericType, and added tests for argument checks in
97         MakeGenericType.
99 2008-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
101         * TypeBuilderTest.cs: Fixed previous tests to follow the suite 
102         convention. Added tests for bugs #349194 and #400643.
104 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
106         * TypeBuilderTest.cs: Added tests for retrieving custom attributes from
107         generic instances of SRE types.
109 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
111         * TypeBuilderTest.cs (GetField): Add a test for calling GetField on an
112         open generic type.
114 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
116         * TypeBuilderTest.cs: Added test for bug #399047.
118 2008-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
120         * TypeBuilderTest.cs: Enabled test for bug #389171. Added and improved
121         tests for IsAssignableFrom/IsAssignableTo. Added and improved tests
122         for DefineDefaultConstructor.
124 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
126         * TypeBuilderTest.cs: Added test for type null check in DefineField. 
128 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
130         * TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
131         test for UnderlyingSystemType, and improved it. Improved test for
132         null parent.
133         * ConstructorOnTypeBuilderInstTest.cs: Enabled test for GetParameters.
134         * ConstructorBuilderTest.cs: Enabled test for GetParameters. Renamed
135         test for SetCustomAttribute, and added new tests.       
136         * ModuleBuilderTest.cs: Added tests for bug #387404.
138 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
140         * TypeBuilderTest.cs: Added regression tests for #354047.
142 2008-05-05  Zoltan Varga  <vargaz@gmail.com>
144         * ConstructorOnTypeBuilderInstTest.cs: Disable one more test for GetParameters ().
146 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
148         * ConstructorBuilderTest.cs: Mark the GetParameters_Incomplete () test not-working,
149         as the corresponding fix has been reverted.
151 2008-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
153         * ConstructorBuilderTest.cs: Use Assert class instead of deriving from
154         deprecated Assertion class. Improved some existing tests, and avoid
155         creating too much TypeBuilder instances.
157 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
159         * MethodOnTypeBuilderInstTest.cs: Fixed exception message in comments.
160         * TypeBuilderTest.cs: Do not use ExpectedException to avoid false
161         positives. Added argument check tests for DefineEvent, DefineField,
162         DefineMethod, DefinePInvokeMethod and DefinePropety. Use
163         Type.EmptyTypes instead of constructing empty array.
164         * ConstructorBuilderTest.cs: Added Test attributes. Added tests
165         for DefineParameter and Invoke overloads. Added tests for
166         GetCustomAttributes overloads. Avoid use of ExpectedException.
167         * ModuleBuilderTest.cs: Added tests for DefineType name argument
168         checks.
169         * ConstructorOnTypeBuilderInstTest.cs: Added basic set of tests.
171 2008-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
173         * MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
174         * TypeBuilderTest.cs: Added Test attribute. 
176 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
178         * TypeBuilderTest.cs: Add tests for GetMethod () / GetConstructor ().
180 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
182         * AssemblyBuilderTest.cs (GetCustomAttributes_NotCreated): New test for
183         #363447.
185 2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
187         * AssemblyBuilderTest.cs: Enabled DefineUnmanagedResource and
188         DefineVersionInfoResource tests for ArgumentException when native
189         resource is already defined. Added tests for not supported culture
190         in AssemblyCultureAttribute when definining versioninfo resource.
192 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
194         * TypeBuilderTest.cs (GetField): Add test for #351172.
196 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
198         * TypeBuilderTest.cs: Add tests for GetField ().
200 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
202         * DynamicMethodTest.cs: Add a test for anon-hosted dynamic methods.
204         * ModuleBuilderTest.cs: Add a test for #367668.
206 2008-03-06  Jb Evain  <jbevain@novell.com>
208         * ILGeneratorTest.cs: add test for #367663, checking
209         that EmitCalli deals with null return types.
211 2008-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
213         * TypeBuilderTest.cs: Added CreateTypeFailsWithInvalidMethodOverride.
214         Test for bug #361689.
216 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
218         * MethodBuilderTest.cs (Bug354757): New test.
220 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
222         * ModuleBuilderTest.cs: Add tests for GetTypes ().
224         * AssemblyBuilderTest.cs (GetModule): Add some tests and comment out one which
225         doesn't run on mono.
227 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
229         * AssemblyBuilderTest.cs: Enabled test for bug #354970.
231 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
233         * AssemblyBuilderTest.cs: Added tests for DefineUnmanagedResource and
234         DefineVersionInfoResource overloads that check whether only a single
235         unmanaged resource can be defined. Improved test for SetCustomAttribute.
237 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
239         * TypeBuilderTest.cs: Enabled tests for bug #322762.
241 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
243         * AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
245 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
247         * AssemblyBuilderTest.cs: Improved existing AssemblyName related tests.
248         Enabled AssemblyName tests that previously failed.
250 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
252         * TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
253         GetField(s), GetPropert(y/ies) and GetMethod(s) that verify our
254         behavior for inherited members. Most of these are marked NotWorking
255         until bug #322762 is fixed.
257 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
259         * ModuleBuilderTest.cs: Simplify some code. Add tests for ResolveField ()
260         and FieldBuilders.
262 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
264         * SignatureHelperTest.cs : new test.
266 2007-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
268         * TypeBuilderTest.cs: Enabled TestGetFieldsComplete_Generic.
269         This tests bug #82625 / #325292.
271 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
273         * TypeBuilderTest.cs: Add a test for calling GetCustomAttributes on inflated
274         generic types.
276 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
278         * ILGeneratorTest.cs: Improve test for DeclareLocal null check.
279         Added tests for null checks in Emit overloads.
281 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
283         * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
284         added link to MS bug report.
286 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
288         * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
289         Test attributes. Avoid using ExpectedException, thereby improving lots
290         of existing tests. Uncomment test that checks max length of dynamic
291         module name and removed LAMESPEC, since MS implements the described
292         behavior (but we don't, so mark it NotWorking). Code formatting.
293         * TypeBuilderTest.cs: Removed unused variables.
295 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
297         * TypeBuilderTest.cs: Added test for bug #327484. Split up and improved
298         TestGetProperties(Flags)Incomplete and TestGetMethods(Flags)Incomplete
299         tests. Improved TestGetMethodsComplete test.
301 2007-09-11  Jb Evain  <jbevain@novell.com>
303         * DynamicMethodTest.cs: add test for owner member access.
305 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
307         * MethodBuilderTest.cs: Add new tests for using generic types in the IL
308         code stream.
310 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
312         * MethodBuilderTest.cs: Add a new test.
314 2007-09-02  Gert Driesen  <drieseng@users.sourceforge.net>
316         * TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
317         into MS and Mono tests. Added (NotWorking) test for bug #82625.
319 2007-08-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
321         * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
323 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
325         * TypeBuilderTest.cs: Added IsDefined test with null value for
326         attributeType argument.
328 2007-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
330         * TypeBuilderTest.cs: Modified enum tests to use already constructed
331         AssemblyBuilder and ModuleBuilder. Fixed some compiler warnings.
332         Removed duplicate test for bug #82018. Added some IsCreated tests after
333         TypeLoadException, but comment them out for now (see bug #82101).
335 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
337         * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
339 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
341         * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
343 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
345         * TypeBuilderTest.cs: Improved tests for SetParent.
346         * ModuleBuilderTest.cs: Added test for creating non-abstract
347         interface.
349 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
351         * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
352         for IsImport.
354 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
356         * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
357         MakeArrayType (2.0).
359 2007-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
361         * MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
362         the one for a baked type as NotWorking. Added test for 
363         SetCustomAttribute with SuppressUnmanagedCodeSecurity attribute.
364         * TypeBuilderTest.cs: Split up HasElementType test and marked the
365         baked variant as NotWorking on the 1.0 profile. Enabled additional
366         test for bug #81640. Added test for SetCustomAttribute with
367         SuppressUnmanagedCodeSecurity attribute.
369 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
371         * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
372         test for bug #81640.
374 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
376         * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
377         class. Number tests. Added tests for bug #81638 and #81640.
379 2007-05-06  Zoltan Varga  <vargaz@gmail.com>
381         * TypeBuilderTest.cs: Add test for null parent.
383 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
385         * DynamicMethodTest.cs: Add a test for circular references.
387 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
389         * EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
390         Coding style fixes.
391         * ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
392         Use Assert instead of deprecated Assertion class. Number tests.
394 2007-03-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
396         * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
398 2007-03-05  Gert Driesen  <drieseng@users.sourceforge.net>
400         * EnumBuilderTest.cs: Added tests for bug #81007. Use Assert instead
401         of deriving from Assertion. Marked HasElementType test NotWorking on
402         2.0 profile.
404 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
406         * MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
407         for zero-length and null dll name for DllImport.  Enabled extra tests
408         in TestDynamicParams.
410 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
412         * EnumBuilderTest.cs: Created test for #80396.
414 2006-12-15  Raja R Harinath  <rharinath@novell.com>
416         * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
417         tests inspired by #80253.
419 2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
421         * DynamicMethodTest.cs: Enabled tests for bug #79367.
423 2006-09-13  Gert Driesen  <drieseng@users.sourceforge.net>
425         * DynamicMethodTest.cs: Added ctor tests for name null check. Added
426         tests for bug #79367 (marked NotWorking).
428 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
430         * TypeBuilderTest.cs: Add a test for #79249.
432 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
434         * DynamicMethodTest.cs: Add a test for skipVisibility.
436 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
438         * AssemblyBuilderTest.cs: The GetType_IgnoreCase test case doesn't 
439         work under MS.
440         * ConstructorBuilderTest.cs: The TestMethodHandle test case doesn't
441         work under MS.
443 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
445         * AssemblyBuilderTest.cs: Added test for bug #78724.
446         * DynamicMethodTest.cs: Added test for bug #78253, and added test for
447         empty method body.
449 2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
451         * ConstructorBuilderTest.cs: Expect ArgumentOutOfRangeException
452         instead of ArgumentException when passing Request action to
453         AddDeclarativeSecurity (bug #77640).
454         * MethodBuilderTest.cs: Same.
455         * TypeBuilderTest.cs: Same.
457 2005-12-15  Raja R Harinath  <rharinath@novell.com>
459         * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
460         generic type builders.
462 2005-12-12  Raja R Harinath  <rharinath@novell.com>
464         * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
466 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
468         * MethodBuilderTest.cs: Add test for handling not accessible custom
469         attributes.
471 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
473         * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
474         Add tests for #76521.
476 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
478         * AssemblyBuilderTest.cs: Add test for #75650.
480 2005-07-21  Jb Evain  <jbevain@gmail.com>
482         * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
484 2005-06-22  Gert Driesen  <drieseng@users.sourceforge.net>
486         * MethodBuilderTest.cs: Updated existing tests to no longer define
487         zero-length method body. Added tests for bug #75236.
489 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
491         * AssemblyBuilderTest.cs: Split AssemblyName_PublicKey to move culture
492         tests to a new method (as their problem is different from #75246).
494 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
496         * AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has 
497         currently no effect on PublicKey(Token) and FullName of AssemblyName
498         of the AssemblyBuilder. Test for bug #75246.
500 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
502         * AssemblyBuilderTest.cs: Removed inheritance from deprecated
503         Assertion class. Use Assert class instead.
505 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
507         * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
508         fail on Mono.
510 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
512         * FieldBuilderTest.cs: Enabled tests for FieldHandle again after 
513         fixing regression.
514         * ConstructorBuilderTest.cs: MethodHandle should not throw
515         NotSupportedException.
516         * MethodBuilderTest.cs: Enabled test for MethodHandle again after
517         fixing regression, and added additional test.
519 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
521         * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
523 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
525         * TypeBuilderTest.cs: Add tests for bug #74906.
527 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
529         * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
530         breaks multiple users.
532 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
534         * AssemblyBuilderTest.cs: Add test for GetModules ().
536 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
538         * MethodBuilderTest.cs: Add test for parameter attributes.
540 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
542         * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
544 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
546         * TypeBuilderTest.cs: Fix this up after the last change.
548 2005-03-23  Martin Baulig  <martin@ximian.com>
550         * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
551         whole method into the "NotWorking" category.
553 2005-03-23  Martin Baulig  <martin@ximian.com>
555         * TypeBuilderTest.cs: Disable last test again since the bug report
556         is reopened.
558 2005-03-21  Nick Drochak <ndrochak@ieee.org>
560         * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
561         test method and disable it on .NET.
563 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
565         * TypeBuilderTest.cs: Reenable last test.
567 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
569         * ILGeneratorTest.cs: New test file.
571 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
573         * TypeBuilderTest.cs: Disable last test since the fix is reverted.
575 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
577         * TypeBuilderTest.cs: Add new test.
579 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
581         * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
583 2004-01-31  Nick Drochak <ndrochak@ieee.org>
585         * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
587 2004-01-30  Nick Drochak <ndrochak@ieee.org>
589         * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
591 2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
593         * AssemblyBuilderTest.cs: Add regression test for bug #69780.
595 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
597         * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
598         features which are unlikely to change due to mcs depending on them.
600 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
602         * EnumBuilderTest.cs: Remove test that depends on the exact format
603         of AssemblyName.FullName.
605 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
607         * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
608         depends on exception ordering.
610 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
612         * MethodBuilderTest.cs: Add tests for default values for parameters.
614 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
616         * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
617         thrown when creating a type with a default ctor while parent does
618         not have a default ctor.
620 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
622         * ModuleBuilderTest.cs: Add test for lookup of global methods.
624 2004-08-29  Nick Drochak <ndrochak@ieee.org>
626         * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
627         TypeBuilder.CreateType().
629 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
631         * TypeBuilderTest.cs: Add regression test for #62237.
633 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
635         * EnumBuilderTest.cs: Fixed typos so the test is reported in 
636         alphabetical order by NUnit.
638 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
640         * TypeBuilderTest.cs: Added tests for completed/created type
642         * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
643         checking error conditions for now)
645         * EnumBuilderTest.cs: Added tests for EnumBuilder
647         * MethodBuilderTest.cs: Added tests for invalid parameter 
648         indexes for created types, added test for GetHashCode
650 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
652         * MethodRentalTest.cs: Added check for invalid method size,
653         fixed tests on MS.NET, Mono-stylized
655 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
657         * MethodRentalTest.cs: New file.
659 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
661         * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
662         assemblies.
664 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
666         * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
667         so custom attributes on Object do not screw the results.
669 2004-03-15  Nick Drochak <ndrochak@ieee.org>
671         * CustomAttributeBuilderTest.cs: Force test to pass if we are running
672         on version 1.1 of the CLR.  That version does not throw the exception.
674 2004-03-09  Jackson Harper  <jackson@ximian.com>
676         * AssemblyBuilderAccessTest.cs:
677         * CustomAttributeBuilderTest.cs: New test cases
678         from nvineeth_mono@yahoo.com.
680 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
682         * MethodBuilderTest.cs: Fix test so it runs under MS.
684         * TypeBuilderTest.cs: Add some tests.
686 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
688         * MethodBuilderTest.cs: Add tests for parameter info.
690 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
692         * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
693         KeyFileAttribute from the test, since it must point to a valid keyfile.
695 2004-01-09  Nick Drochak <ndrochak@ieee.org>
697         * TypeBuilderTest.cs (TestEnums): Fix build with csc.
699 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
701         * TypeBuilderTest.cs (IsDefined): Comment out this test, since 
702         IsDefined works under mono.
704         * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
705         enums.
707 2003-12-17  Nick Drochak <ndrochak@gol.com>
709         * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
710         limit for the path name.
712 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
714         * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
715         AddDeclarativeSecurity.
717 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
719         * ConstructorBuilderTest.cs (TestAttributes): Make this test more
720         general so it runs on mono too.
722 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
724         * ModuleBuilderTest.cs: Added tests for IsTransient ().
726         * ModuleBuilderTest.cs: Added tests for DefineDocument ().
728         * AssemblyBuilderTest.cs: Added error handling tests.
730 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
732         * MethodBuilderTest.cs (TestReturnType): Make test more general so
733         it works both on Mono and MS.NET.
735 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
737         * EventBuilderTest.cs: New file.
739         * PropertyBuilderTest.cs: New file.
741 2003-05-28  Nick Drochak <ndrochak@gol.com>
743         * MethodBuilderTest: correct order of expected and actual values.
745 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
747         * ModuleBuilderTest.cs: New file.
749 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
751         * TypeBuilderTest.cs: More tests.
753 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
755         * AssemblyBuilderTest.cs: More tests.
757 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
759         * MethodBuilderTest.cs: Comment out test which fails because of a mono
760         extension to DefineParameter.
762 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
764         * AssemblyBuilderTest.cs: New file.
766 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
768         * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
769         using a custom attribute.
771 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
773         * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
775         * MethodBuilderTest.cs: updated to NUNIT2 conventions.
777         * ConstructorBuilderTest.cs: New file.
779 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
781         * TypeBuilderTest.cs: Added lots of new tests.
783 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
785         * TypeBuilderTest.cs: New file.
787         * MethodBuilderTest.cs ChangeLog: New files.