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