solidity/test/libsolidity/smtCheckerTests/types
2020-06-10 11:30:50 +02:00
..
address_balance.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
address_call.sol [SMTChecker] Fix ICE in abi.decode 2019-11-18 13:15:10 +01:00
address_delegatecall.sol [SMTChecker] Fix ICE in abi.decode 2019-11-18 13:15:10 +01:00
address_staticcall.sol [SMTChecker] Fix ICE in abi.decode 2019-11-18 13:15:10 +01:00
address_transfer_2.sol [SMTChecker] Support tuple type declaration 2019-05-02 12:05:21 +02:00
address_transfer_insufficient.sol [SMTChecker] Support tuple type declaration 2019-05-02 12:05:21 +02:00
address_transfer.sol [SMTChecker] Support tuple type declaration 2019-05-02 12:05:21 +02:00
array_aliasing_memory_1.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_memory_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_memory_3.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_storage_1.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_storage_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_storage_3.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_storage_4.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_aliasing_storage_5.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_branch_1d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branch_2d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
array_branch_3d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
array_branches_1d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branches_2d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
array_branches_3d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
array_dynamic_1_fail.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_1.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_2_fail.sol [SMTChecker] Zero-initialize arrays 2019-09-02 22:37:30 +02:00
array_dynamic_2.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_3_fail.sol [SMTChecker] Zero-initialize arrays 2019-09-02 22:37:30 +02:00
array_dynamic_3.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_parameter_1_fail.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_parameter_1.sol Add tests 2019-03-06 11:29:26 +01:00
array_literal_1.sol Always create symbolic expression 2019-07-01 16:25:33 +02:00
array_mapping_aliasing_1.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_mapping_aliasing_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_static_1_fail.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_1.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_2_fail.sol [SMTChecker] Zero-initialize arrays 2019-09-02 22:37:30 +02:00
array_static_2.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_3_fail.sol [SMTChecker] Zero-initialize arrays 2019-09-02 22:37:30 +02:00
array_static_3.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_aliasing_memory_5.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_static_aliasing_storage_5.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_static_mapping_aliasing_1.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_static_mapping_aliasing_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
array_struct_array_branches_2d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
bool_int_mixed_1.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_int_mixed_2.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_int_mixed_3.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_1.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_2.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_3.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_4.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_5.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bool_simple_6.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
bytes_1.sol Add SMT type support to Solidity arrays 2019-03-06 11:29:26 +01:00
bytes_2_fail.sol Add tests 2019-03-06 11:29:26 +01:00
bytes_2.sol Add tests 2019-03-06 11:29:26 +01:00
contract_2.sol [SMTChecker] Support contract type 2019-04-17 16:30:11 +02:00
contract_3.sol [SMTChecker] Support contract type 2019-04-17 16:30:11 +02:00
contract_address_conversion_2.sol [SMTChecker] Support contract type 2019-04-17 16:30:11 +02:00
contract_address_conversion.sol [SMTChecker] Support contract type 2019-04-17 16:30:11 +02:00
contract.sol [SMTChecker] Support contract type 2019-04-17 16:30:11 +02:00
data_location_in_function_type.sol [SMTChecker] Fix ICE for arrays and mappings of functions. 2019-11-29 18:06:44 +01:00
enum_explicit_values_2.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
enum_explicit_values.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
enum_in_library_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
enum_in_library.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
enum_in_struct.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
enum_storage_eq.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
enum_transitivity.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
fixed_bytes_1.sol Grouping of symbolic variables in the same file and support to FixedBytes 2018-10-25 09:30:48 +02:00
fixed_bytes_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
function_in_tuple_1.sol [SMTChecker] Fix ICEs with tuples 2020-03-03 11:35:58 +01:00
function_in_tuple_2.sol [SMTChecker] Fix ICEs with tuples 2020-03-03 11:35:58 +01:00
function_type_array_as_reference_type.sol [SMTChecker] Fix ICE for arrays and mappings of functions. 2019-11-29 18:06:44 +01:00
function_type_arrays.sol [SMTChecker] Fix ICE for arrays and mappings of functions. 2019-11-29 18:06:44 +01:00
function_type_as_argument.sol [SMTChecker] Fix ICE in CHC when function used as argument 2019-11-13 15:11:30 +01:00
function_type_call.sol [SMTChecker] Fix ICE in CHC when function used as argument 2019-11-13 15:11:30 +01:00
function_type_external_address.sol Fix SMTChecker tests for 060 2019-11-19 10:58:59 +01:00
function_type_members.sol Tests, Docs and Changelog 2020-04-28 16:03:52 +05:30
function_type_nested_return.sol [SMTChecker] Remove redundant CHC constraints 2020-04-15 18:11:39 +02:00
function_type_nested.sol [SMTChecker] Remove redundant CHC constraints 2020-04-15 18:11:39 +02:00
mapping_1_fail.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_2.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_2d_1_fail.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
mapping_2d_1.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
mapping_3.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_3d_1_fail.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
mapping_3d_1.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
mapping_4.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
mapping_5.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_aliasing_1.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
mapping_aliasing_2.sol Test updates 2020-05-14 23:32:30 +02:00
mapping_and_array_of_functions.sol [SMTChecker] Fix ICE for arrays and mappings of functions. 2019-11-29 18:06:44 +01:00
mapping_as_local_var_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_as_parameter_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_equal_keys_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_equal_keys_2.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_struct_assignment.sol Add test 2020-05-28 15:56:47 +02:00
mapping_unsupported_key_type_1.sol Add SMT type support to Solidity arrays 2019-03-06 11:29:26 +01:00
no_effect_statements.sol [SMTChecker] Fix ICE in array of structs type 2019-12-03 01:12:30 +01:00
rational_large_1.sol [SMTChecker] Shortcut RationalNumber expressions 2019-03-11 12:53:49 +01:00
storage_value_vars_1.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
storage_value_vars_2.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
storage_value_vars_3.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
storage_value_vars_4.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
string_1.sol [SMTChecker] Support array length 2020-05-14 23:32:29 +02:00
string_2.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_assignment_1.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_assignment_2.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_assignment_3.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_assignment_4.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_assignment_5.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_comparison_1.sol [SMTChecker] Fix literal string type mismatch 2019-08-10 21:51:46 +02:00
string_literal_comparison_2.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
struct_1.sol [SMTChecker] Fix ICE in abi.decode 2019-11-18 13:15:10 +01:00
struct_array_branches_1d.sol Always create symbolic expression 2019-07-01 16:25:33 +02:00
struct_array_branches_2d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
struct_array_branches_3d.sol [SMTChecker] Support assignments to m-d arrays and mappings 2019-10-28 17:27:39 +01:00
tuple_assignment_array_empty.sol [SMTChecker] Support tuple assignments 2019-05-02 12:55:34 +02:00
tuple_assignment_array.sol [SMTChecker] Support tuple assignments 2019-05-02 12:55:34 +02:00
tuple_assignment_compound.sol [SMTChecker] Support tuple type declaration 2019-05-02 12:05:21 +02:00
tuple_assignment_empty.sol [SMTChecker] Support tuple assignments 2019-05-02 12:55:34 +02:00
tuple_assignment_multiple_calls.sol [SMTChecker] Fix ICE when inlining function with tuple expression 2019-07-26 16:29:29 +02:00
tuple_assignment.sol [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00
tuple_declarations_empty.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
tuple_declarations_function_2.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
tuple_declarations_function_empty.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
tuple_declarations_function.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
tuple_declarations.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
tuple_function_2.sol [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00
tuple_function_3.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
tuple_function.sol Add support to internal function calls 2020-03-11 16:29:07 +01:00
tuple_return_branch.sol [SMTChecker] Remove redundant CHC constraints 2020-04-15 18:11:39 +02:00
tuple_single_element_1.sol [SMTChecker] Fix ICEs with tuples 2020-03-03 11:35:58 +01:00
tuple_single_element_2.sol [SMTChecker] Fix ICEs with tuples 2020-03-03 11:35:58 +01:00
tuple_single_non_tuple_element.sol [SMTChecker] Fix ICEs with tuples 2020-03-03 11:35:58 +01:00
tuple_tuple.sol [SMTChecker] Fix internal error in tuples of tuples. 2020-06-05 12:20:47 +02:00
type_expression_array_2d.sol [SMTChecker] Fix ICE in array of structs type 2019-12-03 01:12:30 +01:00
type_expression_array_3d.sol [SMTChecker] Fix ICE in array of structs type 2019-12-03 01:12:30 +01:00
type_expression_tuple_array_2d.sol [SMTChecker] Fix ICE in array of structs type 2019-12-03 01:12:30 +01:00
type_expression_tuple_array_3d.sol [SMTChecker] Fix ICE in array of structs type 2019-12-03 01:12:30 +01:00
unused_mapping.sol [SMTChecker] Add test that has an unused mapping 2020-05-25 10:24:48 +02:00