solidity/test/libsolidity/semanticTests/array/copying
2021-04-27 16:28:37 -05:00
..
array_copy_calldata_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_cleanup_uint40.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_cleanup_uint128.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_clear_storage_packed.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_clear_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_different_packing.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_including_array.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
array_copy_memory_to_storage.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
array_copy_nested_array.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_storage_abi_signed.sol [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. 2020-10-13 20:31:11 +02:00
array_copy_storage_storage_different_base_nested.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_copy_storage_storage_different_base.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_storage_storage_dyn_dyn.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
array_copy_storage_storage_dynamic_dynamic.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_storage_storage_static_dynamic.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_storage_storage_static_simple.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_copy_storage_storage_static_static.sol Do not replace zeros by return variable. 2021-04-22 16:54:02 +02:00
array_copy_storage_storage_struct.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
array_copy_storage_to_memory_nested.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_copy_storage_to_memory.sol [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. 2020-10-13 20:31:11 +02:00
array_copy_target_leftover2.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_copy_target_leftover.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_copy_target_simple_2.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_copy_target_simple.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
array_nested_calldata_to_memory.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
array_nested_calldata_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_nested_memory_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_of_struct_calldata_to_memory.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
array_of_struct_calldata_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_of_struct_memory_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_of_structs_containing_arrays_calldata_to_memory.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
array_of_structs_containing_arrays_calldata_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_of_structs_containing_arrays_memory_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
array_storage_multi_items_per_slot.sol Do not replace zeros by return variable. 2021-04-22 16:54:02 +02:00
arrays_from_and_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
bytes_calldata_to_string_calldata.sol [Sol->Yul] Fixing string calldata to bytes calldata conversion. 2021-02-04 09:30:19 +01:00
bytes_inside_mappings.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
bytes_memory_to_storage.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
bytes_storage_to_memory.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
bytes_storage_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
calldata_2d_bytes_to_memory_2.sol Fix tests after merge. 2020-12-01 15:30:50 +01:00
calldata_2d_bytes_to_memory.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
calldata_array_dynamic_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
calldata_array_of_struct_to_memory.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_static_to_memory.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_bytes_array_to_memory.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_bytes_to_storage.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_dyn_2d_bytes_to_memory.sol Adding more tests for array copying. 2020-12-28 13:16:24 +01:00
calldata_dynamic_array_to_memory.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_nested_array_copy_to_memory.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
calldata_to_storage_different_base.sol Adding more tests for array copying. 2020-12-28 13:16:24 +01:00
copy_byte_array_in_struct_to_storage.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
copy_byte_array_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
copy_function_storage_array.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
copy_internal_function_array_to_storage.sol Update tests. 2021-03-10 14:22:30 +01:00
copy_removes_bytes_data.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
dirty_memory_bytes_to_storage_copy_ir.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
dirty_memory_bytes_to_storage_copy.sol Enable via yul or explain why disabled. 2021-01-19 16:12:53 +01:00
empty_bytes_copy.sol Update tests 2020-12-14 19:32:31 +00:00
memory_dyn_2d_bytes_to_storage.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
memory_to_storage_different_base.sol Adding more tests for array copying. 2020-12-28 13:16:24 +01:00
storage_memory_nested_bytes.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
storage_memory_nested_from_pointer.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
storage_memory_nested_struct.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
storage_memory_nested.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
storage_memory_packed_dyn.sol Isoltest: updated the gas tests. 2021-04-22 18:19:47 +02:00
storage_memory_packed.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
string_calldata_to_bytes_calldata.sol [Sol->Yul] Fixing string calldata to bytes calldata conversion. 2021-02-04 09:30:19 +01:00