solidity/test/libsolidity/semanticTests/functionCall
Kamil Śliwak ffd495bd89 Increase gas in call_options_overload test to make it pass on homestead
- After the test framework changes it fails via Yul on Homestead but passes on all other EVM versions and on legacy. The test itself does not seem to be testing these specific numbers so and increasing them resolves the problem.
2023-08-22 20:00:03 +02:00
..
inheritance Remove EWASM backend. 2023-05-11 10:56:55 -05:00
array_multiple_local_vars.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
bare_call_no_returndatacopy.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
call_attached_library_function_on_function.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_attached_library_function_on_storage_variable.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_attached_library_function_on_string.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_function_returning_function.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_function_returning_nothing_via_pointer.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_internal_function_via_expression.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
call_internal_function_with_multislot_arguments_via_pointer.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
call_options_overload.sol Increase gas in call_options_overload test to make it pass on homestead 2023-08-22 20:00:03 +02:00
calling_nonexisting_contract_throws.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
calling_other_functions.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
calling_uninitialized_function_in_detail.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
calling_uninitialized_function_through_array.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
calling_uninitialized_function.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
conditional_with_arguments.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
creation_function_call_no_args.sol Adjust gas expectations due to new creation costs. 2023-05-09 18:22:44 +02:00
creation_function_call_with_args.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
creation_function_call_with_salt.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
delegatecall_return_value_pre_byzantium.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
delegatecall_return_value.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
disordered_named_args.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call_at_construction_time.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call_dynamic_returndata.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call_to_nonexisting_debugstrings.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call_to_nonexisting.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call_value.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_call.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_function.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
external_public_override.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
failed_create.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
file_level_call_via_module.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
gas_and_value_basic.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
gas_and_value_brace_syntax.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
mapping_array_internal_argument.sol Rematerialize zero literals 2023-08-07 17:33:16 +02:00
mapping_internal_argument.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
mapping_internal_return.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
member_accessors.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
multiple_functions.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
multiple_return_values.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
named_args_overload.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
named_args.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
precompile_extcodesize_check.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
return_size_bigger_than_expected.sol returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
return_size_shorter_than_expected_evm_version_after_homestead.sol returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
return_size_shorter_than_expected.sol returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
send_zero_ether.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
transaction_status.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00
value_test.sol Remove EWASM backend. 2023-05-11 10:56:55 -05:00