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