* HttpWebRequest.cs: When retrying a POST request after an authentication
[mono.git] / mcs / errors / ChangeLog
1 2004-02-16 Marek Safar <marek.safar@seznam.cz>
2
3         * cs3001-{7,8}.cs,
4           cs3005-(1-22}.cs,
5           cs3006-{1-6}.cs,
6           cs3012.cs,
7           cs3013.cs New error tests for CLS-compliance.
8
9         * cs186-2.cs,
10           cs0579-2.cs New error tests.
11
12         * makefile: Added CS3005-16-lib.cs and CS3013-module.cs as helpers for errors cs3005-16.cs and cs3013.cs.
13
14
15 2004-02-10 Marek Safar <marek.safar@seznam.cz>
16
17         * cs0111-2.cs: Fixed error message.
18           cs0111-5.cs,
19           cs0528-2.cs: New error tests.
20
21 2004-02-03 Marek Safar <marek.safar@seznam.cz>
22
23         * cs0102-{2,3,4,5}.cs,
24           cs0111-{3,4}.cs,
25           cs0547-2.cs: New error tests.
26
27 2004-01-21 Marek Safar <marek.safar@seznam.cz>
28
29         * cs0102.cs,
30           cs0111-2.cs,
31           cs246-{2,3,4}.cs,
32           cs663.cs: New tests.
33
34 2004-01-05 Marek Safar <marek.safar@seznam.cz>
35
36         * cs3001.cs,
37           cs3001-1.cs,
38           cs3001-2.cs,
39           cs3001-3.cs,
40           cs3001-4.cs,
41           cs3001-5.cs,
42           cs3001-6.cs,
43           cs3001-7.cs,
44           cs3002.cs,
45           cs3002-1.cs,
46           cs3002-10.cs,
47           cs3002-2.cs,
48           cs3002-3.cs,
49           cs3002-4.cs,
50           cs3002-5.cs,
51           cs3002-6.cs,
52           cs3002-7.cs,
53           cs3002-8.cs,
54           cs3002-9.cs,
55           cs3003.cs,
56           cs3003-1.cs,
57           cs3008.cs,
58           cs3008-1.cs,
59           cs3008-2.cs,
60           cs3008-3.cs,
61           cs3008-4.cs,
62           cs3008-5.cs,
63           cs3008-6.cs,
64           cs3010.cs,
65           cs3011.cs,
66           cs3011-1.cs,
67           cs3014.cs,
68           cs3014-1.cs,
69           cs3014-2.cs,
70           cs3014-3.cs,
71           cs3014-4.cs,
72           cs3014-5.cs,
73           cs3014-6.cs,
74           cs3014-7.cs,
75           cs3015.cs,
76           cs3015-1.cs,
77           cs3016.cs,
78           cs3016-1.cs,
79           cs3016-2.cs,
80           cs3016-3.cs: New tests for CLS-compliance.
81
82         * cs108-2.cs,
83           cs116-2.cs,
84           cs592-4.cs,
85           cs592-5.cs,
86           cs592-6.cs: New tests.
87
88 2004-01-04 Ben Maurer  <bmaurer@users.sourceforge.net>
89
90         * cs157-{2,3,4}: test cases we fail.
91
92 2003-11-01  Marek Safar <marek.safar@seznam.cz>
93
94         * makefile: Added "// Compiler options:" handling.
95
96 2003-09-22  Martin Baulig  <martin@ximian.com>
97
98         * errors.txt: Added -219.
99
100 2003-09-16  Martin Baulig  <martin@ximian.com>
101
102         * cs8217.cs: New test.
103
104 2003-09-06  Martin Baulig  <martin@ximian.com>
105
106         * errors.txt: Added -216.
107
108 2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>
109
110         * cs0666.xml: added sample xml file for monodoc error provider.
111
112 2003-07-28  Martin Baulig  <martin@ximian.com>
113
114         * cs0075.cs: This test case was incorrect; according to the spec,
115         `(double) -1' is allowed since `double' is a builtin type.
116         However, `(A) -1' is not allowed where `A' is a valuetype and has
117         an implicit conversion from int.
118
119 2003-07-28  Nick Drochak <ndrochak@gol.com>
120
121         * Makefile: added test-local target. Fixes build problem.
122
123 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
124
125         * Makefile: added install-local target.
126
127 2003-07-26  Martin Baulig  <martin@ximian.com>
128
129         * error-6.cs: New test for bug #46907.
130
131         * Makefile:
132         (test-multi-local): Run the multi-test tests.
133         (all-local): Run run-test-local and test-multi-local.
134
135 2003-07-21  Martin Baulig  <martin@ximian.com>
136
137         * syntax0068.cs, syntax0069.cs, syntax0071.cs, syntax0116.cs:
138         These are syntax errors which we'd need to catch in cs-parser.jay;
139         separate them from the other errors.
140
141         * cs0572.cs: New test.
142
143 2003-07-14  Martin Baulig  <martin@ximian.com>
144
145         * cs0212.cs: New test.
146
147 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
148
149         * cs1501-4.cs: Another test case for this error. This time it is on
150         constructors for attributes. We now report the error correctly.
151
152 2003-05-18  Martin Baulig  <martin@ximian.com>
153
154         * error-3.cs: Added testcase for CS0188.
155
156 2003-05-18  Martin Baulig  <martin@ximian.com>
157
158         * error-4.cs: Renamed to cs1502-2.cs.
159
160 2003-05-18  Martin Baulig  <martin@ximian.com>
161
162         * makefile: Ignore CS0162 and CS0169.
163
164 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
165
166         * cs1518-2.cs:   Added comment describing the error.
167
168 2003-03-29  Gaurav Vaish <gvaish_mono@lycos.com>
169
170         * cs1518-2.cs:   Added new test.
171
172 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
173
174         * cs0208.cs: Added new test.
175
176 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
177
178         * cs0202.cs: Added new test.
179         
180 2002-12-24  Alejandro Sánchez Acosta  <raciel@gnome.org>
181
182         * cs0197.cs: Added new test.
183
184 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
185
186         * cs0192.cs: Added new test.
187
188 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
189
190         * cs0170.cs: Added new test.
191
192 2002-12-23  Alejandro Sánchez Acosta  <raciel@gnome.org>
193
194         * cs0156.cs: Added new test.
195
196 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
197
198         * cs0163.cs: Added new test file.
199
200 2002-12-21  Alejandro Sánchez Acosta  <raciel@gnome.org>
201
202         * cs0161.cs: Added new test file.
203
204 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
205
206         * cs0230.cs: Added this test file.
207
208 2002-12-19  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
209
210         * cs0225.cs: Added this file
211
212 2002-12-18  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
213
214         * cs0201.cs: Added this new test.
215
216 2002-12-18  Ravi Pratap  <ravi@ximian.com>
217
218         * errors.txt : Update for error # -24.
219
220 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
221
222         * cs0154.cs: New test.
223
224 2002-12-17  Alejandro Sánchez Acosta  <raciel@gnome.org>
225
226         * cs0138.cs: New test.
227
228 2002-12-07  Ravi Pratap  <ravi@ximian.com>
229
230         * cs0579.cs : Add.
231
232 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
233
234         * cs0140.cs,
235           cs0143.cs: New test.
236
237 2002-12-01  Alejandro Sánchez Acosta  <raciel@es.gnu.org>
238
239         * cs0100.cs,
240           cs0105.cs,
241           cs0112.cs,
242           cs0116.cs: New test.
243
244 2002-09-12  Martin Baulig  <martin@gnome.org>
245
246         * cs0038.cs: New test.
247
248 2002-08-27  Martin Baulig  <martin@gnome.org>
249
250         * cs0120-3.cs: New test.
251
252 2002-08-19  Ravi Pratap  <ravi@ximian.com>
253
254         * error-4.cs : New test.
255
256         * error-5.cs : New test.
257
258 2002-08-11  Martin Baulig  <martin@gnome.org>
259
260         * error-3.cs: New test.
261
262 2002-08-08  Martin Baulig  <martin@gnome.org>
263
264         * cs1540.cs: New test.
265
266 2002-08-08  Martin Baulig  <martin@gnome.org>
267
268         * cs0236.cs: New test.
269
270 2002-08-05  Martin Baulig  <martin@gnome.org>
271
272         * runtest.pl: This is a perl script which runs a testcase, parses the
273         MCS output and checks whether all errors are reported.
274
275         * error-1.cs, error-2.cs: Moved here from ../tests/.
276
277         * README.tests: Added (empty) list of all test cases.
278
279 2002-08-02  Martin Baulig  <martin@gnome.org>
280
281         * cs0155.cs, cs0155-2.cs: New tests.
282
283 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
284
285         * cs1039.cs, cs1033.cs, cs1010.cs: New tests.
286
287 2002-06-26    <adb@tardis.ed.ac.uk>
288
289         * cs1501-3.cs: Added new test for struct ctr typechecks.
290
291 2002-06-24  Andrew Birkett  <adb@tardis.ed.ac.uk>
292
293         * fail: cs0121.cs, cs0157.cs and cs1501.cs no longer fail.  
294         * cs0176.cs: Method has to be public for correct test
295         * cs0196.cs, cs0242.cs: Do 'return' to stop null statement warning.
296         * cs0255.cs: Add assignment to stop 'unused variable' warning.
297         * makefile: Output is now like "Running test 42 .. OK".  Added --unsafe to 
298           make cs0193.cs, cs0196.cs and cs0214-3.cs work.
299