solidity/test/libsolidity/smtCheckerTests
Alex Beregszaszi 636da48e82 Move most of SMTChecker tests from C++ to isoltest
But keep divison in C++ because results differ between different solvers
2018-11-22 13:33:24 +00:00
..
functions [SMTChecker] Support bound function calls 2018-11-19 15:29:00 +01:00
special [SMTChecker] Implement uninterpreted functions and use it for blockhash() 2018-11-15 09:12:42 +01:00
types Grouping of symbolic variables in the same file and support to FixedBytes 2018-10-25 09:30:48 +02:00
001_smoke.test.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
002_simple_overflow.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
003_warn_on_typecast.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
004_warn_on_struct.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
005_simple_assert.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
006_simple_assert_with_require.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
007_assignment_in_declaration.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
008_function_call_does_not_clear_local_vars.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
009_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
010_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
011_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
012_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
013_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
014_branches_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
015_branches_assert_condition.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
016_branches_assert_condition.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
017_ways_to_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
018_ways_to_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
019_ways_to_merge_variables.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
020_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
021_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
022_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
023_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
024_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
025_bool_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
026_bool_int_mixed.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
027_bool_int_mixed.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
028_bool_int_mixed.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
029_storage_value_vars.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
030_storage_value_vars.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
031_storage_value_vars.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
032_storage_value_vars.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
033_while_loop_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
034_while_loop_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
035_while_loop_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
036_while_loop_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
037_while_loop_simple.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
038_constant_condition.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
039_constant_condition.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
040_constant_condition.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
041_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
042_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
043_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
044_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
045_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00
046_for_loop.sol Move most of SMTChecker tests from C++ to isoltest 2018-11-22 13:33:24 +00:00