solidity/test/libsolidity/syntaxTests/inlineAssembly/invalid
2020-08-13 14:20:52 +01:00
..
assign_to_instruction.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bare_instructions_disallowed.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
calldata_variables.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
const_forward_reference.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constant_access.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
constant_assignment.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constant_variable_via_offset.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
dot_in_fun_param.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
dot_in_fundecl.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
dot_in_multi_vardecl.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
dot_in_vardecl.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
dup_disallowed.sol Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
empty_fun_arg_beginning.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_fun_arg_end.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_fun_arg_middle.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_function_name.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
identifier_starting_with_dot.sol Disallow dot in inline assembly identifiers. 2020-07-08 19:29:58 +02:00
invalid_number.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
jump_disallowed.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
jumpdest_disallowed.sol Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
jumpi_disallowed.sol Add test case for jumpi in inline assembly 2020-07-06 10:41:35 +01:00
label_disallowed.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
leave_items_on_tack.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literals_on_stack_disallowed.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
local_variable_access_out_of_functions_storage_ptr.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
local_variable_access_out_of_functions.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
missing_variable_in_assign.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
missing_variable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiple_assign_to_instruction.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
nested_function_local_access.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
pc_disallowed.sol Remove errenous error duplication and move some tests around 2020-07-28 10:45:27 +01:00
push_disallowed.sol Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
storage_assignment_in_modifier.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_assignment.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_variable_access_out_of_functions.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
swap_disallowed.sol Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
unbalanced_negative_stack.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unbalanced_positive_stack.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unbalanced_two_stack_load.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
variable_declaration_suffix_offset.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
whitespace_in_assignment.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
whitespace_in_multiple_assignment.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00