solidity/test/libyul/yulSyntaxTests
2020-06-24 15:06:52 +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
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02: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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
user_defined_functions_fine.yul Add tests 2020-02-24 15:05:19 +01:00