solidity/test/libsolidity/semanticTests/functionCall
2022-01-03 15:52:05 +01:00
..
inheritance FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super 2021-06-02 16:16:15 +02:00
array_multiple_local_vars.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
bare_call_no_returndatacopy.sol Fix bare call wihout returndatacopy. 2021-02-23 10:45:01 +01:00
bound_function_in_function.sol trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30
bound_function_in_var.sol trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30
bound_function_to_string.sol trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30
call_function_returning_function.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
call_function_returning_nothing_via_pointer.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
call_internal_function_via_expression.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
call_internal_function_with_multislot_arguments_via_pointer.sol Test case for internal dispatch with functions that have arguments that take up multiple slots 2020-05-19 18:02:14 +02:00
call_options_overload.sol Disallow specifying call options multiple times. 2020-11-02 20:07:23 +01:00
calling_nonexisting_contract_throws.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calling_other_functions.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calling_uninitialized_function_in_detail.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calling_uninitialized_function_through_array.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calling_uninitialized_function.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
conditional_with_arguments.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
creation_function_call_no_args.sol Skip extcodesize check if return data is expected. 2021-11-08 14:58:09 +01:00
creation_function_call_with_args.sol Update gas expectations 2021-11-15 16:32:45 +01:00
creation_function_call_with_salt.sol Update gas expectations 2021-11-15 16:32:45 +01:00
delegatecall_return_value_pre_byzantium.sol Support bare calls. 2020-05-11 15:11:46 +02:00
delegatecall_return_value.sol Update tests. 2020-10-22 19:25:55 +02:00
disordered_named_args.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
external_call_at_construction_time.sol Update tests. 2021-11-08 14:59:00 +01:00
external_call_dynamic_returndata.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
external_call_to_nonexisting_debugstrings.sol Update gas expectations 2021-11-15 16:32:45 +01:00
external_call_to_nonexisting.sol Update gas expectations 2021-11-15 16:32:45 +01:00
external_call_value.sol Test. 2020-03-10 22:44:06 +01:00
external_call.sol Finishes external call implementation. 2020-02-14 11:59:04 +01:00
external_function.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
external_public_override.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
failed_create.sol Update tests. 2021-11-08 14:59:00 +01:00
file_level_call_via_module.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
gas_and_value_basic.sol Update gas expectations 2021-11-15 16:32:45 +01:00
gas_and_value_brace_syntax.sol Update gas expectations 2021-11-15 16:32:45 +01:00
mapping_array_internal_argument.sol Test updates. 2022-01-03 15:52:05 +01:00
mapping_internal_argument.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
mapping_internal_return.sol Fix initializing mapping return variables. 2020-11-11 18:08:42 +01:00
member_accessors.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
multiple_functions.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
multiple_return_values.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
named_args_overload.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
named_args.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
precompile_extcodesize_check.sol Update tests. 2021-11-08 14:59:00 +01:00
send_zero_ether.sol Update gas expectations 2021-11-15 16:32:45 +01:00
transaction_status.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
value_test.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00