solidity/test/libsolidity/syntaxTests/viewPureChecker
2023-01-25 16:55:11 +01:00
..
array Make error message less confusing 2022-02-17 16:52:36 +01:00
access_to_base_member_constant.sol
access_to_base_member_function.sol Make error message less confusing 2022-02-17 16:52:36 +01:00
access_to_base_member_struct.sol Make error message less confusing 2022-02-17 16:52:36 +01:00
access_to_base_members.sol Make error message less confusing 2022-02-17 16:52:36 +01: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
basefee_not_pure.sol Tests and Changelog for basefee. 2021-08-11 09:51:12 +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 Issue warning when using deprecated SELFDESTRUCT 2023-01-25 16:55:11 +01:00
builtin_functions.sol Issue warning when using deprecated SELFDESTRUCT 2023-01-25 16:55:11 +01:00
call_internal_functions_fail.sol Make error message less confusing 2022-02-17 16:52:36 +01:00
call_internal_functions_success.sol Update test expectations. 2021-06-04 12:04:04 +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
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 Make error message less confusing 2022-02-17 16:52:36 +01:00
function_types_fail.sol Make error message less confusing 2022-02-17 16:52:36 +01: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 Make error message less confusing 2022-02-17 16:52:36 +01:00
immutable.sol Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
inline_assembly_instructions_allowed_london.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_allowed_pure.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_allowed_view_london.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_allowed_view.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_allowed.sol Issue warning when using deprecated SELFDESTRUCT 2023-01-25 16:55:11 +01:00
inline_assembly_instructions_disallowed_pure_byzantium.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure_constantinople.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure_istanbul.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure_london.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure_paris.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure_pre_paris.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
inline_assembly_instructions_disallowed_pure.sol Issue warning when using deprecated SELFDESTRUCT 2023-01-25 16:55:11 +01:00
inline_assembly_instructions_disallowed_view.sol Issue warning when using deprecated SELFDESTRUCT 2023-01-25 16:55:11 +01:00
inline_assembly_instructions_disallowed.sol Tests for assembly instructions allowed with mutable/view/pure functions 2022-04-08 14:47:32 +02:00
interface.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
local_storage_variables_fail.sol Make error message less confusing 2022-02-17 16:52:36 +01: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 Make error message less confusing 2022-02-17 16:52:36 +01: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
suggest_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
value_with_call_nonpayable.sol Make error message less confusing 2022-02-17 16:52:36 +01: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 Update test expectations. 2021-06-04 12:04:04 +02:00
write_storage_fail.sol Make error message less confusing 2022-02-17 16:52:36 +01:00