2004-11-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / tests / ChangeLog
1 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
2
3         * loader.cs: New file for assembly loading tests.
4
5 2004-10-29  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
6
7         * cattr-object.cs: Correct type checking so test will stop giving
8         false negatives.
9
10 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
11
12         * pinvoke2.cs: Add test for prefixing 'lib' to dll names.
13
14 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
15
16         * marshal.cs: Add test for GetFunctionPointerForDelegate.
17
18         * libtest.c pinvoke2.cs: Add test for returning delegates.
19
20 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
21
22         * Makefile.am: Add marshal.cs.
23
24         * marshal.cs: New file for Marshal tests.
25
26 2004-09-21 Zoltan Varga <vargaz@freemail.hu>
27
28         * libtest.c: Free memory using CoTaskMemFree on windows.
29         * libtest.c (mono_test_stdcall_name_mangling): Remove declspec(dllimport).
30
31 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
32
33         * libtest.c (mono_test_stdcall_name_mangling): Add test for stdcall 
34         name mangling on windows.
35
36 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
37
38         * pinvoke2.cs libtest.c: Add test for stdcall name mangling on windows.
39
40 2004-09-08  Lluis Sanchez Gual  <lluis@novell.com>
41
42         * delegate8.cs: New regression test for bug #59299.
43         * Makefile.am: Added delegate8.cs.
44
45 2004-09-07  Duncan Mak  <duncan@ximian.com>
46
47         * typeof-ptr.cs: Add an unsafe section to the code that's using
48         direct pointers. This was breaking the test stage on the build boxes.
49
50 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
51
52         * libtest.c (mono_test_marshal_string_array): Add test for null
53         terminating string arrays.
54
55 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
56
57         * libtest.c: Mark delegates with __stdcall on windows.
58
59 2004-09-04  Zoltan Varga  <vargaz@freemail.hu>
60
61         * pinvoke2.cs libtest.c: Fix memory management in tests.
62
63         * pinvoke14.cs: Merge this into pinvoke2.cs.
64
65 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
66
67         * marshal9.cs libtest.c: Fix memory leaks in test.
68
69 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
70
71         * pinvoke16.cs: Merge this into pinvoke2.cs, and fix it.
72
73         * marshal9.cs: Clean up and expand custom marshalling tests.
74
75         * marshal10.cs: Merge this into marshal9.cs.
76
77         * pinvoke12.cs: Remove, this was merged into pinvoke2.cs a long time
78         ago.
79
80 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
81
82         * pinvoke2.cs libtest.c: New test for byref string arrays.
83
84 2004-08-06  Zoltan Varga  <vargaz@freemail.hu>
85
86         * pinvoke2.cs libtest.c: Add AMD64 structs-by-value tests.
87
88 2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
89
90         * marshal10.cs libtest.c: Remove incorrect time_t custom marshalling 
91         test.
92
93 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
94
95         * reflection-const-field.cs: New test for reflection on
96         constant fields.
97         
98 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
99
100         * Makefile.am pinvoke3.cs pinvoke9.cs: Merge pinvoke9 into pinvoke3.
101
102 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
103
104         * pinvoke3.cs libtest.c: New test for returning delegates from a
105         delegate.
106
107         * pinvoke2.cs libtest.c: New tests for stringbuilder marshalling.
108
109 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
110
111         * Makefile.am (CLEANFILES): Delete .stdout files too.
112
113 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
114
115         * invoke.cs: Add an Invoke test.
116
117 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
118
119         * pinvoke3.cs libtest.c: New tests for byref struct marshalling.
120
121         * static-constructor.cs: Add new regression test for bug #59193.
122
123         * setenv.cs: Fix this after marshalling changes.
124
125 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
126
127         * pinvoke3.cs libtest.c: Add tests for fnptr->delegate marshalling.
128
129         * Makefile.am (DISABLED_TESTS): appdomain-unload.exe seems to run too.
130
131 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
132
133         * Makefile.am (DISABLED_TESTS): Reenable remoting2 and remoting3.
134
135 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
136
137         * Makefile.am (PLATFORM_DISABLED_TESTS): Reenable thread abort test.
138
139 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
140
141         * marshal9.cs marshal10.cs: Fix custom marshalling tests.
142
143 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
144
145         * Makefile.am (EXTRA_DIST): Distribute benchmarks as well.
146
147         * pinvoke2.cs libtest.c: Add tests for AsAny marshalling.
148
149 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
150
151         * Makefile.am: Disable thread6.exe since it might hang. Fix check for
152         failed tests.
153
154         * Makefile.am: Only disable thread6.exe on x86.
155
156 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
157
158         * pinvoke2.cs libtest.c: New tests for long fields inside structs.
159
160 2004-04-26  Zoltan Varga  <vargaz@freemail.hu>
161
162         * Makefile.am test-driver: Disable some failing tests.
163
164 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
165
166         * pinvoke3.cs libtest.c: Add test for string marshalling in delegates.
167
168 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
169
170         * libtest.c pinvoke2.cs marshal4.cs Makefile.am: Add more tests for 
171         marshalling delegate fields in structs. Merge marshal4.cs into 
172         pinvoke2.cs.
173
174         * libtest.c pinvoke2.cs: Add more tests for unicode marshalling.
175
176 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
177         
178         * libtest.c pinvoke2.cs: Add test for unicode string array marshalling.
179
180 2004-04-10  Bernie Solomon  <bernard@ugsolutions.com>
181
182         * libtest.c: declare SetLastError on Windows
183
184 2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>
185
186         * synchronized.cs: Monitor.Exit does not throw an exception anymore if the
187         lock is not owned by the current thread (see bug #56157). Modified test that
188         checked this.
189
190 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
191
192         * libtest.c pinvoke2.cs: Add new test for implicit [Out] marshalling
193         of char[].
194
195 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
196
197         * libtest.c (mono_test_marshal_time_t): fix
198         for current code on 64 bit machines with 64bit time
199
200         * marshal9.cs marshal10.cs: Do arithmetic on
201         pointers as 64bits.
202
203 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
204
205         * setenv.cs: Handle DllNotFoundException.
206
207         * pinvoke2.cs pinvoke12.cs: Merge pinvoke12.cs into pinvoke2.cs.
208
209 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
210
211         * many-locals.cs: Add tests for locals with large stack frame offsets.
212
213 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
214
215         * switch.cs: Add test for bug #54473.
216
217 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
218
219         * libtest.c: Add <time.h>
220
221         * delegate.cs: Add test for bug #52092.
222
223 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
224
225         * marshal10.cs: Oops, wrong test.
226
227         * libtest.c: Add valuetype marshaling test.
228
229         * marshal9.cs: Fix after marshaling changes.
230
231         * marshal10.cs: Add valuetype marshaling test.
232
233 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
234
235         * Makefile.am: Remove the SHELL=bash setting since some people do not seem to
236         have bash.
237
238 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
239
240         * pinvoke2.cs libtest.c: Add test for unicode StringBuilder marshalling.
241
242         * pinvoke.cs libtest.c: Add test for Sparc V8 split register/stack double
243         parameter passing.
244
245 2004-01-31  Zoltan Varga  <vargaz@freemail.hu>
246
247         * setenv.cs: Make this run on platforms without setenv.
248
249 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
250
251         * Makefile.am: Set SHELL to bash, since some commands require it.
252
253 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
254
255         * pinvoke17.cs: Fix test.
256
257 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
258
259         * pinvoke2.cs: Add tests for DllImport problems.
260
261         * pinvoke.cs: Make this run under linux.
262
263 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
264
265         * custom-attr.cs: Add test for properties with array type.
266
267 2003-12-13  Patrik Torstensson  <p@rxc.se>
268
269         * bug-42136.cs: invalid liveness analyse for locals
270         used in try and catch block. (exceptions not counted 
271         for in the liveness analyse)
272         * Makefile.am: added bug-42136.cs
273         
274 2003-12-13  Patrik Torstensson  <p@rxc.se>
275
276         * bug-48015.cs: new test for obj.Equals on ContextBound objects
277         * Makefile.am: added bug-48015.cs.
278
279 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
280
281         * context-static.cs: new test for ContextStaticAttribute.
282         * Makefile.am: added context-static.cs.
283
284 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
285
286         * cattr-object.cs: Fix test so it does not count the attributes on the
287         Object class.
288
289 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
290
291         * appdomain-unload.cs: Get rid of hardcoded file names.
292                 
293         * appdomain-unload.cs: New file. AppDomain Unloading tests.
294         
295         * Makefile: Add new test + enable IL tests now that we have a working
296         ilasm.
297         
298         * delegate7.cs: Convert it to use the test driver + add regression test
299         for #50366.
300
301 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
302
303         * libtest.c pinvoke2.cs: Add tests for [In,Out] marshalling of arrays.
304
305 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
306
307         * vararg.il: New file.
308
309         * Makefile.am: Added vararg.il.
310
311 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
312
313         * Makefile.am: fix so it works if builddir != srcdir
314
315         * libtest.c: (mono_test_empty_struct) make it exist for 
316         non-GCC builds (and possibly pass depending on trampolines).
317         (mono_test_marshal_bool_byref) bools marshal as ints by default
318         
319 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
320
321         * bug-46781.cs: New regression test.
322
323         * libtest.c pinvoke2.cs: Add new test for SetLastError functionality.
324
325         * Makefile.am (TEST_CS_SRC): Remove merged tests.
326
327         * pinvoke2.cs pinvoke3.cs: Merge tests 4-8 into these files + 
328         convert tests so they run with the test driver used by mini.
329
330         * pinvoke3.cs libtest.c: Add tests for class arguments and return 
331         values.
332
333         * pinvoke4.cs pinvoke5.cs pinvoke6.cs pinvoke7.cs pinvoke8.cs: Removed.