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