Skip to content

Ignore tests that use threads on emscripten #31570

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

Merged
merged 1 commit into from
Feb 13, 2016

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Feb 11, 2016

Ignores 82 rpass tests that use threads.
I took care to only ignore tests that call thread::spawn. Some tests, for example issue-16597, also do fail because of lack of threads support, but for other reasons.

With this PR, we're down to 49 failures.

r? @brson

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@brson
Copy link
Contributor

brson commented Feb 11, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 11, 2016

📌 Commit ee91c25 has been approved by brson

bors added a commit that referenced this pull request Feb 13, 2016
Ignores 82 rpass tests that use threads.
I took care to only ignore tests that call `thread::spawn`. Some tests, for example `issue-16597`, also do fail because of lack of threads support, but for other reasons.

With this PR, we're down to 49 failures.

r? @brson
@bors
Copy link
Collaborator

bors commented Feb 13, 2016

⌛ Testing commit ee91c25 with merge 7fc4df6...

@bors bors merged commit ee91c25 into rust-lang:master Feb 13, 2016
@tomaka tomaka deleted the ignore-emscripten branch February 13, 2016 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants