solidity/test/libsolidity/smtCheckerTests/functions/getters
Martin Blicha ecded11833 Tests: Disable checking CEX
In this case I observed brittle behaviour with Z3, which behaved
differently on two equivalent queries with only variables renamed.
The reason for different versions was that in isoltest, we add version
pragma to the source code and this changes the ids of AST nodes. These
are in turn used to generate uniques names for SMT variables.
2023-09-05 12:39:19 +02:00
..
address.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
array_1.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
array_2.sol Tests: Disable checking CEX 2023-09-05 12:39:19 +02:00
array_of_structs_1.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
array_of_structs_2.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
array_of_structs_3.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
bytes.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
contract.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
double_access.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
enum.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
external_getter_1.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
external_getter_2.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
external_getter_this_1.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
external_getter_this_2.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
fixed_bytes.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
function.sol Fix internal error when deleting struct member of function type 2022-11-30 12:47:32 +01:00
inaccessible_dynamic_type_1.sol Update old tests 2021-04-08 21:03:39 +02:00
inaccessible_dynamic_type_2.sol Update old tests 2021-04-08 21:03:39 +02:00
inaccessible_dynamic_type_3.sol Update old tests 2021-04-08 21:03:39 +02:00
inaccessible_dynamic_type_4.sol Update old tests 2021-04-08 21:03:39 +02:00
mapping_1.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
mapping_2.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
mapping_with_cast.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_1.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_2.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_3.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_4.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_5.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_6.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_7.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_8.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_9.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
nested_arrays_mappings_10.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
static_array.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
string.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
struct_1.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
struct_2.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
struct_3.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
struct_4.sol Report safe properties in BMC and CHC 2023-03-09 14:59:32 +01:00
struct_with_reassignment.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00
uint.sol SMTChecker: Bring back counterexample checks in regression tests 2023-07-25 12:26:21 +02:00