Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bff294d2264088cc90c9f8b8dcc9d392ab317ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
2006-02-22  Ankit Jain  <jankit@novell.com>

	* test-nonsealed-valueclass.il: New. Value class should be sealed.

2006-02-20  Ankit Jain  <jankit@novell.com>

	* generics-al.i, test-29.il: Remove. These use invalid style of
	specifying generic constraints.

2006-02-19  Ankit Jain  <jankit@novell.com>

	* invalid-method.il: New. Reference to undefined method.
	* invalid-field.il: New. Reference to undefined field.

2006-01-31  Ankit Jain  <jankit@novell.com>

	* test-assembly2.il: New. Test for referencing undeclared external assembly.

2006-01-23  Ankit Jain  <jankit@novell.com>

	* err-*.il, test-perm_fail*.il: Move negative tests from here to errors/ .

2006-01-19  Ankit Jain  <jankit@novell.com>

	* test-module-cattr.il: New. Test for custom attributes on .module
	* test-array-2.i: Add the missing closing brace.

2006-01-19  Ankit Jain  <jankit@novell.com>

	* err-gen-cattr-1.il: New.
	* err-gen-cattr-2.il: New.
	* err-gen-cattr-3.il: New.
	* err-gen-cattr-4.il: New.

2006-01-16  Ankit Jain  <jankit@novell.com>

	* test-int64.il: New. Test for large numeric values.

2006-01-16  Ankit Jain  <jankit@novell.com>

	* test-array-2.il: New. Test for methodref to Array's methods.
	eg. class test [,]::.ctor (int32, int32)

2006-01-15  Ankit Jain  <jankit@novell.com>

	* test-override-1.il:
	* test-override-2.il: New. Test for 'full' syntax of specifying
	overrides. (.override method ..full sig.. )

2006-01-14  Ankit Jain  <jankit@novell.com>

	* gen-instr1.il: New. Test for using GenericParams as operands to
	type instructions.

2006-01-11  Ankit Jain  <jankit@novell.com>

	* gen-nested2.il: New.
	* gen-nested3.il: New. Test for new syntax for specifying namespace ie.,
	as part of the type name instead of using '.namespace' directive.

2006-01-10  Ankit Jain  <jankit@novell.com>

	* gen-nested.il: New. Test for a generic type nested in a non-generic
	one.

2006-01-10  Ankit Jain  <jankit@novell.com>

	* gen-meth3.il: New. Test for abstract generic method.

2006-01-10  Ankit Jain  <jankit@novell.com>

	* gen-meth1.il: New. Test for use of VAR/MVAR by name (!!A)
	* gen-meth2.il: New. Test for using VAR/MVAR as class ref.

2006-01-09  Ankit Jain  <jankit@novell.com>

	* gen-recur.il: New. Test for a class implementing a generic interface
	with the class itself as the argument.

2006-01-07  Ankit Jain  <jankit@novell.com>

	* gen-constraints1.il: New. Test for constraints on generic parameters.

2006-01-06  Ankit Jain  <jankit@novell.com>

	* test-field-init.il: New. Test for field initialization (simple signed/unsigned
	int variants).

2006-01-06  Ankit Jain  <jankit@novell.com>

	* test-perm_pass-2.il: New. Test for new(2.0) syntax of specifying value
	of a permissionset, which uses string instead of a bytearray. 

2006-01-05  Ankit Jain  <jankit@novell.com>

	* gen-extern-type.il: New. Test for ref to an external generic type.
	* gen-array1.il, gen-array-2.il: New. Test for duplicate typespecs for
	generic types and arrays of the same.
	* gen-interf-1.il, gen-interf-2.il: New. Test for inheriting from a generic
	base class and implementing generic interfaces.
	* gen-struct.il: New. Test for generic valuetype.
	* gen-local.il: New. No entry in the TypeSpec table should be emitted if a
	generic type is referenced only as a local var.
	* one.cs, two.cs: Updated to include types required the new tests.

2006-01-03  Ankit Jain  <jankit@novell.com>

	* gen-dotted-name.il: New. Test for dotted-name of a generic type.

2005-12-16  Ankit Jain  <jankit@novell.com>

	Tests for fields with same name but different types.
	* field-dup1.il, field-dup-gen2.il: Positive tests.
	* err-field-dup1.il, err-field-dup2.il, err-field-dup3.il,
	err-field-dup4.il, err-field-dup5.il, err-field-dup6-gen.il,
	err-field-dup7-gen.il: Negative tests.
	* one.cs, two.cs, oneg.cs: Required for use by above test cases.

2005-12-15  Ankit Jain  <jankit@novell.com>

	* test-array.il: Oops, contained two copies of the test case.

2005-12-15  Ankit Jain  <jankit@novell.com>

	* assembly.il: New. Test for multiple .assembly declarations.
	* err-assembly.il: New. Negative test for the same.

2005-12-14  Ankit Jain  <jankit@novell.com>

	* test-bounded-array.il: New. Test for [0...], should not lose its 
	lower bound info.

2005-12-14  Ankit Jain  <jankit@novell.com>

	* test-array.il: New. Test for tokenizing 0...8

2005-12-14  Ankit Jain  <jankit@novell.com>

	* test-uint.il: New. Test for keywords uint8, uint16, uint32 & uint64.

2005-12-14  Ankit Jain  <jankit@novell.com>

	* dotted-names.il: Add test for class with no explicit namespace.

2005-12-13  Ankit Jain  <jankit@novell.com>

	* dotted-names.il: New. Test for dotted names in namespace, class.

2005-12-12  Ankit Jain  <jankit@novell.com>

	* nested.il: New. Ensure nested visibility for nested types.

2005-12-12  Ankit Jain  <jankit@novell.com>

	* gen-1.il:New. Generic method reference.
	* err-gen-2.il:
	* err-gen-3.il: New. Negative tests for generic method refernce.
	* global.il: New. Global generic method ref.
	* gen-field.il: New. Generic field reference. (Compiles fine, but
	will have PEVerify errors)

2005-11-23  Ankit Jain  <jankit@novell.com>

	* test-33.il:
	* test-34.il: New. Tests for custom attributes on type parameters.

2005-09-15  Ankit Jain  <jankit@novell.com>

	* test-perm_fail-[1234].il: New. Negative Tests for .permission directive.
	* test-perm_pass-1.il: New. Test for .permission directive.

2005-08-23  Ankit Jain  <jankit@novell.com>

	* test-byref.il: New. Test for a call with byref return type.

2005-08-18  Ankit Jain  <jankit@novell.com>

	* test-sec-suppress.il: New. Test for SuppressUnmanagedCodeSecurity 
	  custom attribute, type or method should get a HasSecurity attribute.

2005-08-18  Ankit Jain  <jankit@novell.com>

	* test-ldcr-bytes.il: New. Test for "ldc.r8/r4" followed by a byte array.

2005-08-18  Ankit Jain  <jankit@novell.com>

	* test-cattr-declsec.il: New. Added test for custom attrs and decl sec 
	  on interface methods.

2005-08-16  Ankit Jain  <jankit@novell.com>

	* test-marshal-array.il: New. Added test for marshalling as native type array.
	* test-marshal.il: New. Added test for marshal info for method params.
	* test-fixedarray.il: New. Added test for marshalling as fixed array.
	* test-safearray.il: New. Added test for marshalling as safe array.

2004-12-10  Sebastien Pouliot  <sebastien@ximian.com>

	* test-sn.il: New. Added test when including a public key to test for
	strongnaming an assembly (/key option).
	* sn.snk: New. Strongname key for the test-sn.il test.

2003-07-12  Zoltan Varga  <vargaz@freemail.hu>

	* test-31.il: Added tests for static properties. Also made the code
	for methods verifiable IL.
		
Fri Jul 25 12:27:24 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* generics-c.il, generics-b.il: add constructors and fix code.

2003-07-14 Jackson Harper <jackson@latitudegeo.com>

	* test-11.il: Don't specify constraints with ids anymore
	* test-29.il: Remove uneeded class, add constraint
		
2003-03-31 Jackson Harper <jackson@latitudegeo.com>

	* test-10.il: New test, does some bounded array stuff
		
2003-03-17 Jackson Harper <jackson@latitudegeo.com>

	* tests: Update to valid il code.

2003-03-17 Jackson Harper <jackson@latitudegeo.com>

	* test-9.il: Add output to the constructor so I know it is called, give 
	the constructor the instance call conv.

2003-03-16 Jackson Harper <jackson@latitudegeo.com>

	* test-9.il: New test, test instaniating a class

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* test-8.il: New test, test creating a class that inherits from something other then System.Object

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* test-6.il: Define class that field references

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* makefile: add some tests
	* test-5.il, test-6.il, test-7.il: New tests, test field declaration

2003-02-10 Jackson Harper <jackson@latitudegeo.com>

	* makefile: remove unneeded rm's

2003-02-10 Jackson Harper <jackson@latitudegeo.com>

	* test-4.il: Add file
	* makefile: Add new test

2003-02-09 Jackson Harper <jackson@latitudegeo.com>

	* test-3.il: Add file
	* makefile: Add new test

2003-02-08 Jackson Harper <jackson@latitudegeo.com>

	* test-1.il: Change class name

2003-02-08 Jackson Harper <jackson@latitudegeo.com>

	* test-2.il: Add new test
	* makefile: Use new test

2003-02-04 Jackson Harper <jackson@latitudegeo.com>

	* test-1.il: Add header, put in a namespace

2003-02-04 Jackson Harper <jackson@latitudegeo.com>

	* makefile: Use .il files not .cs ;-)

2003-02-04 Jackson Harper <jackson@latitudegeo.com>

	* HelloWorld.il: Remove
	* test-1.il: New test 
	* makefile: Added file

2003-02-02 Jackson Harper <jackson@latitudegeo.com>

	* HelloWorld.il: Add HelloWorld test
	* ChangeLog: Add ChangeLog