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