solidity/test/libsolidity/smtCheckerTests/types
2019-03-11 12:53:49 +01: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_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 Add tests 2019-03-06 11:29:26 +01: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
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
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