solidity/test/libyul/ewasmTranslationTests
2019-12-18 14:58:28 +00:00
..
address.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
arithmetic_add.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_addmod.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_div.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_exp.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_mod.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_mul.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_mulmod.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_sdiv.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_smod.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
arithmetic_sub.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
balance.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
bitwise_and.yul Add bitwise test cases for most of EVM->Ewasm translator 2019-12-11 12:44:05 +00:00
bitwise_not.yul Add bitwise test cases for most of EVM->Ewasm translator 2019-12-11 12:44:05 +00:00
bitwise_or.yul Add bitwise test cases for most of EVM->Ewasm translator 2019-12-11 12:44:05 +00:00
bitwise_xor.yul Add bitwise test cases for most of EVM->Ewasm translator 2019-12-11 12:44:05 +00:00
blockhash.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
calldatacopy.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
calldataload.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
calldatasize.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
caller.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
callvalue.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
chainid.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
codecopy.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
codesize.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
coinbase.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
comparison_eq.yul Add comparison test cases for most of EVM->Ewasm translator 2019-12-11 23:23:35 +01:00
comparison_gt.yul Add comparison test cases for most of EVM->Ewasm translator 2019-12-11 23:23:35 +01:00
comparison_lt.yul Add comparison test cases for most of EVM->Ewasm translator 2019-12-11 23:23:35 +01:00
comparison_sgt.yul Add comparison test cases for most of EVM->Ewasm translator 2019-12-11 23:23:35 +01:00
comparison_slt.yul Add comparison test cases for most of EVM->Ewasm translator 2019-12-11 23:23:35 +01:00
datacopy.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
dataoffset.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
datasize.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
difficulty.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
extcodecopy.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
extcodehash.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
extcodesize.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
gas.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
gaslimit.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
gasprice.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
invalid.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
iszero.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
keccak256.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
log0.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
log1.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
log2.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
log3.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
log4.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
msize.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
mstore8.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
mstore_mload.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
number.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
origin.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
pc.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
return.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
returndatacopy.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
returndatasize.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
revert.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
selfbalance.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
selfdestruct.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
shifts.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
signextend.yul Add arithmetic test cases for most of EVM->Ewasm translator 2019-12-18 13:58:03 +01:00
simple_mstore.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
simple_sload.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00
simple_sstore.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
smoke_call.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
smoke_callcode.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
smoke_create2.yul Fix implementation of getCodeSize in Ewasm 2019-12-18 14:58:28 +00:00
smoke_create.yul Fix implementation of getCodeSize in Ewasm 2019-12-18 14:58:28 +00:00
smoke_delegatecall.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
smoke_staticcall.yul Add trace for unreachable in Yul Ewasm translation tests 2019-12-15 13:28:38 +00:00
smoke.yul EWasm translation tests. 2019-11-26 15:46:33 +01:00
timestamp.yul Add basic test cases for most of EVM->Ewasm translator 2019-12-10 17:00:45 +00:00