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