solidity/test/libsolidity/syntaxTests/viewPureChecker
2019-10-25 15:01:25 +02:00
..
access_to_base_member_array.sol Fix view/pure checker for access to base. 2019-07-03 11:19:57 +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 Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
access_to_base_member_struct.sol Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
access_to_base_members.sol Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
assembly.sol Adapting the tests to strict inline assembly. 2019-10-25 15:01:25 +02:00
builtin_functions_restrict_warning.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
builtin_functions_view_fail.sol Update test suite to use address payable. 2018-09-12 16:21:43 +02:00
builtin_functions.sol Add return data to bare calls. 2018-09-04 13:31:10 +02:00
call_internal_functions_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
call_internal_functions_success.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
callvalue_nonpayable_assembly_fallback.sol Do not require payable for callvalue instruction. 2019-05-22 11:30:29 +02:00
callvalue_nonpayable_assembly_function_internal.sol Do not require payable for callvalue instruction. 2019-05-22 11:30:29 +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 Do not require payable for callvalue instruction. 2019-05-22 11:30:29 +02:00
callvalue_payable_assembly_fallback.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
callvalue_payable_assembly_function_modifier.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
callvalue_payable_assembly_function.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
constant_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
constant.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
creation_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
creation_view_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
function_types_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
function_types.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
gas_value_without_call.sol Set state mutability of function type members `gas and value` to pure. 2019-06-13 18:27:53 +02:00
gas_with_call_nonpayable.sol Set state mutability of function type members `gas and value` to pure. 2019-06-13 18:27:53 +02:00
interface.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
local_storage_variables_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
local_storage_variables.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
mappings.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
modifiers_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
modifiers.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
msg_value_modifier_view.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
msg_value_modifier.sol Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
overriding_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
overriding_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
read_storage_pure_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
returning_structs_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
returning_structs_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
selector_complex2.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
selector_complex.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
selector.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
smoke_test.sol Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
staticcall_gas_view.sol Set state mutability of function type members `gas and value` to pure. 2019-06-13 18:27:53 +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 Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01:00
value_with_call_nonpayable.sol Set state mutability of function type members `gas and value` to pure. 2019-06-13 18:27:53 +02:00
write_storage_fail.sol Adjust tests wrt strict view pure checker. 2018-07-04 10:14:58 +02:00