solidity/test/libsolidity/semanticTests/array/copying
chriseth e299d8ba64
Merge pull request #10677 from ethereum/dirtyMemoryBytesSol2Yul
[Sol->Yul] Disable old codegen test viaYul and create new one that fits IR semantics
2020-12-22 16:22:38 +01:00
..
array_copy_calldata_storage.sol
array_copy_cleanup_uint40.sol
array_copy_cleanup_uint128.sol
array_copy_clear_storage_packed.sol
array_copy_clear_storage.sol
array_copy_different_packing.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_including_array.sol
array_copy_memory_to_storage.sol
array_copy_nested_array.sol
array_copy_storage_abi_signed.sol
array_copy_storage_storage_different_base_nested.sol Adding more syntax and semantic tests. 2020-12-21 15:30:49 +01:00
array_copy_storage_storage_different_base.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_storage_storage_dyn_dyn.sol
array_copy_storage_storage_dynamic_dynamic.sol
array_copy_storage_storage_static_dynamic.sol
array_copy_storage_storage_static_simple.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_storage_storage_static_static.sol
array_copy_storage_storage_struct.sol
array_copy_storage_to_memory.sol
array_copy_target_leftover2.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_target_leftover.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_target_simple_2.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_copy_target_simple.sol [Sol->Yul] Fixing array clearing when copying from storage to storage. 2020-12-21 17:33:06 +01:00
array_nested_calldata_to_memory.sol
array_nested_calldata_to_storage.sol
array_nested_memory_to_storage.sol
array_of_struct_calldata_to_memory.sol
array_of_struct_calldata_to_storage.sol
array_of_struct_memory_to_storage.sol
array_of_structs_containing_arrays_calldata_to_memory.sol
array_of_structs_containing_arrays_calldata_to_storage.sol
array_of_structs_containing_arrays_memory_to_storage.sol
array_storage_multi_items_per_slot.sol
arrays_from_and_to_storage.sol
bytes_inside_mappings.sol
bytes_memory_to_storage.sol Update tests 2020-12-14 19:32:31 +00:00
bytes_storage_to_memory.sol Update tests 2020-12-14 19:32:31 +00:00
bytes_storage_to_storage.sol Update tests 2020-12-14 19:32:31 +00: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
calldata_array_dynamic_to_storage.sol
calldata_array_of_struct_to_memory.sol
calldata_array_static_to_memory.sol
calldata_bytes_array_to_memory.sol
calldata_bytes_to_storage.sol Update tests 2020-12-14 19:32:31 +00:00
calldata_dynamic_array_to_memory.sol
calldata_nested_array_copy_to_memory.sol
copy_byte_array_in_struct_to_storage.sol
copy_byte_array_to_storage.sol
copy_function_storage_array.sol
copy_internal_function_array_to_storage.sol
copy_removes_bytes_data.sol
dirty_memory_bytes_to_storage_copy_ir.sol [Sol->Yul] Disable old codegen test viaYul and create new one that fits IR semantics. 2020-12-22 15:11:07 +01:00
dirty_memory_bytes_to_storage_copy.sol [Sol->Yul] Disable old codegen test viaYul and create new one that fits IR semantics. 2020-12-22 15:11:07 +01:00
empty_bytes_copy.sol Update tests 2020-12-14 19:32:31 +00:00
storage_memory_nested_bytes.sol
storage_memory_nested_from_pointer.sol
storage_memory_nested_struct.sol Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
storage_memory_nested.sol
storage_memory_packed_dyn.sol
storage_memory_packed.sol