solidity/test/libsolidity/syntaxTests/functionCalls
2022-04-01 23:41:18 -05:00
..
arbitrary_parameters_but_restricted_first_type.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
call_unimplemented_base_via_super.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
call_unimplemented_base.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
calldata_struct_argument_with_internal_data_type_inside.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calldata_struct_array_argument_with_internal_data_type_inside_as_constructor_parameter.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calldata_struct_array_argument_with_internal_data_type_inside.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calloptions_duplicated.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calloptions_on_delegatecall.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
calloptions_on_internal_function.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calloptions_on_staticcall.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
calloptions_repeated.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
int_not_callable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_expressions_with_calloptions1.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_expressions_with_calloptions2.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_expressions_with_calloptions3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
invalid_named_arguments_conditional.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
lowlevel_call_options.sol Implement new with CREATE2 and function call options. 2020-01-23 21:20:01 +01:00
msg_value_non_payable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_duplicate_parameter.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_empty.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_for_functions_that_take_arbitrary_parameters.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
named_arguments_in_any_order.sol FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types 2020-09-09 14:45:58 +02:00
named_arguments_invalid_name.sol Fix wrong name used in error message when reporting invalid named argument 2020-09-17 18:59:18 +02:00
named_arguments_overload_failing1.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing2.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing3.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing_ambiguous_implicit_conversion.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing_ambiguous.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing_right_names_wrong_order.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_failing_wrong_names.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
named_arguments_overload_in_any_order.sol FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types 2020-09-09 14:45:58 +02:00
named_arguments_overload.sol Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
named_arguments_wrong_count.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
new_library.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
new_with_calloptions_unsupported.sol Update tests. 2020-07-07 12:16:18 +02:00
new_with_calloptions.sol Update tests. 2020-07-07 12:16:18 +02:00
new_with_invalid_calloptions.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
staticcall_on_homestead.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
this_not_callable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00