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