solidity/test/libsolidity/semanticTests/viaYul
Daniel Kirchner 1a0605c594 Update tests.
2021-11-03 12:39:55 +01:00
..
array_memory_allocation Update tests. 2020-10-22 19:25:55 +02:00
cleanup Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
conditional Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
conversion Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
loops Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
storage Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
array_2d_assignment.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_2d_new.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_3d_assignment.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_3d_new.sol Fix Yul codegen when dynamic array is used as rhs of assignment 2020-03-20 17:52:51 +01:00
array_function_pointers.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
array_memory_as_parameter.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-26 11:48:53 +01:00
array_memory_create.sol Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
array_memory_index_access.sol Update tests. 2021-11-03 12:39:55 +01:00
array_push_return_reference.sol Update tests. 2020-10-22 19:25:55 +02:00
array_push_with_arg.sol Update tests. 2020-10-22 19:25:55 +02:00
array_storage_index_access.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_index_boundary_test.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_index_zeroed_test.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_length_access.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_pop_zero_length.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-26 11:48:53 +01:00
array_storage_push_empty_length_address.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_push_empty.sol Update tests. 2021-11-03 12:39:55 +01:00
array_storage_push_pop.sol Update tests. 2021-11-03 12:39:55 +01:00
assert_and_require.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
assert.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
assign_tuple_from_function_call.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_array_access.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
calldata_array_index_range_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_array_length.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
calldata_array_three_dimensional.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_bytes_array_bounds.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
comparison_functions.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
comparison.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
define_tuple_from_function_call.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
delete.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
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 Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
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 Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
dirty_calldata_struct.sol Tests/Docs after stricter explicit conversion. 2020-12-03 16:51:05 +01:00
dirty_memory_dynamic_array.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dirty_memory_int32.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dirty_memory_static_array.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dirty_memory_struct.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dirty_memory_uint32.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
empty_return_corrupted_free_memory_pointer.sol Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
exp_literals_success.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
exp_literals.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
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 Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
exp.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
function_address.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
function_entry_checks.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
function_pointers.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
function_selector.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
if.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
keccak.sol Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
local_address_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
local_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
local_bool_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
local_tuple_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
local_variable_without_init.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
mapping_enum_key_getter.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
mapping_getters.sol Mapping getters for Yul IR. 2020-02-04 17:22:03 +01:00
mapping_string_key.sol Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
memory_struct_allow.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
msg_sender.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
negation_bug.sol Rename negation_bug.yul to negation_bug.sol 2021-10-29 00:19:43 +02:00
require.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
return_and_convert.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
return_storage_pointers.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
return.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
short_circuit.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
simple_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
simple_inline_asm.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
smoke_test.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
string_format.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
string_literals.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
struct_member_access.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
tuple_evaluation_order.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
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 Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
virtual_functions.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00