solidity/test/libsolidity/smtCheckerTests/bmc_coverage
2021-02-01 16:46:34 +01:00
..
branches_with_return [SMTChecker] Keeping better track of path condition through branches with return statement in the BMC engine. 2020-11-30 11:47:49 +01:00
assert_in_constructor.sol [SMTChecker] Adding a dummy frame to the call stack for the implicit constructor 2020-11-16 22:46:17 +01:00
assert.sol Isoltets SMTChecker option and BMC specific tests 2020-11-06 15:03:38 +00:00
funds.sol Isoltets SMTChecker option and BMC specific tests 2020-11-06 15:03:38 +00:00
implicit_constructor_with_function_calls.sol [SMTChecker] Adding a dummy frame to the call stack for the implicit constructor 2020-11-16 22:46:17 +01:00
math_constructor.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
math.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
msg_value_4.sol [SMTChecker] Added transaction constraints also for contract deployment 2021-02-01 16:46:34 +01:00
range_check.sol [SMTChecker] Added transaction constraints also for contract deployment 2021-02-01 16:46:34 +01:00
timestamp.sol [SMTChecker] Added constraints for block properties 2020-12-29 22:17:44 +01:00
try_multiple_catch_clauses_2.sol update to the tests 2021-01-11 13:36:03 +01:00
try_multiple_returned_values_with_tuple.sol update to the tests 2021-01-11 13:36:03 +01:00
unary_add_minus_overflow_detected.sol [SMTChecker] Adding unary increment and decrement as under/overflow verification targets for the CHC engine 2020-12-11 17:41:50 +01:00
unchecked_function_call_with_unchecked_block.sol [SMTChecker] Reset checked/unchecked flag to the default value when inlining function in BMC 2021-01-15 15:36:26 +01:00