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