solidity/test/libsolidity/syntaxTests/errors
Daniel Kirchner 110e2a656d Restrict mobile types of function types.
Move ternary tests to semanticTests
2023-07-18 14:13:36 +02:00
..
abi_decode_error.sol
abi_encode_error_instance.sol
abi_encode_error.sol
all_ones_signature.sol
anonymous.sol
assert_with_cond_and_error.sol
assert_with_error.sol
basic.sol
bytes_concat_on_error_type_info.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
clash_function_error_inheritance_2.sol
clash_function_error_inheritance.sol
clash_function_error.sol
duplicate.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
elementary_non_address_state_mutability_error_argument.sol Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
error_abi_decode.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_address_payable.sol
error_as_function_param.sol Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
error_bytes_concat_wrong_type.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_encodecall_fail_args.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_in_interface.sol
error_in_library.sol
error_incompatible_binary_ops.sol Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
error_incompatible_operator_for_type.sol Add full stops to error messages 2022-08-05 09:52:48 +02:00
error_incompatible_unary_operator.sol Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
error_invalid_function_modifier_type.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_location_memory.sol
error_location_specifier.sol
error_param_type_shadowed_by_builtin_type_used_as_param_name.sol Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
error_param_type_shadowed_by_param_name.sol Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
error_reserved_name.sol
error_return_tuple_not_convertible.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_selector_syntax.sol Refactor error/event selector tests 2022-06-14 12:04:19 +02:00
error_ternary_operator.sol Restrict mobile types of function types. 2023-07-18 14:13:36 +02:00
error_to_function_conversion.sol Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01:00
error_variable_declaration_implicit_conversion.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
error_wrong_type_base_arg.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
file_level.sol
hash_collision_external.sol Use all referenced errors. 2021-03-30 21:15:46 +02:00
hash_collision.sol Use all referenced errors. 2021-03-30 21:15:46 +02:00
indexed_error.sol
internal_type.sol Added tests for internal or recursive types as event / error param 2021-06-03 11:02:27 +02:00
invalid_parameter_indexed.sol Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
invalid_parameter_location.sol Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
invalid_parameter_mutability.sol Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
invalid_parameter_visibility.sol Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
no_mappings.sol Errors about nested mapping in event parameter are fatal. 2021-06-03 11:02:27 +02:00
no_overloading_inheritance.sol
no_overloading.sol
no_structs_in_abiv1.sol
panic_reserved_name.sol
require_custom.sol
revert_parentheses.sol
selector_on_instance.sol
selector.sol
struct_named_error.sol
unreachable.sol Take revert statement into account in control flow graph. 2021-03-30 21:15:46 +02:00
using_2.sol Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
using_structs.sol
using.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
weird3.sol Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
weird4.sol Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
zero_signature.sol