| .. |
|
shifts
|
[SMTChecker] Updating old and adding new tests for compound shift operators.
|
2020-09-23 11:31:37 +02:00 |
|
bitwise_and_fixed_bytes.sol
|
|
|
|
bitwise_and_int.sol
|
|
|
|
bitwise_and_rational.sol
|
|
|
|
bitwise_and_uint.sol
|
|
|
|
bitwise_combo.sol
|
|
|
|
bitwise_not_fixed_bytes.sol
|
|
|
|
bitwise_not_int.sol
|
|
|
|
bitwise_not_uint.sol
|
|
|
|
bitwise_or_fixed_bytes.sol
|
|
|
|
bitwise_or_int.sol
|
|
|
|
bitwise_or_uint.sol
|
|
|
|
bitwise_rational_1.sol
|
|
|
|
bitwise_rational_2.sol
|
|
|
|
bitwise_xor_fixed_bytes.sol
|
|
|
|
bitwise_xor_int.sol
|
|
|
|
bitwise_xor_uint.sol
|
|
|
|
compound_add_array_index.sol
|
|
|
|
compound_add_chain.sol
|
|
|
|
compound_add_mapping.sol
|
|
|
|
compound_add.sol
|
|
|
|
compound_assignment_division_1.sol
|
|
|
|
compound_assignment_division_2.sol
|
|
|
|
compound_assignment_division_3.sol
|
|
|
|
compound_bitwise_and_fixed_bytes.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise and operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_bitwise_and_int.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise and operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_bitwise_and_uint.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise and operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_bitwise_or_fixed_bytes.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_int_1.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_int.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_uint_1.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_uint_2.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_uint_3.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_or_uint.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise or operator.
|
2020-09-23 11:31:41 +02:00 |
|
compound_bitwise_xor_fixed_bytes.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise xor operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_bitwise_xor_int.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise xor operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_bitwise_xor_uint.sol
|
[SMTChecker] Updating old and adding new tests for compound bitwise xor operator.
|
2020-09-23 11:31:37 +02:00 |
|
compound_mul_array_index.sol
|
|
|
|
compound_mul_mapping.sol
|
|
|
|
compound_mul.sol
|
|
|
|
compound_shl_1.sol
|
[SMTChecker] Updating old and adding new tests for compound shift operators.
|
2020-09-23 11:31:37 +02:00 |
|
compound_shr_1.sol
|
[SMTChecker] Updating old and adding new tests for compound shift operators.
|
2020-09-23 11:31:37 +02:00 |
|
compound_sub_array_index.sol
|
|
|
|
compound_sub_mapping.sol
|
|
|
|
compound_sub.sol
|
|
|
|
conditional_assignment_1.sol
|
|
|
|
conditional_assignment_2.sol
|
|
|
|
conditional_assignment_3.sol
|
|
|
|
conditional_assignment_4.sol
|
|
|
|
conditional_assignment_5.sol
|
|
|
|
conditional_assignment_6.sol
|
|
|
|
conditional_assignment_always_false.sol
|
|
|
|
conditional_assignment_always_true.sol
|
|
|
|
conditional_assignment_function_1.sol
|
|
|
|
conditional_assignment_function_2.sol
|
|
|
|
conditional_assignment_nested_always_true.sol
|
|
|
|
conditional_assignment_nested_unsafe.sol
|
|
|
|
conditional_assignment_statevar_1.sol
|
|
|
|
delete_array_2d.sol
|
|
|
|
delete_array_index_2d.sol
|
|
|
|
delete_array_index.sol
|
|
|
|
delete_array.sol
|
|
|
|
delete_function.sol
|
|
|
|
delete_multid_array.sol
|
Readd SMTChecker tests
|
2020-09-14 23:44:13 +02:00 |
|
delete_struct.sol
|
|
|
|
div_zero.sol
|
|
|
|
division_1.sol
|
|
|
|
division_2.sol
|
|
|
|
division_3.sol
|
|
|
|
division_4.sol
|
|
|
|
division_5.sol
|
|
|
|
division_6.sol
|
|
|
|
division_7.sol
|
|
|
|
division_truncates_correctly_1.sol
|
|
|
|
division_truncates_correctly_2.sol
|
|
|
|
division_truncates_correctly_3.sol
|
|
|
|
division_truncates_correctly_4.sol
|
|
|
|
division_truncates_correctly_5.sol
|
|
|
|
fixed_point_add.sol
|
|
|
|
fixed_point_compound_add.sol
|
|
|
|
index_access_for_bytes.sol
|
|
|
|
index_access_side_effect.sol
|
|
|
|
mod_even.sol
|
|
|
|
mod_n_uint16.sol
|
|
|
|
mod_n.sol
|
|
|
|
mod.sol
|
|
|
|
slices_1.sol
|
|
|
|
unary_add_array.sol
|
|
|
|
unary_add_mapping.sol
|
|
|
|
unary_add.sol
|
|
|
|
unary_operators_tuple_1.sol
|
|
|
|
unary_operators_tuple_2.sol
|
|
|
|
unary_operators_tuple_3.sol
|
|
|
|
unary_sub_array.sol
|
|
|
|
unary_sub_mapping.sol
|
|
|
|
unary_sub.sol
|
|
|