Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Transcompile all Solidity examples and run coverage reports #186

Open
axic opened this issue Feb 4, 2018 · 2 comments
Open

Transcompile all Solidity examples and run coverage reports #186

axic opened this issue Feb 4, 2018 · 2 comments

Comments

@axic
Copy link
Member

axic commented Feb 4, 2018

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

@lrettig
Copy link
Member

lrettig commented Mar 16, 2018

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

@axic
Copy link
Member Author

axic commented Mar 16, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants