solidity/test/libsolidity/syntaxTests/viewPureChecker
2021-04-20 17:38:29 +02:00
..
array Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
access_to_base_member_constant.sol Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
access_to_base_member_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
access_to_base_member_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
access_to_base_members.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_constantinople.sol Support address().codehash 2020-12-09 14:58:27 +00:00
address.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
assembly_chainid_not_pure.sol Introduce block.chainid 2020-12-10 17:07:54 +00:00
assembly_constantinople.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
assembly_istanbul.sol Introduce block.chainid 2020-12-10 17:07:54 +00:00
assembly.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
builtin_functions_restrict_warning.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
builtin_functions_view_fail.sol Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
builtin_functions.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
call_internal_functions_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
call_internal_functions_success.sol Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
callvalue_nonpayable_assembly_fallback.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
callvalue_nonpayable_assembly_function_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
callvalue_nonpayable_assembly_function_modifier.sol Do not require payable for callvalue instruction. 2019-05-22 11:30:29 +02:00
callvalue_nonpayable_assembly_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
callvalue_payable_assembly_fallback.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
callvalue_payable_assembly_function_modifier.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
callvalue_payable_assembly_function.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
constant_restrict_warning.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constant.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
creation_no_restrict_warning.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
creation_view_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
gas_value_without_call.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
gas_with_call_nonpayable.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
immutable.sol Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
interface.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
local_storage_variables_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
local_storage_variables.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
mappings.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
modifiers_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
msg_value_modifier_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
msg_value_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
overriding_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
overriding_no_restrict_warning.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
read_storage_pure_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returning_structs_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returning_structs_no_restrict_warning.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
selector_complex2.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
selector_complex.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
selector.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
smoke_test.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
staticcall_gas_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
suggest_pure.sol Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
suggest_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
value_with_call_nonpayable.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
view_pure_abi_encode_arguments.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
view_pure_abi_encode.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
write_storage_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00