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