* ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
[mono.git] / mcs / ilasm / tests / ChangeLog
1 2006-06-07  Ankit Jain  <jankit@novell.com>
2
3         * test-no-body.il: New. Test for method with no body.
4         * test-perm-pass-3.il: Make the class abstract.
5
6 2006-06-01  Ankit Jain  <jankit@novell.com>
7
8         * test-cattr-1.il: New. Test for custom attributes on return type of
9         a method.
10
11 2006-05-26  Ankit Jain  <jankit@novell.com>
12
13         * test-perm_pass-3.il: New. Test for 2.0 style declarative security
14         attributes.
15
16 2006-05-11  Ankit Jain  <jankit@novell.com>
17
18         * test-modifiers.il: New. Test for custom modifiers, modreq & modopt.
19
20 2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * test-sn-key.il: New. Added test case when /key is used but the IL 
23         source doesn't include a .publickey directive or any attribute that
24         loads the public key.
25         * test-sn-module.il: New. Added test case when /key is used when
26         assembling a netmodule (signing shouldn't occur).
27
28 2006-04-24  Ankit Jain  <jankit@novell.com>
29
30         * test-module.il: New. Test for a netmodule.
31
32 2006-02-22  Ankit Jain  <jankit@novell.com>
33
34         * test-nonsealed-valueclass.il: New. Value class should be sealed.
35
36 2006-02-20  Ankit Jain  <jankit@novell.com>
37
38         * generics-al.i, test-29.il: Remove. These use invalid style of
39         specifying generic constraints.
40
41 2006-02-19  Ankit Jain  <jankit@novell.com>
42
43         * invalid-method.il: New. Reference to undefined method.
44         * invalid-field.il: New. Reference to undefined field.
45
46 2006-01-31  Ankit Jain  <jankit@novell.com>
47
48         * test-assembly2.il: New. Test for referencing undeclared external assembly.
49
50 2006-01-23  Ankit Jain  <jankit@novell.com>
51
52         * err-*.il, test-perm_fail*.il: Move negative tests from here to errors/ .
53
54 2006-01-19  Ankit Jain  <jankit@novell.com>
55
56         * test-module-cattr.il: New. Test for custom attributes on .module
57         * test-array-2.i: Add the missing closing brace.
58
59 2006-01-19  Ankit Jain  <jankit@novell.com>
60
61         * err-gen-cattr-1.il: New.
62         * err-gen-cattr-2.il: New.
63         * err-gen-cattr-3.il: New.
64         * err-gen-cattr-4.il: New.
65
66 2006-01-16  Ankit Jain  <jankit@novell.com>
67
68         * test-int64.il: New. Test for large numeric values.
69
70 2006-01-16  Ankit Jain  <jankit@novell.com>
71
72         * test-array-2.il: New. Test for methodref to Array's methods.
73         eg. class test [,]::.ctor (int32, int32)
74
75 2006-01-15  Ankit Jain  <jankit@novell.com>
76
77         * test-override-1.il:
78         * test-override-2.il: New. Test for 'full' syntax of specifying
79         overrides. (.override method ..full sig.. )
80
81 2006-01-14  Ankit Jain  <jankit@novell.com>
82
83         * gen-instr1.il: New. Test for using GenericParams as operands to
84         type instructions.
85
86 2006-01-11  Ankit Jain  <jankit@novell.com>
87
88         * gen-nested2.il: New.
89         * gen-nested3.il: New. Test for new syntax for specifying namespace ie.,
90         as part of the type name instead of using '.namespace' directive.
91
92 2006-01-10  Ankit Jain  <jankit@novell.com>
93
94         * gen-nested.il: New. Test for a generic type nested in a non-generic
95         one.
96
97 2006-01-10  Ankit Jain  <jankit@novell.com>
98
99         * gen-meth3.il: New. Test for abstract generic method.
100
101 2006-01-10  Ankit Jain  <jankit@novell.com>
102
103         * gen-meth1.il: New. Test for use of VAR/MVAR by name (!!A)
104         * gen-meth2.il: New. Test for using VAR/MVAR as class ref.
105
106 2006-01-09  Ankit Jain  <jankit@novell.com>
107
108         * gen-recur.il: New. Test for a class implementing a generic interface
109         with the class itself as the argument.
110
111 2006-01-07  Ankit Jain  <jankit@novell.com>
112
113         * gen-constraints1.il: New. Test for constraints on generic parameters.
114
115 2006-01-06  Ankit Jain  <jankit@novell.com>
116
117         * test-field-init.il: New. Test for field initialization (simple signed/unsigned
118         int variants).
119
120 2006-01-06  Ankit Jain  <jankit@novell.com>
121
122         * test-perm_pass-2.il: New. Test for new(2.0) syntax of specifying value
123         of a permissionset, which uses string instead of a bytearray. 
124
125 2006-01-05  Ankit Jain  <jankit@novell.com>
126
127         * gen-extern-type.il: New. Test for ref to an external generic type.
128         * gen-array1.il, gen-array-2.il: New. Test for duplicate typespecs for
129         generic types and arrays of the same.
130         * gen-interf-1.il, gen-interf-2.il: New. Test for inheriting from a generic
131         base class and implementing generic interfaces.
132         * gen-struct.il: New. Test for generic valuetype.
133         * gen-local.il: New. No entry in the TypeSpec table should be emitted if a
134         generic type is referenced only as a local var.
135         * one.cs, two.cs: Updated to include types required the new tests.
136
137 2006-01-03  Ankit Jain  <jankit@novell.com>
138
139         * gen-dotted-name.il: New. Test for dotted-name of a generic type.
140
141 2005-12-16  Ankit Jain  <jankit@novell.com>
142
143         Tests for fields with same name but different types.
144         * field-dup1.il, field-dup-gen2.il: Positive tests.
145         * err-field-dup1.il, err-field-dup2.il, err-field-dup3.il,
146         err-field-dup4.il, err-field-dup5.il, err-field-dup6-gen.il,
147         err-field-dup7-gen.il: Negative tests.
148         * one.cs, two.cs, oneg.cs: Required for use by above test cases.
149
150 2005-12-15  Ankit Jain  <jankit@novell.com>
151
152         * test-array.il: Oops, contained two copies of the test case.
153
154 2005-12-15  Ankit Jain  <jankit@novell.com>
155
156         * assembly.il: New. Test for multiple .assembly declarations.
157         * err-assembly.il: New. Negative test for the same.
158
159 2005-12-14  Ankit Jain  <jankit@novell.com>
160
161         * test-bounded-array.il: New. Test for [0...], should not lose its 
162         lower bound info.
163
164 2005-12-14  Ankit Jain  <jankit@novell.com>
165
166         * test-array.il: New. Test for tokenizing 0...8
167
168 2005-12-14  Ankit Jain  <jankit@novell.com>
169
170         * test-uint.il: New. Test for keywords uint8, uint16, uint32 & uint64.
171
172 2005-12-14  Ankit Jain  <jankit@novell.com>
173
174         * dotted-names.il: Add test for class with no explicit namespace.
175
176 2005-12-13  Ankit Jain  <jankit@novell.com>
177
178         * dotted-names.il: New. Test for dotted names in namespace, class.
179
180 2005-12-12  Ankit Jain  <jankit@novell.com>
181
182         * nested.il: New. Ensure nested visibility for nested types.
183
184 2005-12-12  Ankit Jain  <jankit@novell.com>
185
186         * gen-1.il:New. Generic method reference.
187         * err-gen-2.il:
188         * err-gen-3.il: New. Negative tests for generic method refernce.
189         * global.il: New. Global generic method ref.
190         * gen-field.il: New. Generic field reference. (Compiles fine, but
191         will have PEVerify errors)
192
193 2005-11-23  Ankit Jain  <jankit@novell.com>
194
195         * test-33.il:
196         * test-34.il: New. Tests for custom attributes on type parameters.
197
198 2005-09-15  Ankit Jain  <jankit@novell.com>
199
200         * test-perm_fail-[1234].il: New. Negative Tests for .permission directive.
201         * test-perm_pass-1.il: New. Test for .permission directive.
202
203 2005-08-23  Ankit Jain  <jankit@novell.com>
204
205         * test-byref.il: New. Test for a call with byref return type.
206
207 2005-08-18  Ankit Jain  <jankit@novell.com>
208
209         * test-sec-suppress.il: New. Test for SuppressUnmanagedCodeSecurity 
210           custom attribute, type or method should get a HasSecurity attribute.
211
212 2005-08-18  Ankit Jain  <jankit@novell.com>
213
214         * test-ldcr-bytes.il: New. Test for "ldc.r8/r4" followed by a byte array.
215
216 2005-08-18  Ankit Jain  <jankit@novell.com>
217
218         * test-cattr-declsec.il: New. Added test for custom attrs and decl sec 
219           on interface methods.
220
221 2005-08-16  Ankit Jain  <jankit@novell.com>
222
223         * test-marshal-array.il: New. Added test for marshalling as native type array.
224         * test-marshal.il: New. Added test for marshal info for method params.
225         * test-fixedarray.il: New. Added test for marshalling as fixed array.
226         * test-safearray.il: New. Added test for marshalling as safe array.
227
228 2004-12-10  Sebastien Pouliot  <sebastien@ximian.com>
229
230         * test-sn.il: New. Added test when including a public key to test for
231         strongnaming an assembly (/key option).
232         * sn.snk: New. Strongname key for the test-sn.il test.
233
234 2003-07-12  Zoltan Varga  <vargaz@freemail.hu>
235
236         * test-31.il: Added tests for static properties. Also made the code
237         for methods verifiable IL.
238                 
239 Fri Jul 25 12:27:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
240
241         * generics-c.il, generics-b.il: add constructors and fix code.
242
243 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
244
245         * test-11.il: Don't specify constraints with ids anymore
246         * test-29.il: Remove uneeded class, add constraint
247                 
248 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
249
250         * test-10.il: New test, does some bounded array stuff
251                 
252 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
253
254         * tests: Update to valid il code.
255
256 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
257
258         * test-9.il: Add output to the constructor so I know it is called, give 
259         the constructor the instance call conv.
260
261 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
262
263         * test-9.il: New test, test instaniating a class
264
265 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
266
267         * test-8.il: New test, test creating a class that inherits from something other then System.Object
268
269 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
270
271         * test-6.il: Define class that field references
272
273 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
274
275         * makefile: add some tests
276         * test-5.il, test-6.il, test-7.il: New tests, test field declaration
277
278 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
279
280         * makefile: remove unneeded rm's
281
282 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
283
284         * test-4.il: Add file
285         * makefile: Add new test
286
287 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
288
289         * test-3.il: Add file
290         * makefile: Add new test
291
292 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
293
294         * test-1.il: Change class name
295
296 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
297
298         * test-2.il: Add new test
299         * makefile: Use new test
300
301 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
302
303         * test-1.il: Add header, put in a namespace
304
305 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
306
307         * makefile: Use .il files not .cs ;-)
308
309 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
310
311         * HelloWorld.il: Remove
312         * test-1.il: New test 
313         * makefile: Added file
314
315 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
316
317         * HelloWorld.il: Add HelloWorld test
318         * ChangeLog: Add ChangeLog