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