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