solidity/test/libyul/yulSyntaxTests
chriseth 8eee3ed3a2
Merge pull request #9388 from ethereum/develop
Merge develop into breaking.
2020-07-13 14:55:21 +02:00
..
are_we_perl_yet.yul Update tests 2020-07-07 13:13:58 +01: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
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
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
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
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_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
loadimmutable.yul Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +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
pc.yul Fix error IDs. 2020-06-22 18:56:32 +02: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
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
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