solidity/test/libsolidity/syntaxTests/inlineAssembly/invalid
2022-04-01 23:41:18 -05:00
..
assign_to_instruction.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
assignment_to_function.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
bare_instructions_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calldata_array_offset.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
calldata_array.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calldata_slot.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
calldata_variables.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
const_forward_reference.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
constant_access.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
constant_assignment.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
constant_length_access.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
constant_variable_via_offset.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
dot_in_fun_param.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
dot_in_fundecl.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
dot_in_multi_vardecl.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
dot_in_vardecl.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
dup_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
empty_fun_arg_beginning.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
empty_fun_arg_end.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
empty_fun_arg_middle.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
empty_function_name.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
external_function_pointer_offset.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
identifier_starting_with_dot.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
illegal_names.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
internal_function_pointer_address.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
internal_function_pointer_selector.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
invalid_number.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
jump_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
jumpdest_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
jumpi_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
label_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
leave_items_on_stack.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
literals_on_stack_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
local_variable_access_out_of_functions_storage_ptr.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
local_variable_access_out_of_functions.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
missing_variable_in_assign.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
missing_variable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
multiple_assign_to_instruction.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
nested_function_local_access.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
pc_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
push_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
storage_assignment_in_modifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
storage_assignment.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
storage_nonslot.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
storage_variable_access_out_of_functions.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
swap_disallowed.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unbalanced_negative_stack.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unbalanced_positive_stack.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unbalanced_two_stack_load.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
variable_declaration_suffix_offset.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
whitespace_in_assignment.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
whitespace_in_multiple_assignment.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00