* AssemblyBuilderTest.cs: Added AssemblyName tests that currently fail on
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
1 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
4         fail on Mono.
5
6 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * FieldBuilderTest.cs: Enabled tests for FieldHandle again after 
9         fixing regression.
10         * ConstructorBuilderTest.cs: MethodHandle should not throw
11         NotSupportedException.
12         * MethodBuilderTest.cs: Enabled test for MethodHandle again after
13         fixing regression, and added additional test.
14
15 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
16
17         * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
18
19 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20
21         * TypeBuilderTest.cs: Add tests for bug #74906.
22
23 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
24
25         * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
26         breaks multiple users.
27
28 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
29
30         * AssemblyBuilderTest.cs: Add test for GetModules ().
31
32 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
33
34         * MethodBuilderTest.cs: Add test for parameter attributes.
35
36 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
39
40 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
41
42         * TypeBuilderTest.cs: Fix this up after the last change.
43
44 2005-03-23  Martin Baulig  <martin@ximian.com>
45
46         * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
47         whole method into the "NotWorking" category.
48
49 2005-03-23  Martin Baulig  <martin@ximian.com>
50
51         * TypeBuilderTest.cs: Disable last test again since the bug report
52         is reopened.
53
54 2005-03-21  Nick Drochak <ndrochak@ieee.org>
55
56         * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
57         test method and disable it on .NET.
58
59 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
60
61         * TypeBuilderTest.cs: Reenable last test.
62
63 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
64 \r
65         * ILGeneratorTest.cs: New test file.\r
66 \r
67 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
68
69         * TypeBuilderTest.cs: Disable last test since the fix is reverted.
70
71 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
72
73         * TypeBuilderTest.cs: Add new test.
74
75 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
76
77         * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
78
79 2004-01-31  Nick Drochak <ndrochak@ieee.org>
80
81         * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
82
83 2004-01-30  Nick Drochak <ndrochak@ieee.org>
84
85         * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
86
87 2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
88
89         * AssemblyBuilderTest.cs: Add regression test for bug #69780.
90
91 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
92
93         * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
94         features which are unlikely to change due to mcs depending on them.
95
96 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
97
98         * EnumBuilderTest.cs: Remove test that depends on the exact format
99         of AssemblyName.FullName.
100
101 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
102
103         * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
104         depends on exception ordering.
105
106 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
107
108         * MethodBuilderTest.cs: Add tests for default values for parameters.
109
110 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
111
112         * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
113         thrown when creating a type with a default ctor while parent does
114         not have a default ctor.
115
116 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
117
118         * ModuleBuilderTest.cs: Add test for lookup of global methods.
119
120 2004-08-29  Nick Drochak <ndrochak@ieee.org>
121
122         * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
123         TypeBuilder.CreateType().
124
125 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
126
127         * TypeBuilderTest.cs: Add regression test for #62237.
128
129 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
130
131         * EnumBuilderTest.cs: Fixed typos so the test is reported in 
132         alphabetical order by NUnit.
133
134 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
135
136         * TypeBuilderTest.cs: Added tests for completed/created type
137
138         * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
139         checking error conditions for now)
140
141         * EnumBuilderTest.cs: Added tests for EnumBuilder
142
143         * MethodBuilderTest.cs: Added tests for invalid parameter 
144         indexes for created types, added test for GetHashCode
145
146 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
147
148         * MethodRentalTest.cs: Added check for invalid method size,
149         fixed tests on MS.NET, Mono-stylized
150
151 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
152
153         * MethodRentalTest.cs: New file.
154
155 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
156
157         * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
158         assemblies.
159
160 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
161
162         * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
163         so custom attributes on Object do not screw the results.
164
165 2004-03-15  Nick Drochak <ndrochak@ieee.org>
166
167         * CustomAttributeBuilderTest.cs: Force test to pass if we are running
168         on version 1.1 of the CLR.  That version does not throw the exception.
169
170 2004-03-09  Jackson Harper  <jackson@ximian.com>
171
172         * AssemblyBuilderAccessTest.cs:
173         * CustomAttributeBuilderTest.cs: New test cases
174         from nvineeth_mono@yahoo.com.
175
176 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
177
178         * MethodBuilderTest.cs: Fix test so it runs under MS.
179
180         * TypeBuilderTest.cs: Add some tests.
181
182 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
183
184         * MethodBuilderTest.cs: Add tests for parameter info.
185
186 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
187
188         * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
189         KeyFileAttribute from the test, since it must point to a valid keyfile.
190
191 2004-01-09  Nick Drochak <ndrochak@ieee.org>
192
193         * TypeBuilderTest.cs (TestEnums): Fix build with csc.
194
195 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
196
197         * TypeBuilderTest.cs (IsDefined): Comment out this test, since 
198         IsDefined works under mono.
199
200         * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
201         enums.
202
203 2003-12-17  Nick Drochak <ndrochak@gol.com>
204
205         * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
206         limit for the path name.
207
208 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
209
210         * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
211         AddDeclarativeSecurity.
212
213 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
214
215         * ConstructorBuilderTest.cs (TestAttributes): Make this test more
216         general so it runs on mono too.
217
218 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
219
220         * ModuleBuilderTest.cs: Added tests for IsTransient ().
221
222         * ModuleBuilderTest.cs: Added tests for DefineDocument ().
223
224         * AssemblyBuilderTest.cs: Added error handling tests.
225
226 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
227
228         * MethodBuilderTest.cs (TestReturnType): Make test more general so
229         it works both on Mono and MS.NET.
230
231 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
232
233         * EventBuilderTest.cs: New file.
234
235         * PropertyBuilderTest.cs: New file.
236
237 2003-05-28  Nick Drochak <ndrochak@gol.com>
238
239         * MethodBuilderTest: correct order of expected and actual values.
240
241 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
242
243         * ModuleBuilderTest.cs: New file.
244
245 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
246
247         * TypeBuilderTest.cs: More tests.
248
249 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
250
251         * AssemblyBuilderTest.cs: More tests.
252
253 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
254
255         * MethodBuilderTest.cs: Comment out test which fails because of a mono
256         extension to DefineParameter.
257
258 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
259
260         * AssemblyBuilderTest.cs: New file.
261
262 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
263
264         * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
265         using a custom attribute.
266
267 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
268
269         * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
270
271         * MethodBuilderTest.cs: updated to NUNIT2 conventions.
272
273         * ConstructorBuilderTest.cs: New file.
274
275 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
276
277         * TypeBuilderTest.cs: Added lots of new tests.
278
279 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
280
281         * TypeBuilderTest.cs: New file.
282
283         * MethodBuilderTest.cs ChangeLog: New files.