solidity/test/libsolidity/smtCheckerTests/types
2019-05-10 11:28:10 +02:00
..
address_balance.sol [SMTChecker] Support address members 2019-04-25 16:24:36 +02:00
address_call.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
address_delegatecall.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
address_staticcall.sol [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02: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 Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_memory_2.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_memory_3.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_storage_1.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_storage_2.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_storage_3.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_aliasing_storage_4.sol Handle aliasing 2019-03-06 11:29:54 +01:00
array_branch_1d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branch_2d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branch_3d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branches_1d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branches_2d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
array_branches_3d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02: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 Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_2.sol Add tests 2019-03-06 11:29:26 +01:00
array_dynamic_3_fail.sol Add tests 2019-03-06 11:29:26 +01: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 [SMTChecker] Support tuple type declaration 2019-05-02 12:05:21 +02:00
array_mapping_aliasing_1.sol Handle aliasing 2019-03-06 11:29:54 +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 Add tests 2019-03-06 11:29:26 +01:00
array_static_2.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_3_fail.sol Add tests 2019-03-06 11:29:26 +01:00
array_static_3.sol Add tests 2019-03-06 11:29:26 +01:00
array_struct_array_branches_2d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02: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
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 [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
enum_in_library.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +01:00
enum_in_struct.sol [SMTChecker] Support enums 2019-03-07 15:15:12 +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
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 to mapping 2018-12-14 12:21:53 +01:00
mapping_2d_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_3.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_3d_1_fail.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_3d_1.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_4.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_5.sol [SMTChecker] Support to mapping 2018-12-14 12:21:53 +01:00
mapping_aliasing_1.sol Clear all mapping knowledge after array variable assignment 2018-12-14 12:21:53 +01:00
mapping_aliasing_2.sol Handle aliasing 2019-03-06 11:29:54 +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_unsupported_key_type_1.sol Add SMT type support to Solidity arrays 2019-03-06 11:29:26 +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 enums 2019-03-07 15:15:12 +01:00
string_2.sol Add tests 2019-03-06 11:29:26 +01:00
struct_1.sol [SMTChecker] Assert type is not function when assigning 2019-02-14 13:32:56 +01:00
struct_array_branches_1d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
struct_array_branches_2d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02:00
struct_array_branches_3d.sol [SMTChecker] Fix VariableUsage for IndexAccess 2019-05-10 11:28:10 +02: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.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 [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00
tuple_function.sol [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00