Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a test harness to directly execute wasm tests #524
Conversation
This was referenced Jul 20, 2018
alexcrichton
added some commits
Jul 20, 2018
alexcrichton
force-pushed the
alexcrichton:test-runner
branch
from
6228a08
to
0fc3735
Jul 20, 2018
alexcrichton
merged commit f8d336d
into
rustwasm:master
Jul 20, 2018
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
alexcrichton
deleted the
alexcrichton:test-runner
branch
Jul 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedJul 20, 2018
This commits adds a few new crates and infrastructure to enable comands like:
The intention here is to make it as low-friction as possible to write wasm tests
and also have them execute in a reasonable amount of time. Eventually this is
also hopefully enough support to do things like headless testing!
For now though this is defintely MVP status rather than fully fleshed out.
There's some more information at
crates/test/README.mdabout how it works andhow to use it, but for now this is mainly intended to play around with locally
in this repository for our own tests.