This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
15
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6a50d088a0
solidity
/
test
/
libsolidity
/
syntaxTests
/
inlineAssembly
/
invalid
History
Alex Beregszaszi
1be07c2b36
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
..
assign_to_instruction.sol
assignment_to_function.sol
Detect assignment to function in inline assembly.
2021-02-23 11:47:12 +01:00
bare_instructions_disallowed.sol
simplify parser
2020-12-03 17:14:49 +01:00
calldata_array_offset.sol
calldata_array.sol
calldata_slot.sol
calldata_variables.sol
const_forward_reference.sol
constant_access.sol
constant_assignment.sol
constant_variable_via_offset.sol
dot_in_fun_param.sol
dot_in_fundecl.sol
dot_in_multi_vardecl.sol
dot_in_vardecl.sol
dup_disallowed.sol
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
empty_fun_arg_beginning.sol
empty_fun_arg_end.sol
empty_fun_arg_middle.sol
empty_function_name.sol
identifier_starting_with_dot.sol
illegal_names.sol
Tests/Docs after disallowing super, this and _ as declaration names
2020-11-25 11:14:13 +01:00
invalid_number.sol
Report illegal tokens in the Yul parser.
2020-12-16 12:20:07 +01:00
jump_disallowed.sol
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
jumpdest_disallowed.sol
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
jumpi_disallowed.sol
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
label_disallowed.sol
leave_items_on_tack.sol
literals_on_stack_disallowed.sol
local_variable_access_out_of_functions_storage_ptr.sol
local_variable_access_out_of_functions.sol
missing_variable_in_assign.sol
missing_variable.sol
multiple_assign_to_instruction.sol
nested_function_local_access.sol
pc_disallowed.sol
push_disallowed.sol
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
storage_assignment_in_modifier.sol
storage_assignment.sol
storage_nonslot.sol
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
Updating tests after improving Yul error reporting
2021-02-09 16:55:33 +01:00
unbalanced_negative_stack.sol
simplify parser
2020-12-03 17:14:49 +01:00
unbalanced_positive_stack.sol
unbalanced_two_stack_load.sol
variable_declaration_suffix_offset.sol
whitespace_in_assignment.sol
whitespace_in_multiple_assignment.sol