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