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