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