solidity/test/libsolidity/semanticTests/array/copying
Alex Beregszaszi edbdff8619 Update tests
2020-12-14 19:32:31 +00:00
..
array_copy_calldata_storage.sol Moving some more array tests to semanticTests. 2020-11-13 12:32:39 +01:00
array_copy_cleanup_uint40.sol Organizing array tests into more directories. 2020-11-13 12:32:39 +01:00
array_copy_cleanup_uint128.sol Organizing array tests into more directories. 2020-11-13 12:32:39 +01:00
array_copy_clear_storage_packed.sol Turn on semantic tests for the old codegen where possible 2020-11-25 14:33:39 +00:00
array_copy_clear_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_different_packing.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_including_array.sol Fix assignment to non-lvalue storage values. 2020-11-17 15:56:34 +01: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 Fix bug in array to storage copy routine. 2020-11-17 14:56:44 +01: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.sol Adding more tests for array copying from storage to storage. 2020-12-01 08:50:36 +01: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 Adding more tests for array copying from storage to storage. 2020-12-01 08:50:36 +01:00
array_copy_storage_storage_static_dynamic.sol Copy value array from storage to storage. 2020-11-17 10:51:34 +01:00
array_copy_storage_storage_static_static.sol [Sol->Yul] Fixing coping from storage to storage. 2020-12-01 08:50:33 +01:00
array_copy_storage_storage_struct.sol Fix bug in array to storage copy routine. 2020-11-17 14:56:44 +01: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 [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_leftover.sol Update tests 2020-12-14 19:32:31 +00:00
array_copy_target_simple.sol [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. 2020-10-13 20:31:11 +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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
array_nested_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_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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
array_of_struct_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_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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
array_of_structs_containing_arrays_memory_to_storage.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
array_storage_multi_items_per_slot.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
arrays_from_and_to_storage.sol Moving some more array tests to semanticTests. 2020-11-13 12:32:39 +01:00
bytes_inside_mappings.sol Copy byte arrays from storage to storage. 2020-11-16 19:06:33 +01: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 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 Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
calldata_array_dynamic_to_storage.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01: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 Adding new tests and activating old tests. 2020-11-23 14:52:55 +01: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_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
copy_byte_array_in_struct_to_storage.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
copy_byte_array_to_storage.sol New test. 2020-10-29 18:53:15 +01:00
copy_function_storage_array.sol Copy value array from storage to storage. 2020-11-17 10:51:34 +01:00
copy_internal_function_array_to_storage.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
copy_removes_bytes_data.sol Copy byte arrays from storage to storage. 2020-11-16 19:06:33 +01:00
empty_bytes_copy.sol Update tests 2020-12-14 19:32:31 +00:00
storage_memory_nested_bytes.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
storage_memory_nested_from_pointer.sol Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
storage_memory_nested_struct.sol Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
storage_memory_nested.sol Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
storage_memory_packed_dyn.sol Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
storage_memory_packed.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00