2008-07-25 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
1 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * TypeBuilderTest.cs: New test for the regression found by
4         bug-333798-tb.2.cs.
5
6         * MethodOnTypeBuilderInstTest.cs: Renable some CompilerContext
7         tests.
8
9 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
10
11         * TypeBuilderTest.cs: Disable the special behavior of GetMethod
12         under compiler behavior as mcs has been fixed.
13
14 2008-07-22 Rodrigo Kumpera  <rkumpera@novell.com>
15
16         * TypeBuilderTest.cs: Added tests for the special cased behavior
17         of GetMethod.
18
19 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
20
21         * MethodOnTypeBuilderInstTest.cs: Disable new tests as the change
22         that made then work was reverted.
23
24 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
25
26         * MethodOnTypeBuilderInstTest.cs: Added test for stuff under compiler
27         context.
28
29 2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
30
31         * ModuleBuilderTest.cs: Added test for DefineType with interface as
32         parent.
33         * TypeBuilderTest.cs: Added test for SetParent with interface as
34         parent. Added test for CreateType of an interface with invalid parent.
35         Added tests for checks in DefineGenericParameters. Improved test
36         for MakeGenericType, and added tests for argument checks in
37         MakeGenericType.
38
39 2008-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
40
41         * TypeBuilderTest.cs: Fixed previous tests to follow the suite 
42         convention. Added tests for bugs #349194 and #400643.
43
44 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
45
46         * TypeBuilderTest.cs: Added tests for retrieving custom attributes from
47         generic instances of SRE types.
48
49 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
50
51         * TypeBuilderTest.cs (GetField): Add a test for calling GetField on an
52         open generic type.
53
54 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
55
56         * TypeBuilderTest.cs: Added test for bug #399047.
57
58 2008-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
59
60         * TypeBuilderTest.cs: Enabled test for bug #389171. Added and improved
61         tests for IsAssignableFrom/IsAssignableTo. Added and improved tests
62         for DefineDefaultConstructor.
63
64 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
65
66         * TypeBuilderTest.cs: Added test for type null check in DefineField. 
67
68 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
69
70         * TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
71         test for UnderlyingSystemType, and improved it. Improved test for
72         null parent.
73         * ConstructorOnTypeBuilderInstTest.cs: Enabled test for GetParameters.
74         * ConstructorBuilderTest.cs: Enabled test for GetParameters. Renamed
75         test for SetCustomAttribute, and added new tests.       
76         * ModuleBuilderTest.cs: Added tests for bug #387404.
77
78 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
79
80         * TypeBuilderTest.cs: Added regression tests for #354047.
81
82 2008-05-05  Zoltan Varga  <vargaz@gmail.com>
83
84         * ConstructorOnTypeBuilderInstTest.cs: Disable one more test for GetParameters ().
85
86 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
87
88         * ConstructorBuilderTest.cs: Mark the GetParameters_Incomplete () test not-working,
89         as the corresponding fix has been reverted.
90
91 2008-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
92
93         * ConstructorBuilderTest.cs: Use Assert class instead of deriving from
94         deprecated Assertion class. Improved some existing tests, and avoid
95         creating too much TypeBuilder instances.
96
97 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
98
99         * MethodOnTypeBuilderInstTest.cs: Fixed exception message in comments.
100         * TypeBuilderTest.cs: Do not use ExpectedException to avoid false
101         positives. Added argument check tests for DefineEvent, DefineField,
102         DefineMethod, DefinePInvokeMethod and DefinePropety. Use
103         Type.EmptyTypes instead of constructing empty array.
104         * ConstructorBuilderTest.cs: Added Test attributes. Added tests
105         for DefineParameter and Invoke overloads. Added tests for
106         GetCustomAttributes overloads. Avoid use of ExpectedException.
107         * ModuleBuilderTest.cs: Added tests for DefineType name argument
108         checks.
109         * ConstructorOnTypeBuilderInstTest.cs: Added basic set of tests.
110
111 2008-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
112
113         * MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
114         * TypeBuilderTest.cs: Added Test attribute. 
115
116 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
117
118         * TypeBuilderTest.cs: Add tests for GetMethod () / GetConstructor ().
119
120 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
121
122         * AssemblyBuilderTest.cs (GetCustomAttributes_NotCreated): New test for
123         #363447.
124
125 2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
126
127         * AssemblyBuilderTest.cs: Enabled DefineUnmanagedResource and
128         DefineVersionInfoResource tests for ArgumentException when native
129         resource is already defined. Added tests for not supported culture
130         in AssemblyCultureAttribute when definining versioninfo resource.
131
132 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
133
134         * TypeBuilderTest.cs (GetField): Add test for #351172.
135
136 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
137
138         * TypeBuilderTest.cs: Add tests for GetField ().
139
140 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
141
142         * DynamicMethodTest.cs: Add a test for anon-hosted dynamic methods.
143
144         * ModuleBuilderTest.cs: Add a test for #367668.
145
146 2008-03-06  Jb Evain  <jbevain@novell.com>
147
148         * ILGeneratorTest.cs: add test for #367663, checking
149         that EmitCalli deals with null return types.
150
151 2008-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
152
153         * TypeBuilderTest.cs: Added CreateTypeFailsWithInvalidMethodOverride.
154         Test for bug #361689.
155
156 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
157
158         * MethodBuilderTest.cs (Bug354757): New test.
159
160 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
161
162         * ModuleBuilderTest.cs: Add tests for GetTypes ().
163
164         * AssemblyBuilderTest.cs (GetModule): Add some tests and comment out one which
165         doesn't run on mono.
166
167 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
168
169         * AssemblyBuilderTest.cs: Enabled test for bug #354970.
170
171 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
172
173         * AssemblyBuilderTest.cs: Added tests for DefineUnmanagedResource and
174         DefineVersionInfoResource overloads that check whether only a single
175         unmanaged resource can be defined. Improved test for SetCustomAttribute.
176
177 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
178
179         * TypeBuilderTest.cs: Enabled tests for bug #322762.
180
181 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
182
183         * AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
184
185 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
186
187         * AssemblyBuilderTest.cs: Improved existing AssemblyName related tests.
188         Enabled AssemblyName tests that previously failed.
189
190 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
191
192         * TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
193         GetField(s), GetPropert(y/ies) and GetMethod(s) that verify our
194         behavior for inherited members. Most of these are marked NotWorking
195         until bug #322762 is fixed.
196
197 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
198
199         * ModuleBuilderTest.cs: Simplify some code. Add tests for ResolveField ()
200         and FieldBuilders.
201
202 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
203
204         * SignatureHelperTest.cs : new test.
205
206 2007-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
207
208         * TypeBuilderTest.cs: Enabled TestGetFieldsComplete_Generic.
209         This tests bug #82625 / #325292.
210
211 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
212
213         * TypeBuilderTest.cs: Add a test for calling GetCustomAttributes on inflated
214         generic types.
215
216 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
217
218         * ILGeneratorTest.cs: Improve test for DeclareLocal null check.
219         Added tests for null checks in Emit overloads.
220
221 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
222
223         * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
224         added link to MS bug report.
225
226 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
227
228         * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
229         Test attributes. Avoid using ExpectedException, thereby improving lots
230         of existing tests. Uncomment test that checks max length of dynamic
231         module name and removed LAMESPEC, since MS implements the described
232         behavior (but we don't, so mark it NotWorking). Code formatting.
233         * TypeBuilderTest.cs: Removed unused variables.
234
235 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
236
237         * TypeBuilderTest.cs: Added test for bug #327484. Split up and improved
238         TestGetProperties(Flags)Incomplete and TestGetMethods(Flags)Incomplete
239         tests. Improved TestGetMethodsComplete test.
240
241 2007-09-11  Jb Evain  <jbevain@novell.com>
242
243         * DynamicMethodTest.cs: add test for owner member access.
244
245 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
246
247         * MethodBuilderTest.cs: Add new tests for using generic types in the IL
248         code stream.
249
250 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
251
252         * MethodBuilderTest.cs: Add a new test.
253
254 2007-09-02  Gert Driesen  <drieseng@users.sourceforge.net>
255
256         * TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
257         into MS and Mono tests. Added (NotWorking) test for bug #82625.
258
259 2007-08-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
260
261         * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
262
263 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
264
265         * TypeBuilderTest.cs: Added IsDefined test with null value for
266         attributeType argument.
267
268 2007-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
269
270         * TypeBuilderTest.cs: Modified enum tests to use already constructed
271         AssemblyBuilder and ModuleBuilder. Fixed some compiler warnings.
272         Removed duplicate test for bug #82018. Added some IsCreated tests after
273         TypeLoadException, but comment them out for now (see bug #82101).
274
275 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
276
277         * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
278
279 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
280
281         * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
282
283 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
284
285         * TypeBuilderTest.cs: Improved tests for SetParent.
286         * ModuleBuilderTest.cs: Added test for creating non-abstract
287         interface.
288
289 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
290
291         * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
292         for IsImport.
293
294 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
295
296         * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
297         MakeArrayType (2.0).
298
299 2007-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
300
301         * MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
302         the one for a baked type as NotWorking. Added test for 
303         SetCustomAttribute with SuppressUnmanagedCodeSecurity attribute.
304         * TypeBuilderTest.cs: Split up HasElementType test and marked the
305         baked variant as NotWorking on the 1.0 profile. Enabled additional
306         test for bug #81640. Added test for SetCustomAttribute with
307         SuppressUnmanagedCodeSecurity attribute.
308
309 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
310
311         * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
312         test for bug #81640.
313
314 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
315
316         * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
317         class. Number tests. Added tests for bug #81638 and #81640.
318
319 2007-05-06  Zoltan Varga  <vargaz@gmail.com>
320
321         * TypeBuilderTest.cs: Add test for null parent.
322
323 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
324
325         * DynamicMethodTest.cs: Add a test for circular references.
326
327 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
328
329         * EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
330         Coding style fixes.
331         * ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
332         Use Assert instead of deprecated Assertion class. Number tests.
333
334 2007-03-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
335
336         * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
337
338 2007-03-05  Gert Driesen  <drieseng@users.sourceforge.net>
339
340         * EnumBuilderTest.cs: Added tests for bug #81007. Use Assert instead
341         of deriving from Assertion. Marked HasElementType test NotWorking on
342         2.0 profile.
343
344 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
345
346         * MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
347         for zero-length and null dll name for DllImport.  Enabled extra tests
348         in TestDynamicParams.
349
350 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
351
352         * EnumBuilderTest.cs: Created test for #80396.
353
354 2006-12-15  Raja R Harinath  <rharinath@novell.com>
355
356         * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
357         tests inspired by #80253.
358
359 2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
360
361         * DynamicMethodTest.cs: Enabled tests for bug #79367.
362
363 2006-09-13  Gert Driesen  <drieseng@users.sourceforge.net>
364
365         * DynamicMethodTest.cs: Added ctor tests for name null check. Added
366         tests for bug #79367 (marked NotWorking).
367
368 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
369
370         * TypeBuilderTest.cs: Add a test for #79249.
371
372 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
373
374         * DynamicMethodTest.cs: Add a test for skipVisibility.
375
376 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
377
378         * AssemblyBuilderTest.cs: The GetType_IgnoreCase test case doesn't 
379         work under MS.
380         * ConstructorBuilderTest.cs: The TestMethodHandle test case doesn't
381         work under MS.
382
383 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
384
385         * AssemblyBuilderTest.cs: Added test for bug #78724.
386         * DynamicMethodTest.cs: Added test for bug #78253, and added test for
387         empty method body.
388
389 2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
390
391         * ConstructorBuilderTest.cs: Expect ArgumentOutOfRangeException
392         instead of ArgumentException when passing Request action to
393         AddDeclarativeSecurity (bug #77640).
394         * MethodBuilderTest.cs: Same.
395         * TypeBuilderTest.cs: Same.
396
397 2005-12-15  Raja R Harinath  <rharinath@novell.com>
398
399         * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
400         generic type builders.
401
402 2005-12-12  Raja R Harinath  <rharinath@novell.com>
403
404         * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
405
406 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
407
408         * MethodBuilderTest.cs: Add test for handling not accessible custom
409         attributes.
410
411 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
412
413         * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
414         Add tests for #76521.
415
416 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
417
418         * AssemblyBuilderTest.cs: Add test for #75650.
419
420 2005-07-21  Jb Evain  <jbevain@gmail.com>
421
422         * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
423
424 2005-06-22  Gert Driesen  <drieseng@users.sourceforge.net>
425
426         * MethodBuilderTest.cs: Updated existing tests to no longer define
427         zero-length method body. Added tests for bug #75236.
428
429 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
430
431         * AssemblyBuilderTest.cs: Split AssemblyName_PublicKey to move culture
432         tests to a new method (as their problem is different from #75246).
433
434 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
435
436         * AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has 
437         currently no effect on PublicKey(Token) and FullName of AssemblyName
438         of the AssemblyBuilder. Test for bug #75246.
439
440 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
441
442         * AssemblyBuilderTest.cs: Removed inheritance from deprecated
443         Assertion class. Use Assert class instead.
444
445 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
446
447         * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
448         fail on Mono.
449
450 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
451
452         * FieldBuilderTest.cs: Enabled tests for FieldHandle again after 
453         fixing regression.
454         * ConstructorBuilderTest.cs: MethodHandle should not throw
455         NotSupportedException.
456         * MethodBuilderTest.cs: Enabled test for MethodHandle again after
457         fixing regression, and added additional test.
458
459 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
460
461         * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
462
463 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
464
465         * TypeBuilderTest.cs: Add tests for bug #74906.
466
467 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
468
469         * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
470         breaks multiple users.
471
472 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
473
474         * AssemblyBuilderTest.cs: Add test for GetModules ().
475
476 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
477
478         * MethodBuilderTest.cs: Add test for parameter attributes.
479
480 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
481
482         * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
483
484 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
485
486         * TypeBuilderTest.cs: Fix this up after the last change.
487
488 2005-03-23  Martin Baulig  <martin@ximian.com>
489
490         * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
491         whole method into the "NotWorking" category.
492
493 2005-03-23  Martin Baulig  <martin@ximian.com>
494
495         * TypeBuilderTest.cs: Disable last test again since the bug report
496         is reopened.
497
498 2005-03-21  Nick Drochak <ndrochak@ieee.org>
499
500         * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
501         test method and disable it on .NET.
502
503 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
504
505         * TypeBuilderTest.cs: Reenable last test.
506
507 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
508
509         * ILGeneratorTest.cs: New test file.
510
511 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
512
513         * TypeBuilderTest.cs: Disable last test since the fix is reverted.
514
515 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
516
517         * TypeBuilderTest.cs: Add new test.
518
519 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
520
521         * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
522
523 2004-01-31  Nick Drochak <ndrochak@ieee.org>
524
525         * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
526
527 2004-01-30  Nick Drochak <ndrochak@ieee.org>
528
529         * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
530
531 2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
532
533         * AssemblyBuilderTest.cs: Add regression test for bug #69780.
534
535 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
536
537         * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
538         features which are unlikely to change due to mcs depending on them.
539
540 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
541
542         * EnumBuilderTest.cs: Remove test that depends on the exact format
543         of AssemblyName.FullName.
544
545 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
546
547         * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
548         depends on exception ordering.
549
550 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
551
552         * MethodBuilderTest.cs: Add tests for default values for parameters.
553
554 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
555
556         * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
557         thrown when creating a type with a default ctor while parent does
558         not have a default ctor.
559
560 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
561
562         * ModuleBuilderTest.cs: Add test for lookup of global methods.
563
564 2004-08-29  Nick Drochak <ndrochak@ieee.org>
565
566         * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
567         TypeBuilder.CreateType().
568
569 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
570
571         * TypeBuilderTest.cs: Add regression test for #62237.
572
573 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
574
575         * EnumBuilderTest.cs: Fixed typos so the test is reported in 
576         alphabetical order by NUnit.
577
578 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
579
580         * TypeBuilderTest.cs: Added tests for completed/created type
581
582         * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
583         checking error conditions for now)
584
585         * EnumBuilderTest.cs: Added tests for EnumBuilder
586
587         * MethodBuilderTest.cs: Added tests for invalid parameter 
588         indexes for created types, added test for GetHashCode
589
590 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
591
592         * MethodRentalTest.cs: Added check for invalid method size,
593         fixed tests on MS.NET, Mono-stylized
594
595 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
596
597         * MethodRentalTest.cs: New file.
598
599 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
600
601         * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
602         assemblies.
603
604 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
605
606         * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
607         so custom attributes on Object do not screw the results.
608
609 2004-03-15  Nick Drochak <ndrochak@ieee.org>
610
611         * CustomAttributeBuilderTest.cs: Force test to pass if we are running
612         on version 1.1 of the CLR.  That version does not throw the exception.
613
614 2004-03-09  Jackson Harper  <jackson@ximian.com>
615
616         * AssemblyBuilderAccessTest.cs:
617         * CustomAttributeBuilderTest.cs: New test cases
618         from nvineeth_mono@yahoo.com.
619
620 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
621
622         * MethodBuilderTest.cs: Fix test so it runs under MS.
623
624         * TypeBuilderTest.cs: Add some tests.
625
626 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
627
628         * MethodBuilderTest.cs: Add tests for parameter info.
629
630 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
631
632         * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
633         KeyFileAttribute from the test, since it must point to a valid keyfile.
634
635 2004-01-09  Nick Drochak <ndrochak@ieee.org>
636
637         * TypeBuilderTest.cs (TestEnums): Fix build with csc.
638
639 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
640
641         * TypeBuilderTest.cs (IsDefined): Comment out this test, since 
642         IsDefined works under mono.
643
644         * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
645         enums.
646
647 2003-12-17  Nick Drochak <ndrochak@gol.com>
648
649         * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
650         limit for the path name.
651
652 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
653
654         * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
655         AddDeclarativeSecurity.
656
657 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
658
659         * ConstructorBuilderTest.cs (TestAttributes): Make this test more
660         general so it runs on mono too.
661
662 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
663
664         * ModuleBuilderTest.cs: Added tests for IsTransient ().
665
666         * ModuleBuilderTest.cs: Added tests for DefineDocument ().
667
668         * AssemblyBuilderTest.cs: Added error handling tests.
669
670 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
671
672         * MethodBuilderTest.cs (TestReturnType): Make test more general so
673         it works both on Mono and MS.NET.
674
675 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
676
677         * EventBuilderTest.cs: New file.
678
679         * PropertyBuilderTest.cs: New file.
680
681 2003-05-28  Nick Drochak <ndrochak@gol.com>
682
683         * MethodBuilderTest: correct order of expected and actual values.
684
685 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
686
687         * ModuleBuilderTest.cs: New file.
688
689 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
690
691         * TypeBuilderTest.cs: More tests.
692
693 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
694
695         * AssemblyBuilderTest.cs: More tests.
696
697 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
698
699         * MethodBuilderTest.cs: Comment out test which fails because of a mono
700         extension to DefineParameter.
701
702 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
703
704         * AssemblyBuilderTest.cs: New file.
705
706 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
707
708         * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
709         using a custom attribute.
710
711 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
712
713         * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
714
715         * MethodBuilderTest.cs: updated to NUNIT2 conventions.
716
717         * ConstructorBuilderTest.cs: New file.
718
719 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
720
721         * TypeBuilderTest.cs: Added lots of new tests.
722
723 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
724
725         * TypeBuilderTest.cs: New file.
726
727         * MethodBuilderTest.cs ChangeLog: New files.