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