solidity/test/libsolidity/semanticTests/array/copying
2021-09-08 12:25:56 +02:00
..
array_copy_calldata_storage.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_cleanup_uint40.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_cleanup_uint128.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_clear_storage_packed.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_clear_storage.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_different_packing.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_including_array.sol Update tests 2021-07-05 13:46:53 +02: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 Update tests 2021-07-05 13:46:53 +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 Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_storage_different_base.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_storage_dyn_dyn.sol Update gas costs. 2021-09-08 12:25:56 +02:00
array_copy_storage_storage_dynamic_dynamic.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_storage_static_dynamic.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_storage_static_simple.sol Isoltest gas update after Berlin gas cost changes 2021-05-26 12:23:06 +02:00
array_copy_storage_storage_static_static.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_storage_struct.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_storage_to_memory_nested.sol Update tests 2021-07-05 13:46:53 +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 Update tests 2021-07-05 13:46:53 +02:00
array_copy_target_leftover.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_target_simple_2.sol Update tests 2021-07-05 13:46:53 +02:00
array_copy_target_simple.sol Update tests 2021-07-05 13:46:53 +02: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 Update tests 2021-07-05 13:46:53 +02:00
array_nested_memory_to_storage.sol Update gas costs. 2021-09-08 12:25:56 +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 Update tests 2021-07-05 13:46:53 +02:00
array_of_struct_memory_to_storage.sol Update tests 2021-07-05 13:46:53 +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 Update gas costs. 2021-09-08 12:25:56 +02:00
array_of_structs_containing_arrays_memory_to_storage.sol Update tests 2021-07-05 13:46:53 +02:00
array_storage_multi_items_per_slot.sol Update tests 2021-07-05 13:46:53 +02:00
arrays_from_and_to_storage.sol Update tests 2021-07-05 13:46:53 +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 Update tests 2021-07-05 13:46:53 +02: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 Update tests 2021-07-05 13:46:53 +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 Update tests 2021-07-05 13:46:53 +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 Update gas costs. 2021-08-19 13:26:52 +02:00
copy_byte_array_to_storage.sol Update tests. 2021-08-16 22:24:06 +02:00
copy_function_storage_array.sol Update tests 2021-07-05 13:46:53 +02:00
copy_internal_function_array_to_storage.sol Isoltest gas update after Berlin gas cost changes 2021-05-26 12:23:06 +02:00
copy_removes_bytes_data.sol Update tests 2021-07-05 13:46:53 +02: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 Update tests 2021-07-05 13:46:53 +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 Update tests 2021-07-05 13:46:53 +02:00
storage_memory_nested_from_pointer.sol Update tests 2021-07-05 13:46:53 +02:00
storage_memory_nested_struct.sol Update tests 2021-07-05 13:46:53 +02:00
storage_memory_nested.sol Update tests 2021-07-05 13:46:53 +02:00
storage_memory_packed_dyn.sol Update tests 2021-07-05 13:46:53 +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