evm2wasm icon indicating copy to clipboard operation
evm2wasm copied to clipboard

Transcompile all Solidity examples and run coverage reports

Open axic opened this issue 7 years ago • 2 comments

This should be good enough to determine that all code paths of the transcompiler are used.

axic avatar Feb 04 '18 12:02 axic

Is this what happens when I run testeth with --evmc evm2wasm.js=true? cc @jwasinger

lrettig avatar Mar 16 '18 23:03 lrettig

No. This is not related to testeth.

The idea here is to run code coverage on index.js (aka evm2wasm "main loop") and feed in every single test case from Solidity. This should be good enough to determine that there is no untested/unused code in evm2wasm.

Alternatively could do the same with hand written tests.

axic avatar Mar 16 '18 23:03 axic