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