solidity/test/libyul/yulSyntaxTests
Samuel Osewa c21265f9f8 Changed error message for for Unicode character in non-unicode string literal
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
2022-06-15 16:12:24 +05:30
..
invalid Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
objects Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02: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_of_function.yul Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
assignment.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
blocks.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
break_outside_of_for_loop.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
builtin_function_literal.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
builtin_identifier_1.yul Extract yul syntax tests: invalid use of builtin identifiers 2020-10-14 12:18:33 +02:00
builtin_identifier_2.yul Extract yul syntax tests: invalid use of builtin identifiers 2020-10-14 12:18:33 +02:00
builtin_identifier_3.yul update tests 2020-12-03 17:15:45 +01:00
builtin_identifier_4.yul Extract yul syntax tests: invalid use of builtin identifiers 2020-10-14 12:18:33 +02:00
builtin_identifier_5.yul Extract yul syntax tests: invalid use of builtin identifiers 2020-10-14 12:18:33 +02:00
builtin_identifier_6.yul update tests 2020-12-03 17:15:43 +01:00
builtin_identifier_7.yul update tests 2020-12-03 17:15:43 +01:00
builtin_types.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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
call_literal.yul Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
constants.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
continue_outside_of_for_loop.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +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_expr_invalid_1.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_expr_invalid_2.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_expr_invalid_3.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_expr_invalid_4.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_expr_invalid_5.yul update tests 2020-12-03 17:15:45 +01:00
for_expr_invalid_6.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01: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
for_statement_2.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_statement_break_init.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_break_nested_body_in_init.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_break_nested_body_in_post.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_break_post.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_break.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue_fail_init.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue_fail_post.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue_nested_body_in_init.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue_nested_body_in_post.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue_nested_init_in_body.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_continue.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_nested_break.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement_nested_continue.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_statement.yul Extract yul syntax tests: for statement 2020-10-14 11:23:10 +02:00
for_visibility_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
for_visibility_2.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_3.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_4.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_5.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_6.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_7.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_8.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
for_visibility_9.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_visibility_A.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_visibility_B.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_visibility_C.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_visibility_D.yul InlineAssembly: Extracting tests for for-statements. 2020-11-04 12:03:33 +01:00
for_visibility_E.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_calls_2.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_calls.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_def_multiple_args.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_defined_in_init_block_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_defined_in_init_block_2.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_defined_in_init_block_3.yul Extract yul syntax tests: function 2020-10-14 12:05:46 +02:00
function_defined_in_init_nested_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_defined_in_init_nested_2.yul Extract yul syntax tests: function 2020-10-14 12:05:46 +02:00
function_defined_in_init_nested_3.yul Extract yul syntax tests: function 2020-10-14 12:05:46 +02:00
function_definition_whitespace.yul Introduce RightArrow (->) token in the scanner 2020-08-27 12:28:27 +01:00
function_definition.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_definitions.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_embedded.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_literal_valid.yul AsmAnalysis: Fix out of bounds read due to incorrect bounds checking on literal arguments 2020-12-15 15:38:59 +01:00
function_literal.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
function_shadowing_outside_vars_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_shadowing_outside_vars_2.yul Extract yul syntax tests: function 2020-10-14 12:05:46 +02:00
functional_assign_complex.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functional_assignment.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functional_partial_success.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functional_partial.yul update tests 2020-12-03 17:15:45 +01:00
functional_returndatacopy.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functional.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functions_in_parallel_scopes.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functions_multiple_args.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
hex_assignment_long.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
hex_assignment.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
hex_expression.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
hex_string_literal_non_printable_characters.yul Do not use \b, \v and \f escapes in string literals in generated Yul code 2021-06-28 14:13:47 +02:00
hex_string_literal_odd.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
hex_switch_case_long.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
hex_switch_case.yul Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
if_statement_1.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_2.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_3.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_fail_1.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_fail_2.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_fail_3.yul Extract yul syntax tests: if statement 2020-10-14 10:54:18 +02:00
if_statement_invalid_1.yul update tests 2020-12-03 17:15:45 +01:00
if_statement_invalid_2.yul InlineAssembly: Extracting tests for if statement 2020-11-04 12:03:33 +01:00
if_statement_invalid_3.yul InlineAssembly: Extracting tests for if statement 2020-11-04 12:03:33 +01:00
if_statement_invalid_4.yul update tests 2020-12-03 17:15:45 +01:00
if_statement_scope_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
if_statement_scope_2.yul InlineAssembly: Extracting tests for if statement 2020-11-04 12:03:33 +01:00
if_statement.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
instructions_too_few_args_1.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
instructions_too_few_args_2.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
instructions_too_many_args.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
instructions.yul Extract yul syntax tests. 2020-09-15 12:13:30 +02:00
invalid_tuple_assignment_with_debug_info.yul Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
invalid_tuple_assignment.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01: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 Adds fmtlib as 3rdparty dependency for easier string composition. 2021-10-11 13:35:08 +02:00
invalid_type.yul Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
keywords.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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 Update tests 2020-12-10 17:18:15 +01:00
linkersymbol_ewasm.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01: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
literal_invalid_type.yul Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00: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
metadata_access_2.yul Support metadata via IR. 2021-06-21 18:20:31 +02:00
metadata_access_subobject.yul Support metadata via IR. 2021-06-21 18:20:31 +02:00
metadata_access.yul Support metadata via IR. 2021-06-21 18:20:31 +02:00
multiple_assignment_1.yul Extract yul syntax tests: multiple assignment expression 2020-10-14 11:50:25 +02:00
multiple_assignment_2.yul Extract yul syntax tests: multiple assignment expression 2020-10-14 11:50:25 +02:00
multiple_assignment_3.yul Extract yul syntax tests: multiple assignment expression 2020-10-14 11:50:25 +02:00
name_clash_function_var_subscope_reverse.yul InlineAssembly: Extracting tests for name clashes. 2020-11-04 12:03:33 +01:00
name_clash_function_var_subscope.yul InlineAssembly: Extracting tests for name clashes. 2020-11-04 12:03:33 +01:00
name_clash_sub_scope_reverse.yul InlineAssembly: Extracting tests for name clashes. 2020-11-04 12:03:33 +01:00
name_clash_sub_scope_with_debug_info.yul Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
name_clash_sub_scope.yul InlineAssembly: Extracting tests for name clashes. 2020-11-04 12:03:33 +01:00
name_clashes.yul InlineAssembly: Extracting tests for name clashes. 2020-11-04 12:03:33 +01:00
number_literal_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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
number_literals_1.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
number_literals_2.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
number_literals_3.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
number_literals_4.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
number_literals_5.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
opcode_for_function_args_1.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
opcode_for_function_args_2.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
opcode_for_functions.yul InlineAssembly: Extracting remaining tests. 2020-11-04 12:03:33 +01:00
optional_types.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
passing_builtin_with_literal_argument_into_literal_argument.yul Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +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 Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
period_in_identifier_start.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
period_in_identifier.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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
recursion_depth.yul Extract yul syntax tests: recursion depth 2020-10-14 11:45:54 +02:00
selfdestruct.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
setimmutable_bad_literal.yul Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
setimmutable_shadowing.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
setimmutable.yul Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +02:00
simple_functions.yul Use correct instance of EVMDialectTyped. 2020-02-06 19:46:37 +01:00
simple_instructions.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
smoke_test.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
smoke.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
solidity_keywords.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
string_literal_switch_case.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02: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 Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. 2020-10-15 18:14:41 +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
surplus_input.yul Moving the surplus_input inline assembly test to yulSyntaxTests. 2020-11-04 12:03:33 +01:00
switch_case_different_literal.yul Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
switch_case_string_literal_too_long.yul Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
switch_case_string_literal_very_long.yul Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
switch_case.yul Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
switch_default_before_case.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_duplicate_case_different_literal.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
switch_duplicate_case.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
switch_duplicate_default.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_invalid_body.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_invalid_case.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_invalid_expr_1.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_invalid_expr_2.yul update tests 2020-12-03 17:15:45 +01:00
switch_invalid_expr_3.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_statement_1.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
switch_statement_2.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
switch_statement_duplicate_case.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
switch_statement_no_access.yul InlineAssembly: Extracting tests for switch statement 2020-11-04 12:03:33 +01:00
token_as_identifier.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
tuple_assignment.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
type_check_cases_fail_evmtyped.yul Adds fmtlib as 3rdparty dependency for easier string composition. 2021-10-11 13:35:08 +02:00
type_check_cases_fail.yul Adds fmtlib as 3rdparty dependency for easier string composition. 2021-10-11 13:35:08 +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
vardecl_bool.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
vardecl_complex.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
vardecl_empty.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
vardecl_multi_conflict.yul InlineAssembly: Extracting tests for variable declaration 2020-11-04 12:03:33 +01:00
vardecl_multi.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
vardecl_name_clashes.yul InlineAssembly: Extracting tests for variable declaration 2020-11-04 12:03:33 +01:00
vardecl.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
variable_access_cross_funcs.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
variable_declaration_bool.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
variable_declaration_complex.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
variable_declaration_empty.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
variable_declaration.yul Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
variable_use_before_decl_1.yul InlineAssembly: Extracting tests for variable declaration 2020-11-04 12:03:33 +01:00
variable_use_before_decl_2.yul InlineAssembly: Extracting tests for variable declaration 2020-11-04 12:03:33 +01:00
verbatim_leading_zero.yul Add verbatim builtin. 2021-04-26 19:56:44 +02:00