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