solidity/test/libsolidity/semanticTests/viaYul
2021-07-08 10:47:29 +02:00
..
array_memory_allocation
cleanup
conditional
conversion
loops
storage
array_2d_assignment.sol
array_2d_new.sol
array_3d_assignment.sol
array_3d_new.sol
array_function_pointers.sol
array_memory_as_parameter.sol
array_memory_create.sol
array_memory_index_access.sol Update tests 2021-07-05 13:46:53 +02:00
array_push_return_reference.sol
array_push_with_arg.sol
array_storage_index_access.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_index_boundary_test.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_index_zeroed_test.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_length_access.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_pop_zero_length.sol
array_storage_push_empty_length_address.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_push_empty.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_push_pop.sol Update tests 2021-07-05 13:46:53 +02:00
assert_and_require.sol
assert.sol
assign_tuple_from_function_call.sol
calldata_array_access.sol
calldata_array_index_range_access.sol
calldata_array_length.sol
calldata_array_three_dimensional.sol
calldata_bytes_array_bounds.sol
comparison_functions.sol
comparison.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
define_tuple_from_function_call.sol
delete.sol
detect_add_overflow_signed.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_add_overflow.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_div_overflow.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_mod_zero_signed.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_mod_zero.sol
detect_mul_overflow_signed.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_mul_overflow.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_sub_overflow_signed.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
detect_sub_overflow.sol
dirty_calldata_struct.sol
dirty_memory_dynamic_array.sol
dirty_memory_int32.sol
dirty_memory_static_array.sol
dirty_memory_struct.sol
dirty_memory_uint32.sol
empty_return_corrupted_free_memory_pointer.sol
exp_literals_success.sol
exp_literals.sol
exp_neg_overflow.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
exp_neg.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
exp_overflow.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
exp_various.sol
exp.sol
function_address.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
function_entry_checks.sol
function_pointers.sol
function_selector.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
if.sol
keccak.sol
local_address_assignment.sol
local_assignment.sol
local_bool_assignment.sol
local_tuple_assignment.sol
local_variable_without_init.sol
mapping_enum_key_getter.sol
mapping_getters.sol
mapping_string_key.sol
memory_struct_allow.sol
msg_sender.sol
negation_bug.yul Fix negation function name collision. 2021-07-08 10:47:29 +02:00
require.sol
return_and_convert.sol
return_storage_pointers.sol
return.sol
short_circuit.sol
simple_assignment.sol
simple_inline_asm.sol
smoke_test.sol
string_format.sol
string_literals.sol
struct_member_access.sol
tuple_evaluation_order.sol
unary_fixedbytes.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
unary_operations.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
various_inline_asm.sol
virtual_functions.sol