2002-04-28 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / tests / ChangeLog
1 2002-04-28  Miguel de Icaza  <miguel@ximian.com>
2
3         * test-108.cs: Improve test
4
5 2002-04-26  Ravi Pratap  <ravi@ximian.com>
6
7         * test-105.cs, test-106.cs, test-107.cs : Add.
8
9 2002-04-22  Ravi Pratap  <ravi@ximian.com>
10
11         * test-104.cs : Another overload resolution test !
12
13 2002-04-05  Ravi Pratap  <ravi@ximian.com>
14
15         * test-101.cs : Add test from Paolo.
16
17         * test-102.cs : Another test for attribute emission.
18
19 2002-04-05  Ravi Pratap  <ravi@ximian.com>
20
21         * test-90.cs : Fix bug where we had no class !
22
23         * test-96.cs : Here too !
24
25         * test-98.cs : Supply a missing Main.
26
27 2002-03-27  Miguel de Icaza  <miguel@ximian.com>
28
29         * test-18.cs: Augment test with the multi-flow try/catch.
30
31 2002-03-21  Miguel de Icaza  <miguel@ximian.com>
32
33         * test-49.cs: Improved test to excerise the coverage.
34
35 2002-03-13  Ravi Pratap  <ravi@ximian.com>
36
37         * test-86.cs : Add. This is to check for correct overload resolution
38         with a null literal.
39
40 2002-03-07  Ravi Pratap  <ravi@ximian.com>
41
42         * test-82.cs : Add.
43
44 2002-03-07  Miguel de Icaza  <miguel@ximian.com>
45
46         * test-52.cs: Expanded test to cover more cases of foreach.
47
48 2002-03-05  Ravi Pratap  <ravi@ximian.com>
49
50         * test-81.cs : Add. 
51
52         * makefile : Update accordingly as this test passes.
53
54 2002-02-20  Miguel de Icaza  <miguel@ximian.com>
55
56         * unsafe-1.cs: Extend test.
57
58 2002-01-18  Miguel de Icaza  <miguel@ximian.com>
59
60         * test-7.cs: Fix test (i.i wsa invalid)
61
62 2002-01-18  Nick Drochak  <ndrochak@gol.com>
63
64         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
65
66 2002-01-13  Ravi Pratap  <ravi@ximian.com>
67
68         * test-58.cs : Since it was a duplicate, replace with unsafe
69         code testing.
70
71 2002-01-08  Miguel de Icaza  <miguel@ximian.com>
72
73         * test-34.cs: Improve this test to check ref/ref cases.
74
75 2002-01-02  Ravi Pratap  <ravi@ximian.com>
76
77         * test-45.cs : Augment to exercise support for array initialization
78         for various other types.
79
80 2001-12-30  Miguel de Icaza  <miguel@ximian.com>
81
82         * test-67.cs: Improve this test.
83
84 2001-12-29  Ravi Pratap  <ravi@ximian.com>
85
86         * test-69.cs : Add. This tests support for methods which are
87         internal calls.
88
89 2001-12-28  Ravi Pratap  <ravi@ximian.com>
90
91         * test-34.cs : Update to exercise the new overload resolution
92         code.
93
94 2001-12-26  Ravi Pratap  <ravi@ximian.com>
95
96         * test-67.cs : Add. These are tests for explicit layout
97         of structs and classes.
98
99         * makefile : Update accordingly.
100         
101 2001-12-25  Ravi Pratap  <ravi@ximian.com>
102
103         * test-57.cs : Update to exercise more of the code base for
104         events.
105
106 2001-12-24  Ravi Pratap  <ravi@ximian.com>
107
108         * test-19.cs : Augment to exercise tests on delegates
109         defined in mscorlib.
110
111         * test-57.cs : Update to exercise the -= operator
112         as well.
113         
114 2001-12-23  Ravi Pratap  <ravi@ximian.com>
115
116         * test-57.cs : Update.
117
118         * makefile : Update to include the above as it passes nicely.
119
120 2001-12-21  Ravi Pratap  <ravi@ximian.com>
121
122         * test-19.cs : Augment to exercise code which fixed the bug
123         where we were not generating a This for the delegate's 
124         instance expression - for the non-static methods ie.
125
126 2001-12-15  Miguel de Icaza  <miguel@ximian.com>
127
128         * test-45.cs: Make test also use variables as arguments to new;
129         We used to have a bug in the compiler that did not resolve some of
130         the arguments.
131
132 2001-12-15  Ravi Pratap  <ravi@ximian.com>
133
134         * makefile : Include test-52.cs in the suite, it works fine!
135
136         (NO_PASS): It's test-51 which doesn't seem to pass.
137
138         * test-50.cs : Augment some more to set named arguments on
139         the DllImport attribute.
140
141         * test-57.cs : Add. This tests support for Events and does not
142         pass yet.
143
144 2001-12-14  Ravi Pratap  <ravi@ximian.com>
145
146         * test-45.cs : Update for float and double initialization.
147
148 2001-12-13  Miguel de Icaza  <miguel@ximian.com>
149
150         * makefile (test-30): Another test moved to the `pass' section.
151         This is explicit interface implementation.
152
153         (test-54): returning from catch exceptions has been working for
154         some time now. 
155
156 2001-12-09  Radek Doulik  <rodo@ximian.com>
157
158         * makefile (TEST_SOURCES): added test-55 for using alias directive
159
160 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
161
162         * makefile: added new target test-jit
163
164 2001-12-04  Ravi Pratap <ravi@ximian.com>
165
166         * makefile : Update to include test 50 as it now passes.
167
168 2001-12-04  Ravi Pratap <ravi@ximian.com>
169
170         * test-45.cs : Update for string initialization tests.
171
172 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
173
174         * test-49.cs: Updated to test `goto default'
175
176         * test-43.cs: Test break and continue here.
177
178         * gen-cast-test.cs: Improved cast test generator.
179
180 2001-12-03  Ravi Pratap <ravi@ximian.com>
181
182         * test-50.cs : Add. This does not pass yet.
183
184 2001-12-02  Ravi Pratap  <ravi@ximian.com>
185
186         * test-40.cs : Update to now test recursive definitions with
187         constants hooked up.
188
189 2001-12-01  Ravi Pratap  <ravi@ximian.com>
190
191         * test-40.cs : Update to do recursive enumeration definition.
192
193 2001-11-28  Ravi Pratap  <ravi@ximian.com>
194
195         * test-48.cs : Add for constant emission tests.
196
197         * makefile : Update for the above as it passes nicely :-)
198
199 2001-11-22  Ravi Pratap  <ravi@ximian.com>
200
201         * test-45.cs : Augment some more to test shorthand declaration
202         of variables/fields that are array types.
203
204 2001-11-20  Ravi Pratap  <ravi@ximian.com>
205
206         * test-45.cs : Add for array initialization testing.
207
208 2001-11-16  Miguel de Icaza  <miguel@ximian.com>
209
210         * test-34.cs: Improve this test to check if we are actually
211         walking over the arguments in foreach.
212
213 2001-11-15  Ravi Pratap  <ravi@ximian.com>
214
215         * makefile : Update to include test-33 again. All tests
216         pass again !
217
218 2001-11-13  Ravi Pratap  <ravi@ximian.com>
219
220         * test-7.cs : Re-write to make the tests more robust.
221
222 2001-11-12  Ravi Pratap  <ravi@ximian.com>
223
224         * test-39.cs : Update to test named arguments too.
225
226 2001-11-11  Ravi Pratap  <ravi@ximian.com>
227
228         * test-40.cs : Update to be a little more useful.
229
230 2001-11-08  Ravi Pratap  <ravi@ximian.com>
231
232         * test-39.cs : Add
233
234         * test-40.cs : Add
235
236         * makefile : Modify to include the above as they pass all tests.
237         
238 2001-10-31  Ravi Pratap  <ravi@ximian.com>
239
240         * test-34.cs : Add 
241         
242 2001-10-28  Ravi Pratap  <ravi@ximian.com>
243
244         * test-32.cs : Added to test array definition and creation.
245
246         * makefile : Updated accordingly.
247
248 2001-10-22  Ravi Pratap  <ravi@ximian.com>
249
250         * makefile : New target 'verify' which uses the verifier to check
251         that executables produced by us are identical to the MSC produced ones.
252
253         * test-7.cs : Update to exercise more overloadable operators.
254
255 2001-10-21  Ravi Pratap  <ravi@ximian.com>
256
257         * test-27.cs : Add to do various implicit and explicit
258         reference conversions.
259
260         * makefile : Update accordingly.
261
262 2001-10-18  Ravi Pratap  <ravi@ximian.com>
263
264         * test-26.cs : Update to test delegate creation from another 
265         delegate.
266         
267 2001-10-17  Ravi Pratap  <ravi@ximian.com>
268
269         * test-26.cs : Added to demonstrate delegate support.
270
271 2001-10-16  Miguel de Icaza  <miguel@ximian.com>
272
273         * test-25.cs: Added new test to excercise break/continue on
274         various loop constructs.
275
276         * test-24.cs: Test property use in expression and statement
277         contexts. 
278
279 2001-10-14  Miguel de Icaza  <miguel@ximian.com>
280
281         * test-23.cs: Added new test for properties. 
282
283 2001-10-12  Ravi Pratap  <ravi@ximian.com>
284
285         * test-21.cs : Update to actually do some checking and return
286         an appropriate value.
287
288 2001-10-11  Ravi Pratap  <ravi@ximian.com>
289
290         * test-21.cs : Add. This is a test for testing our support
291         for nested types
292         
293 2001-10-05  Ravi Pratap  <ravi@ximian.com>
294
295         * test-16.cs : Update to exercise the code which selects the best 
296         conversion operator based on "most encompassing/encompassed type"
297
298         * test-7.cs : Update here too.
299
300 2001-10-05  Ravi Pratap  <ravi@ximian.com>
301
302         * test-7.cs : Update to do explicit conversion tests.
303
304         * makefile : small fix.
305
306 2001-10-03  Ravi Pratap  <ravi@ximian.com>
307
308         * test-16.cs : Update to make the test more correct.
309
310 2001-10-03  Ravi Pratap  <ravi@ximian.com>
311
312         * test-16.cs : Add.
313
314         * makefile : update accordingly.
315
316 2001-10-02  Miguel de Icaza  <miguel@ximian.com>
317
318         * makefile (test-compiler): Add rm *.exe before launching tests.
319
320 2001-10-02  Ravi Pratap  <ravi@ximian.com>
321
322         * test-13.cs : Added. 
323
324         * makefile : update accordingly.
325
326 2001-09-27  Ravi Pratap  <ravi@ximian.com>
327
328         * test-7.cs : Revamp and add more operator tests. Still in progress.
329
330         * test-9,10.cs : Added by Miguel earlier.
331
332 2001-09-26  Ravi Pratap  <ravi@ximian.com>
333
334         * test-7.cs : Update to return an exit code
335
336         * test-8.cs : Added by Miguel.
337
338 2001-09-25  Ravi Pratap  <ravi@ximian.com>
339
340         * test-7.cs : Update to include implicit conversion tests.
341
342 2001-09-21  Ravi Pratap  <ravi@ximian.com>
343
344         * test-7.cs : Add.
345
346 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
347
348         * makefile (test-compiler): Abort tests on failure.
349