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