solidity/test/libsolidity/semanticTests/array/copying
2021-03-29 11:02:31 +02:00
..
array_copy_calldata_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_cleanup_uint40.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_cleanup_uint128.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_clear_storage_packed.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_clear_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_different_packing.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_including_array.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_memory_to_storage.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_nested_array.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_storage_different_base.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_storage_dyn_dyn.sol Copy value array from storage to storage. 2020-11-17 10:51:34 +01:00
array_copy_storage_storage_dynamic_dynamic.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_storage_static_dynamic.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_storage_static_simple.sol Update tests. 2021-03-10 14:22:30 +01:00
array_copy_storage_storage_static_static.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_storage_struct.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_storage_to_memory_nested.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_target_leftover.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_target_simple_2.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_copy_target_simple.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_nested_memory_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_of_struct_calldata_to_memory.sol Fixing pragmas to abicoder v2. 2020-11-25 15:13:57 +01:00
array_of_struct_calldata_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_of_struct_memory_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_of_structs_containing_arrays_calldata_to_memory.sol Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
array_of_structs_containing_arrays_calldata_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_of_structs_containing_arrays_memory_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
array_storage_multi_items_per_slot.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
arrays_from_and_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
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 Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
calldata_bytes_array_to_memory.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_bytes_to_storage.sol Update tests 2020-12-14 19:32:31 +00: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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
copy_byte_array_to_storage.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
copy_function_storage_array.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
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 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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +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 gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
storage_memory_nested_from_pointer.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
storage_memory_nested_struct.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
storage_memory_nested.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
storage_memory_packed_dyn.sol Isoltest gas update for FunctionSpecializer 2021-03-29 11:02:31 +02:00
storage_memory_packed.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
string_calldata_to_bytes_calldata.sol [Sol->Yul] Fixing string calldata to bytes calldata conversion. 2021-02-04 09:30:19 +01:00