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