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