solidity/test/libsolidity/smtCheckerTests/operators/shifts
Martin Blicha cdfc19b503 SMTChecker: Bring back counterexample checks in regression tests
Since the default is now to ignore the counterexamples when checking
test output, we bring back counterexample checks in tests where the
counterexample is (mostly) deterministic.
2023-07-25 12:26:21 +02:00
..
compound_shift_left.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
compound_shift_right.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_cex.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
shift_cleanup.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_left_larger_type.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_left_uint8.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_left_uint32.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_left.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_overflow.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_negative_literal.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_negative_lvalue_int8.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_negative_lvalue_int16.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_negative_lvalue_int32.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_negative_lvalue.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_uint8.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right_uint32.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_right.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shift_underflow_negative_rvalue.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
shr_unused.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00