Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI testing for asm.js and wasm #38801

Closed
brson opened this issue Jan 3, 2017 · 2 comments
Closed

Set up CI testing for asm.js and wasm #38801

brson opened this issue Jan 3, 2017 · 2 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. E-help-wanted Call for participation: Help is requested to fix this issue. O-asmjs Target: asm.js - http://asmjs.org/ O-wasm Target: WASM (WebAssembly), http://webassembly.org/

Comments

@brson
Copy link
Contributor

brson commented Jan 3, 2017

asm.js and wasm targets only have build CI today. They need tests to be run as well in order to maintain decent support.

I think there's a good chance we will lose asm.js support, at least temporarily, when we switch to the LLVM wasm backend, but as long as we do support asm.js we might as well test it too.

This should be a matter of changing the travis config to run the tests in a new container.

@brson brson added O-asmjs Target: asm.js - http://asmjs.org/ A-infrastructure A-testsuite Area: The testsuite used to check the correctness of rustc O-wasm Target: WASM (WebAssembly), http://webassembly.org/ C-enhancement Category: An issue proposing an enhancement or a PR with one. E-help-wanted Call for participation: Help is requested to fix this issue. labels Jan 3, 2017
@brson
Copy link
Contributor Author

brson commented Jan 27, 2017

@alexcrichton has done some work on this.

@alexcrichton
Copy link
Member

This is done now for emscripten! When wasm tests are passing we can set up CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. E-help-wanted Call for participation: Help is requested to fix this issue. O-asmjs Target: asm.js - http://asmjs.org/ O-wasm Target: WASM (WebAssembly), http://webassembly.org/
Projects
None yet
Development

No branches or pull requests

2 participants