* reflection.c: The modified type encoding was causing build
[mono.git] / mono / tests / ChangeLog
1 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
2
3         * pinvoke3.cs libtest.c: New tests for byref struct marshalling.
4
5         * static-constructor.cs: Add new regression test for bug #59193.
6
7         * setenv.cs: Fix this after marshalling changes.
8
9 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
10
11         * pinvoke3.cs libtest.c: Add tests for fnptr->delegate marshalling.
12
13         * Makefile.am (DISABLED_TESTS): appdomain-unload.exe seems to run too.
14
15 2004-05-23  Zoltan Varga  <vargaz@freemail.hu>
16
17         * Makefile.am (DISABLED_TESTS): Reenable remoting2 and remoting3.
18
19 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
20
21         * Makefile.am (PLATFORM_DISABLED_TESTS): Reenable thread abort test.
22
23 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
24
25         * marshal9.cs marshal10.cs: Fix custom marshalling tests.
26
27 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
28
29         * Makefile.am (EXTRA_DIST): Distribute benchmarks as well.
30
31         * pinvoke2.cs libtest.c: Add tests for AsAny marshalling.
32
33 2004-05-06  Zoltan Varga  <vargaz@freemail.hu>
34
35         * Makefile.am: Disable thread6.exe since it might hang. Fix check for
36         failed tests.
37
38         * Makefile.am: Only disable thread6.exe on x86.
39
40 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
41
42         * pinvoke2.cs libtest.c: New tests for long fields inside structs.
43
44 2004-04-26  Zoltan Varga  <vargaz@freemail.hu>
45
46         * Makefile.am test-driver: Disable some failing tests.
47
48 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
49
50         * pinvoke3.cs libtest.c: Add test for string marshalling in delegates.
51
52 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
53
54         * libtest.c pinvoke2.cs marshal4.cs Makefile.am: Add more tests for 
55         marshalling delegate fields in structs. Merge marshal4.cs into 
56         pinvoke2.cs.
57
58         * libtest.c pinvoke2.cs: Add more tests for unicode marshalling.
59
60 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
61         
62         * libtest.c pinvoke2.cs: Add test for unicode string array marshalling.
63
64 2004-04-10  Bernie Solomon  <bernard@ugsolutions.com>
65
66         * libtest.c: declare SetLastError on Windows
67
68 2004-03-30  Lluis Sanchez Gual  <lluis@ximian.com>
69
70         * synchronized.cs: Monitor.Exit does not throw an exception anymore if the
71         lock is not owned by the current thread (see bug #56157). Modified test that
72         checked this.
73
74 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
75
76         * libtest.c pinvoke2.cs: Add new test for implicit [Out] marshalling
77         of char[].
78
79 2004-03-15  Bernie Solomon  <bernard@ugsolutions.com>
80
81         * libtest.c (mono_test_marshal_time_t): fix
82         for current code on 64 bit machines with 64bit time
83
84         * marshal9.cs marshal10.cs: Do arithmetic on
85         pointers as 64bits.
86
87 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
88
89         * setenv.cs: Handle DllNotFoundException.
90
91         * pinvoke2.cs pinvoke12.cs: Merge pinvoke12.cs into pinvoke2.cs.
92
93 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
94
95         * many-locals.cs: Add tests for locals with large stack frame offsets.
96
97 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
98
99         * switch.cs: Add test for bug #54473.
100
101 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
102
103         * libtest.c: Add <time.h>
104
105         * delegate.cs: Add test for bug #52092.
106
107 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
108
109         * marshal10.cs: Oops, wrong test.
110
111         * libtest.c: Add valuetype marshaling test.
112
113         * marshal9.cs: Fix after marshaling changes.
114
115         * marshal10.cs: Add valuetype marshaling test.
116
117 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
118
119         * Makefile.am: Remove the SHELL=bash setting since some people do not seem to
120         have bash.
121
122 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
123
124         * pinvoke2.cs libtest.c: Add test for unicode StringBuilder marshalling.
125
126         * pinvoke.cs libtest.c: Add test for Sparc V8 split register/stack double
127         parameter passing.
128
129 2004-01-31  Zoltan Varga  <vargaz@freemail.hu>
130
131         * setenv.cs: Make this run on platforms without setenv.
132
133 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
134
135         * Makefile.am: Set SHELL to bash, since some commands require it.
136
137 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
138
139         * pinvoke17.cs: Fix test.
140
141 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
142
143         * pinvoke2.cs: Add tests for DllImport problems.
144
145         * pinvoke.cs: Make this run under linux.
146
147 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
148
149         * custom-attr.cs: Add test for properties with array type.
150
151 2003-12-13  Patrik Torstensson  <p@rxc.se>
152
153         * bug-42136.cs: invalid liveness analyse for locals
154         used in try and catch block. (exceptions not counted 
155         for in the liveness analyse)
156         * Makefile.am: added bug-42136.cs
157         
158 2003-12-13  Patrik Torstensson  <p@rxc.se>
159
160         * bug-48015.cs: new test for obj.Equals on ContextBound objects
161         * Makefile.am: added bug-48015.cs.
162
163 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
164
165         * context-static.cs: new test for ContextStaticAttribute.
166         * Makefile.am: added context-static.cs.
167
168 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
169
170         * cattr-object.cs: Fix test so it does not count the attributes on the
171         Object class.
172
173 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
174
175         * appdomain-unload.cs: Get rid of hardcoded file names.
176                 
177         * appdomain-unload.cs: New file. AppDomain Unloading tests.
178         
179         * Makefile: Add new test + enable IL tests now that we have a working
180         ilasm.
181         
182         * delegate7.cs: Convert it to use the test driver + add regression test
183         for #50366.
184
185 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
186
187         * libtest.c pinvoke2.cs: Add tests for [In,Out] marshalling of arrays.
188
189 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
190
191         * vararg.il: New file.
192
193         * Makefile.am: Added vararg.il.
194
195 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
196
197         * Makefile.am: fix so it works if builddir != srcdir
198
199         * libtest.c: (mono_test_empty_struct) make it exist for 
200         non-GCC builds (and possibly pass depending on trampolines).
201         (mono_test_marshal_bool_byref) bools marshal as ints by default
202         
203 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
204
205         * bug-46781.cs: New regression test.
206
207         * libtest.c pinvoke2.cs: Add new test for SetLastError functionality.
208
209         * Makefile.am (TEST_CS_SRC): Remove merged tests.
210
211         * pinvoke2.cs pinvoke3.cs: Merge tests 4-8 into these files + 
212         convert tests so they run with the test driver used by mini.
213
214         * pinvoke3.cs libtest.c: Add tests for class arguments and return 
215         values.
216
217         * pinvoke4.cs pinvoke5.cs pinvoke6.cs pinvoke7.cs pinvoke8.cs: Removed.
218