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