-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
run-make wasm tests cannot be run #50711
Comments
Oh oops, sorry I should have caught this in review! I think the fix is:
@ehuss or @michaelwoerister, would y'all be able to submit a PR with that? |
I can give it a shot. |
ehuss
added a commit
to ehuss/rust
that referenced
this issue
May 15, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this issue
May 16, 2018
…hton Fix run-make wasm tests Fixes rust-lang#50711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to run the wasm tests in
src/test/run-make
. It looks like thewasm32-unknown
Travis image is no longer running them, either. Reverting some of the changes in #50000 brings them back (but causes thecross-lang-lto
test to fail).I'm not very familiar with the bootstrap code, so I'm uncertain how this should be fixed.
cc @alexcrichton @michaelwoerister
The text was updated successfully, but these errors were encountered: