solidity/test/libyul/yulSyntaxTests/invalid
hrkrshnn 41ce3feb0a test: some tests for push0
1. `push0_disallowed.yul`: checks if `push0()` is a valid builtin in strict Yul
2. `push0_disallowed.sol`: checks if `push0()` is a valid builtin in inline assembly
3. `push0.sol`: simple semantic test that returns 0
4. `evmone_support.sol`: tests if push0 works properly in evmone
5. Updated some bytecode too large tests to use `shanghai` as version
6. Updated various tests where `push1 0` was hardcoded in different forms / expectations on bytecode
size (`Assembler.cpp`, `GasCosts.cpp`, `SolidityCompiler.cpp`, `SolidityExpressionCompiler.cpp`)
2023-04-12 00:10:24 +02:00
..
dup_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
invalid_octal_number.yul Report illegal tokens in the Yul parser. 2020-12-16 12:20:07 +01:00
jump_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
jumpdest_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
jumpi_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
label_disallowed.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
leave_items_on_stack_with_debug_info.yul Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
leave_items_on_stack.yul Update tests 2020-12-10 17:18:15 +01:00
literals_on_stack_disallowed_with_debug_info.yul AsmParser: Don't use locationOverride as current location when location from comments is selected 2021-09-22 13:11:39 +02:00
literals_on_stack_disallowed.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
pc_disallowed.yul Add more syntax tests for Yul 2020-08-13 14:20:52 +01:00
push0_disallowed.yul test: some tests for push0 2023-04-12 00:10:24 +02:00
push_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
swap_disallowed.yul Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
unicode_comment_direction_override.sol Report illegal tokens in the Yul parser. 2020-12-16 12:20:07 +01:00
unicode_string_direction_override.yul Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
verbatim_empty_string.yul Add verbatim builtin. 2021-04-26 19:56:44 +02:00
verbatim_leading_zero.yul Add verbatim builtin. 2021-04-26 19:56:44 +02:00
verbatim_reserved2.yul Add verbatim builtin. 2021-04-26 19:56:44 +02:00
verbatim_reserved.yul Add verbatim builtin. 2021-04-26 19:56:44 +02:00