2004-03-21 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / tests / ChangeLog
1 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
2
3         * libtest.c pinvoke2.cs: Add new test for implicit [Out] marshalling
4         of char[].
5
6 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
7
8         * libtest.c (mono_test_marshal_time_t): fix
9         for current code on 64 bit machines with 64bit time
10
11         * marshal9.cs marshal10.cs: Do arithmetic on
12         pointers as 64bits.
13
14 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
15
16         * setenv.cs: Handle DllNotFoundException.
17
18         * pinvoke2.cs pinvoke12.cs: Merge pinvoke12.cs into pinvoke2.cs.
19
20 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
21
22         * many-locals.cs: Add tests for locals with large stack frame offsets.
23
24 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
25
26         * switch.cs: Add test for bug #54473.
27
28 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
29
30         * libtest.c: Add <time.h>
31
32         * delegate.cs: Add test for bug #52092.
33
34 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
35
36         * marshal10.cs: Oops, wrong test.
37
38         * libtest.c: Add valuetype marshaling test.
39
40         * marshal9.cs: Fix after marshaling changes.
41
42         * marshal10.cs: Add valuetype marshaling test.
43
44 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
45
46         * Makefile.am: Remove the SHELL=bash setting since some people do not seem to
47         have bash.
48
49 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
50
51         * pinvoke2.cs libtest.c: Add test for unicode StringBuilder marshalling.
52
53         * pinvoke.cs libtest.c: Add test for Sparc V8 split register/stack double
54         parameter passing.
55
56 2004-01-31  Zoltan Varga  <vargaz@freemail.hu>
57
58         * setenv.cs: Make this run on platforms without setenv.
59
60 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
61
62         * Makefile.am: Set SHELL to bash, since some commands require it.
63
64 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
65
66         * pinvoke17.cs: Fix test.
67
68 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
69
70         * pinvoke2.cs: Add tests for DllImport problems.
71
72         * pinvoke.cs: Make this run under linux.
73
74 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
75
76         * custom-attr.cs: Add test for properties with array type.
77
78 2003-12-13  Patrik Torstensson  <p@rxc.se>
79
80         * bug-42136.cs: invalid liveness analyse for locals
81         used in try and catch block. (exceptions not counted 
82         for in the liveness analyse)
83         * Makefile.am: added bug-42136.cs
84         
85 2003-12-13  Patrik Torstensson  <p@rxc.se>
86
87         * bug-48015.cs: new test for obj.Equals on ContextBound objects
88         * Makefile.am: added bug-48015.cs.
89
90 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
91
92         * context-static.cs: new test for ContextStaticAttribute.
93         * Makefile.am: added context-static.cs.
94
95 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
96
97         * cattr-object.cs: Fix test so it does not count the attributes on the
98         Object class.
99
100 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
101
102         * appdomain-unload.cs: Get rid of hardcoded file names.
103                 
104         * appdomain-unload.cs: New file. AppDomain Unloading tests.
105         
106         * Makefile: Add new test + enable IL tests now that we have a working
107         ilasm.
108         
109         * delegate7.cs: Convert it to use the test driver + add regression test
110         for #50366.
111
112 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
113
114         * libtest.c pinvoke2.cs: Add tests for [In,Out] marshalling of arrays.
115
116 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
117
118         * vararg.il: New file.
119
120         * Makefile.am: Added vararg.il.
121
122 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
123
124         * Makefile.am: fix so it works if builddir != srcdir
125
126         * libtest.c: (mono_test_empty_struct) make it exist for 
127         non-GCC builds (and possibly pass depending on trampolines).
128         (mono_test_marshal_bool_byref) bools marshal as ints by default
129         
130 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
131
132         * bug-46781.cs: New regression test.
133
134         * libtest.c pinvoke2.cs: Add new test for SetLastError functionality.
135
136         * Makefile.am (TEST_CS_SRC): Remove merged tests.
137
138         * pinvoke2.cs pinvoke3.cs: Merge tests 4-8 into these files + 
139         convert tests so they run with the test driver used by mini.
140
141         * pinvoke3.cs libtest.c: Add tests for class arguments and return 
142         values.
143
144         * pinvoke4.cs pinvoke5.cs pinvoke6.cs pinvoke7.cs pinvoke8.cs: Removed.
145