2007-12-06 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / verifier / ChangeLog
1 2007-12-06 Rodrigo Kumpera <rkumpera@novell.com>
2
3         * make_test.sh: added tests for ldelem.X
4         * make_ldelem_test.sh: new test generator
5
6 2007-12-05 Rodrigo Kumpera <rkumpera@novell.com>
7
8         * make_test.sh: added tests for ldelema
9         * make_ldelema_test.sh: new test generator
10
11 2007-12-05 Rodrigo Kumpera <rkumpera@novell.com>
12
13         * make_test.sh: added tests for ldlen
14         * make_ldlen_test.sh: new test generator
15
16 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
17
18         * valid_array_method.cs: test for invoking array methods.
19
20 2007-10-09 Rodrigo Kumpera <rkumpera@novell.com>
21
22         * make_tests.sh: tests for the return type of the invoked method.
23         tests for passing typedbyref as param.
24
25         * make_obj_store_test.sh: add new optional script parameter to tell
26         if class fields should be generated. This fix some bogus tests using
27         typedbyref.
28
29 2007-10-09 Rodrigo Kumpera <rkumpera@novell.com>
30         * make_tests.sh: unbox_byref_like test was flawed, it was not testing
31         the proper unverifable condition.
32
33 2007-10-09 Rodrigo Kumpera <rkumpera@novell.com>
34
35         * make_unary_test.sh: fixed an invalid struct that has no fields,
36         this was not the subject of the tests.
37         * make_newobj_test.sh: added, generate tests for newobj.
38         * make_tests.sh: added the new tests for newobj and some corner
39         cases of local/arg load/store.
40
41
42 2007-10-04 Rodrigo Kumpera <rkumpera@novell.com>
43
44         * make_store_indirect_test.sh: added, generate tests for stind.X.
45         * make_tests.sh: added the new tests for ldind.X.
46
47 2007-10-02 Rodrigo Kumpera <rkumpera@novell.com>
48
49         * make_tests.sh: added the new tests for ops mixing Int32 and IntPtr, disabled
50         the overlapped tests for now
51         * make_unary_test.sh: disabled the overlapped tests for now
52         * make_field_store_test.sh: sames
53
54 2007-09-27 Rodrigo Kumpera <rkumpera@novell.com>
55
56         * make_load_indirect_test.sh: added, generate tests for ldind.X.
57         * make_tests.sh: added the new tests for ldind.X and new tests for stloc/starg using 
58         native int and int32.
59
60 2007-09-25 Rodrigo Kumpera <rkumpera@novell.com>
61
62         * valid_load_addr.il: Tests for valid uses of ldarga and ldloca
63         * make_double_nesting_test.sh: Generate tests for calling nested classes from a diferent outer class
64
65 2007-09-25 Rodrigo Kumpera <rkumpera@novell.com>
66
67         * valid_generic_params.cs (added): Tests for valid use of generic types.
68         * Makedfile: added valid_generic_params.cs
69
70 2007-08-16 Rodrigo Kumpera <rkumpera@novell.com>
71
72         * make_newarr_test.sh (added):  Generate newarr related tests.
73         * make_tests.sh: Addes tests for newarr.
74
75
76 2007-08-15 Rodrigo Kumpera <rkumpera@novell.com>
77
78         * make_unbox_test.sh (added):  Generate unbox related tests.
79         * make_tests.sh: Addes tests for unbox.
80
81
82 2007-08-15 Rodrigo Kumpera <rkumpera@novell.com>
83
84         * make_ldobj_test.sh (added):  Generate ldobj related tests.
85         * make_tests.sh: Addes tests for ldobj.
86
87 2007-08-13 Rodrigo Kumpera <rkumpera@novell.com>
88
89         * make_ldtoken_test.sh (added):  Generate ldtoken related tests
90         * make_tests.sh: Addes tests for ldtoken, conv.*.* and visibility checks
91         for nested classes mixed with inheritance
92
93 2007-08-10 Rodrigo Kumpera <rkumpera@novell.com>
94
95         * make_test.sh: Added new visibility tests and not/neg tests
96         * make_cross_nested_access_test.sh: new test script for visibility
97         between two classes nested in the same class
98         * unverifiable_ldsfld_no_fld.il: added main method
99         * make_unary_test.sh: added some types to make room for more tests
100         * make_exception_branch_test.sh: fix the test to trigger the right error
101
102
103 2007-08-02 Rodrigo Kumpera <rkumpera@novell.com>
104
105         * make_exception_branch_test.sh: Fix the generation of the tests, so only
106         branching problems are validated.
107
108 2007-07-20 Rodrigo Kumpera <rkumpera@novell.com>
109
110         * make_test.sh: added more visibility tests
111         * Makefile: changed again the clean target to work with the larger number of tests
112         * make_self_nested_test.sh: new visibility tests
113
114 2007-07-19 Rodrigo Kumpera <rkumpera@novell.com>
115
116         * make_test.sh: added reference compatibility tests
117
118 2007-07-05 Rodrigo Kumpera <rkumpera@novell.com>
119
120         * AssemblyRunner.cs: bug fix: handles missing fields corrently
121         * make_test.sh: correct some tests based on fixed AssemblyRunner
122         
123 2007-07-05 Rodrigo Kumpera <rkumpera@novell.com>
124
125         * AssemblyRunner.cs: Allow running the test suite from the same VM instance
126         * make_tests.sh: improved the test-suite, now it works running under a VM, not just the verifier
127         * unverifiable_ldflda_other_class_on_simple_method.il: same
128         * unverifiable_ptr_nop.il: same
129         * unverifiable_ldsflda_other_class_field_on_cctor.il: same
130         * make_load_test.sh: same
131         * make_stack_0_test.sh: same
132         * make_obj_store_test.sh: same
133         * unverifiable_m_ptr_ldloc.il: same
134         * make_ret_test.sh: same
135         * make_store_test.sh: same
136         * unverifiable_ldsflda_other_class_on_simple_method.il: same
137         * make_access_test.sh: same
138         * unverifiable_ptr_ldloc.il: same
139         * invalid_call_no_method.il: same
140         * unverifiable_ldsfld_no_fld.il: same
141         * unverifiable_ldflda_owner_class_on_simple_method.il: same
142         * unverifiable_m_ptr_ldarg.il: same
143         * make_stack_merge_test.sh: same
144         * unverifiable_stack_2_ret.il: same
145         * unverifiable_ldflda_other_class_field_on_ctor.il: same
146         * unverifiable_ldflda_other_class_field_on_cctor.il: same
147         * make_field_store_test.sh: same
148         * invalid_backward_branch.il: same
149         * unverifiable_ldfld_initonly.il: same
150         * make_nested_access_test.sh: same
151         * invalid_stack_2_ret.il: same
152         * unverifiable_ldsflda_owner_class_on_simple_method.il: same
153         * unverifiable_ptr_ldarg.il: same
154         * valid_fld_initonly.il: same
155         * make_bin_test.sh: same
156         * make_field_valuetype_test.sh: new tests
157         
158
159 2007-07-03 Rodrigo Kumpera <rkumpera@novell.com>
160
161         * make_tests.sh: new access verification tests
162         * make_access_test.sh: create member access test
163         * make_nested_access_tests.sh: create nested member access test
164
165 2007-07-03 Rodrigo Kumpera <rkumpera@novell.com>
166
167         *make_tests.sh: fixed two tests to produce valid results with .net
168         *make_field_test.sh: make fields public
169
170 2007-06-22  Rodrigo Kumpera  <kumpera@gmail.com>
171
172         * unverifiable_ldflda_other_class_on_simple_method.il: test for load field address in .ctor
173         * unverifiable_ldsflda_other_class_on_simple_method.il: same
174         * unverifiable_ldsflda_other_class_field_on_cctor.il: same
175         * unverifiable_ldflda_other_class_field_on_cctor.il: same
176         * unverifiable_ldsflda_owner_class_on_simple_method.il: same
177         * unverifiable_ldflda_owner_class_on_simple_method.il: same
178         * valid_ldflda_owned_field_on_cctor.il: same
179         * valid_ldsflda_owned_field_on_cctor.il: same
180         * valid_local_ref_ref_store.il: valid local store that was not covered before
181         * unverifiable_ptr_nop.il:  unmanaged pointer ops
182         * unverifiable_ptr_ldloc.il: same
183         * unverifiable_ptr_ldarg.il: same
184         * unverifiable_m_ptr_ldloc.il: same
185         * unverifiable_m_ptr_ldarg.il: same
186
187 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
188
189         *make_tests.sh: new ldsfld tests, more call conv tests
190
191 2007-06-19  Rodrigo Kumpera  <kumpera@gmail.com>
192
193         *make_tests.sh: new ldfld tests (they check everything but visibility)
194         *make_field_store_test.sh: generated the new field tests
195
196 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
197
198         * invalid_dup_maxstack.il: the test wasn't generating the failing condition
199         * make_tests.sh: fixed the generation of stack merge tests and a typo on the return coercion tests
200         * unverifiable_ldfld_initonly.il: add assembly manifest (so it tests the right thing)
201         * invalid_stack_2_ret.il: fix the entry point
202
203 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
204         
205         * invalid_call_empty_stack.il: added assembly manifest (so it tests the right thing)
206         * invalid_ldsfld_nonstatic_fld.il: same
207         * invalid_dup_maxstack.il: same
208         * invalid_ldsfld_no_fld.il: same
209         * unverifiable_call_private.il: same
210         * invalid_backward_branch.il: same
211         * make_unary_test.sh: same
212         * invalid_ldloc_no_local.il: same
213         * make_obj_store_test.sh: added static field to have stsfld tests
214         * make_store_test.sh: fixed the entrypoint
215         * make_tests.sh: fixed tests to be faithfull to the spec
216
217 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
218
219         *Changelog: fixed the dates of my commits
220
221 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
222
223         *make_load_test.sh: Fixed the entrypoint to generate valid code
224         *make_ret_test.sh: Fixed the entrypoint to generate valid code. Removed invalid generics classes
225         *make_tests.sh: Fixed the testsuite to not generate wrong tests
226         *Makefile: split the clean step as it was failing due to the huge file list
227          (it might need further tweaking as the testsuite grows)
228
229 2007-06-12  Rodrigo Kumpera  <kumpera@gmail.com>
230
231         * make_tests.sh: New boolean branch tests
232         * make_bool_branch_test.sh: Test the stack value that boolean branches use (brfalse / brtrue)
233         * make_ret_test.sh: removed unused variable from sed expression
234
235 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
236
237         * Makefile (run-test): Make it use pedump instead of mono for validation
238         * make_tests.sh: New tests
239         * invalid_stack_2_tet.il: New test
240         * make_ret_test.sh: New test script
241         * make_load_test.sh: New test script
242         * make_obj_store_test.sh: Test did not generate valid code for some cases
243         * make_store_test.sh: Test did not generate valid code for some cases
244
245 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
246
247         * Makefile (run-test): Split 'test' target into a 'compile' and 'run-test' target.
248
249         * make_tests.sh: Remove some stack merge tests which are verifiable.
250
251         * make_unary_test.sh *.cil Makefile: Change extension of all static and generated
252         test files to the standard .il.
253
254 2006-05-25  Zoltan Varga  <vargaz@gmail.com>
255
256         * *.sh: Fix more verification problems.
257
258         * TestRunner.cs: Use Assembly.EntryPoint instead of searching for a Main method.
259
260 2006-05-23  Zoltan Varga  <vargaz@gmail.com>
261
262         * make_store_test.sh make_obj_store_test.sh make_stack_merge_test.sh: Fix
263         more ilasm and verification problems.
264
265         * TestRunner.cs: New file.
266
267 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
268
269         * make_store_test.sh make_obj_store_test.sh make_stack_merge_test.sh: Make
270         valuetypes sealed to fix ilasm warnings.
271
272 Sun Mar 12 16:18:04 CET 2006 Paolo Molaro <lupus@ximian.com>
273
274         * Initial import of the verifiers tests developed by
275         Jim Purbrick <babbage@lindenlab.com>.
276