solidity/test/libsolidity/semanticTests/array
2022-03-10 18:25:28 +01:00
..
concat Merge pull request #11590 from ethereum/disallow-non-hex-zero-and-fix-bytes32-literals-in-bytes-concat 2021-06-29 16:34:26 +02:00
copying Unused store eliminator. 2022-03-10 18:25:28 +01:00
delete Unused store eliminator. 2022-03-10 18:25:28 +01:00
indexAccess Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
pop Unused store eliminator. 2022-03-10 18:25:28 +01:00
push Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
slices Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
arrays_complex_from_and_to_storage.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
byte_array_storage_layout.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
byte_array_transitional_2.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
bytes_length_member.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
bytes_to_fixed_bytes_cleanup.sol Adding semantic tests for bytes to bytesNN conversion. 2021-04-23 13:30:19 +02:00
bytes_to_fixed_bytes_simple.sol Adding semantic tests for bytes to bytesNN conversion. 2021-04-23 13:30:19 +02:00
bytes_to_fixed_bytes_too_long.sol Adding semantic tests for bytes to bytesNN conversion. 2021-04-23 13:30:19 +02:00
calldata_array_as_argument_internal_function.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_array_dynamic_invalid_static_middle.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_dynamic_invalid.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_array_of_struct.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_array_two_dimensional_1.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
calldata_array_two_dimensional.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
calldata_array.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_bytes_array_bounds.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
calldata_slice_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constant_var_as_array_length.sol Update gas expectations 2021-11-15 16:32:45 +01:00
create_dynamic_array_with_zero_length.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
create_memory_array_too_large.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
create_memory_array.sol Update tests. 2021-11-03 12:39:55 +01:00
create_memory_byte_array.sol [Sol->Yul] Enabling new bytes(n) 2020-05-14 12:55:14 +02:00
create_multiple_dynamic_arrays.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dynamic_array_cleanup.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
dynamic_arrays_in_storage.sol Update tests. 2022-02-21 14:32:52 +01:00
dynamic_multi_array_cleanup.sol Update tests. 2022-02-21 14:32:52 +01:00
dynamic_out_of_bounds_array_access.sol Update tests. 2020-10-22 19:25:55 +02:00
evm_exceptions_out_of_band_access.sol Removed "compileToEwasm: also" option from 4 tests cases 2020-11-25 08:13:46 +01:00
external_array_args.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
fixed_array_cleanup.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
fixed_arrays_as_return_type.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
fixed_arrays_in_constructors.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
fixed_arrays_in_storage.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
fixed_bytes_length_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
fixed_out_of_bounds_array_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
function_array_cross_calls.sol Optimize eq iszero jumpi to xor jumpi and remove double jump. 2022-03-10 14:41:41 +01:00
function_memory_array.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_array_return.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_array_singleton.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_array_storage_to_memory_conversion_ints.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_array_storage_to_memory_conversion_strings.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_array_strings_from_document.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
invalid_encoding_for_storage_byte_array.sol Activating some tests viaYul after implementing getters for bytes. 2020-12-21 14:46:13 +01:00
memory_arrays_of_various_sizes.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
memory.sol Finishes external call implementation. 2020-02-14 11:59:04 +01:00
reusing_memory.sol Unused store eliminator. 2022-03-10 18:25:28 +01:00
short_fixed_array_cleanup.sol [isoltest] Replace storage command with 'storage_empty' builtin. 2021-04-27 16:28:37 -05:00
storage_array_ref.sol Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
string_allocation_bug.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
string_bytes_conversion.sol Copy byte arrays from storage to storage. 2020-11-16 19:06:33 +01:00
string_literal_assign_to_storage_bytes.sol [Sol->Yul] Adding util function to copy literal to storage. 2021-05-05 11:33:03 +02:00
strings_in_struct.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00