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