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