solidity/test/libyul/yulSyntaxTests
2020-09-15 12:13:30 +02:00
..
invalid Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
objects Add more syntax tests for Yul objects 2020-08-05 21:01:46 +01:00
are_we_perl_yet.yul Update tests 2020-07-07 13:13:58 +01:00
assign_from_stack.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
assignment_duplicate_vars.yul Disallow the same yul variable occurring multiple times on the LHS of an assignment. 2020-07-07 10:52:47 +02:00
assignment_fail.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
assignment.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
blocks.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
builtin_types.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
byte_of_string_literal.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
datacopy_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
dataoffset_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
datasize_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
declaration_duplicate_vars.yul Disallow the same yul variable occurring multiple times on the LHS of an assignment. 2020-07-07 10:52:47 +02:00
dot_consecutive_function_arg.yul Update tests 2020-07-07 13:13:58 +01:00
dot_consecutive_function_ret.yul Update tests 2020-07-07 13:13:58 +01:00
dot_consecutive_function.yul Update tests 2020-07-07 13:13:58 +01:00
dot_consecutive_variabledeclaration.yul Update tests 2020-07-07 13:13:58 +01:00
dot_ellipse_function_arg.yul Update tests 2020-07-07 13:13:58 +01:00
dot_ellipse_function_ret.yul Update tests 2020-07-07 13:13:58 +01:00
dot_ellipse_function.yul Update tests 2020-07-07 13:13:58 +01:00
dot_ellipse_variabledeclaration.yul Update tests 2020-07-07 13:13:58 +01:00
dot_leading_function_arg.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_leading_function_ret.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_leading_function.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_leading_variabledeclaration.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_middle_function_arg.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_middle_function_ret.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_middle_function.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_middle_variabledeclaration.yul Add Yul syntax tests for dots in identifiers 2020-07-03 15:41:09 +01:00
dot_trailing_function_arg.yul Update tests 2020-07-07 13:13:58 +01:00
dot_trailing_function_ret.yul Update tests 2020-07-07 13:13:58 +01:00
dot_trailing_function.yul Update tests 2020-07-07 13:13:58 +01:00
dot_trailing_variabledeclaration.yul Update tests 2020-07-07 13:13:58 +01:00
empty_call.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
for_loop_condition_fail_ewasm.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_loop_condition_fail.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_loop_condition.yul Add tests 2020-02-24 15:05:19 +01:00
function_calls.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
function_definition_whitespace.yul Introduce RightArrow (->) token in the scanner 2020-08-27 12:28:27 +01:00
function_definition.yul Add/Update tests for Yul function definition 2020-08-12 23:53:08 +01:00
function_definitions.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
functions_multiple_args.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
hex_assignment.yul Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
hex_expression.yul Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
hex_switch_case.yul Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
instructions.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
invalid_type2.yul Fix missing quote in error message for invalid Yul types 2020-07-10 21:06:09 +01:00
invalid_type3.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
invalid_type4.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
invalid_type.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
linkersymbol_bad_literal.yul Adjust and add more tests 2020-08-05 11:37:04 +01:00
linkersymbol_evm.yul Add linkersymbol() builtin to Yul EVM dialect 2020-06-24 15:06:52 +02:00
linkersymbol_evmtyped.yul Add linkersymbol() builtin to Yul EVM dialect 2020-06-24 15:06:52 +02:00
linkersymbol_ewasm.yul Add linkersymbol() builtin to Yul EVM dialect 2020-06-24 15:06:52 +02:00
linkersymbol_non_literal_args.yul Add linkersymbol() builtin to Yul EVM dialect 2020-06-24 15:06:52 +02:00
linkersymbol_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
loadimmutable_bad_literal.yul Adjust and add more tests 2020-08-05 11:37:04 +01:00
loadimmutable_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
loadimmutable.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
number_literal_1.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
number_literal_2.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
number_literal_3.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
number_literal_4.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
number_literal_5.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
optional_types.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
passing_builtin_with_literal_argument_into_literal_argument.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
period_in_identifier_spaced_1.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_in_identifier_spaced_2.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_in_identifier_spaced_3.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_in_identifier_start_with_comment.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_in_identifier_start.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_in_identifier.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
period_not_as_identifier_start.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
push.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
setimmutable_bad_literal.yul Adjust and add more tests 2020-08-05 11:37:04 +01:00
setimmutable_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
setimmutable.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
simple_functions.yul Use correct instance of EVMDialectTyped. 2020-02-06 19:46:37 +01:00
smoke.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
solidity_keywords.yul Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
string_literal_switch_case.yul Add test case for string literals in switch statements in Yul 2020-08-13 00:27:41 +01:00
string_literal_too_long_byte.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
string_literal_too_long_immutable.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
string_literal_too_long_linkersymbol.yul Add linkersymbol() builtin to Yul EVM dialect 2020-06-24 15:06:52 +02:00
string_literal_too_long.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
token_as_identifier.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
tuple_assignment.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
type_check_cases_fail_evmtyped.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
type_check_cases_fail.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
type_check_cases.yul Add tests 2020-02-24 15:05:19 +01:00
type_check_if_condition_fail.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
type_check_if_condition.yul Add tests 2020-02-24 15:05:19 +01:00
user_defined_functions_fail.yul Fix missing quote in error message for invalid Yul types 2020-07-10 21:06:09 +01:00
user_defined_functions_fine.yul Add tests 2020-02-24 15:05:19 +01:00
variable_declaration_bool.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
variable_declaration_complex.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
variable_declaration_empty.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
variable_declaration.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00