* invalid_dup_maxstack.il: the test wasn't generating the failing condition
[mono.git] / mono / tests / verifier / ChangeLog
1 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
2
3         * invalid_dup_maxstack.il: the test wasn't generating the failing condition
4         * make_tests.sh: fixed the generation of stack merge tests and a typo on the return coercion tests
5         * unverifiable_ldfld_initonly.il: add assembly manifest (so it tests the right thing)
6         * invalid_stack_2_ret.il: fix the entry point
7
8 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
9         
10         * invalid_call_empty_stack.il: added assembly manifest (so it tests the right thing)
11         * invalid_ldsfld_nonstatic_fld.il: same
12         * invalid_dup_maxstack.il: same
13         * invalid_ldsfld_no_fld.il: same
14         * unverifiable_call_private.il: same
15         * invalid_backward_branch.il: same
16         * make_unary_test.sh: same
17         * invalid_ldloc_no_local.il: same
18         * make_obj_store_test.sh: added static field to have stsfld tests
19         * make_store_test.sh: fixed the entrypoint
20         * make_tests.sh: fixed tests to be faithfull to the spec
21
22 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
23
24         *Changelog: fixed the dates of my commits
25
26 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
27
28         *make_load_test.sh: Fixed the entrypoint to generate valid code
29         *make_ret_test.sh: Fixed the entrypoint to generate valid code. Removed invalid generics classes
30         *make_tests.sh: Fixed the testsuite to not generate wrong tests
31         *Makefile: split the clean step as it was failing due to the huge file list
32          (it might need further tweaking as the testsuite grows)
33
34 2007-06-12  Rodrigo Kumpera  <kumpera@gmail.com>
35
36         * make_tests.sh: New boolean branch tests
37         * make_bool_branch_test.sh: Test the stack value that boolean branches use (brfalse / brtrue)
38         * make_ret_test.sh: removed unused variable from sed expression
39
40 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
41
42         * Makefile (run-test): Make it use pedump instead of mono for validation
43         * make_tests.sh: New tests
44         * invalid_stack_2_tet.il: New test
45         * make_ret_test.sh: New test script
46         * make_load_test.sh: New test script
47         * make_obj_store_test.sh: Test did not generate valid code for some cases
48         * make_store_test.sh: Test did not generate valid code for some cases
49
50 2006-06-06  Zoltan Varga  <vargaz@gmail.com>
51
52         * Makefile (run-test): Split 'test' target into a 'compile' and 'run-test' target.
53
54         * make_tests.sh: Remove some stack merge tests which are verifiable.
55
56         * make_unary_test.sh *.cil Makefile: Change extension of all static and generated
57         test files to the standard .il.
58
59 2006-05-25  Zoltan Varga  <vargaz@gmail.com>
60
61         * *.sh: Fix more verification problems.
62
63         * TestRunner.cs: Use Assembly.EntryPoint instead of searching for a Main method.
64
65 2006-05-23  Zoltan Varga  <vargaz@gmail.com>
66
67         * make_store_test.sh make_obj_store_test.sh make_stack_merge_test.sh: Fix
68         more ilasm and verification problems.
69
70         * TestRunner.cs: New file.
71
72 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
73
74         * make_store_test.sh make_obj_store_test.sh make_stack_merge_test.sh: Make
75         valuetypes sealed to fix ilasm warnings.
76
77 Sun Mar 12 16:18:04 CET 2006 Paolo Molaro <lupus@ximian.com>
78
79         * Initial import of the verifiers tests developed by
80         Jim Purbrick <babbage@lindenlab.com>.
81