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

Emscripten test fixes #35574

Merged
merged 3 commits into from Aug 15, 2016

Conversation

Projects
None yet
5 participants
@badboy
Copy link
Member

badboy commented Aug 10, 2016

This picks up parts of #31623 to disable certain tests that emscripten can't run, as threads/processes are not supported.
I re-applied @tomaka's changes manually, I can rebase those commits with his credentials if he wants.

It also disables jemalloc for emscripten (at least in Rustbuild, I have to check if there is another setting for the same thing in the old makefile approach).

This should not impact anything for normal builds.

badboy added some commits Aug 6, 2016

[emscripten] Ignore tests
Most of these rely on spawning processes, which is not possible in
Emscripten.
@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Aug 10, 2016

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Aug 11, 2016

@bors r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Aug 11, 2016

📌 Commit 60599df has been approved by brson

@eddyb

This comment has been minimized.

Copy link
Member

eddyb commented Aug 14, 2016

@bors rollup

eddyb added a commit to eddyb/rust that referenced this pull request Aug 14, 2016

Rollup merge of rust-lang#35574 - badboy:emscripten-test-fixes, r=brson
Emscripten test fixes

This picks up parts of rust-lang#31623 to disable certain tests that emscripten can't run, as threads/processes are not supported.
I re-applied @tomaka's changes manually, I can rebase those commits with his credentials if he wants.

It also disables jemalloc for emscripten (at least in Rustbuild, I have to check if there is another setting for the same thing in the old makefile approach).

This should not impact anything for normal builds.

@eddyb eddyb referenced this pull request Aug 14, 2016

Closed

Rollup of 33 pull requests #35665

eddyb added a commit to eddyb/rust that referenced this pull request Aug 14, 2016

Rollup merge of rust-lang#35574 - badboy:emscripten-test-fixes, r=brson
Emscripten test fixes

This picks up parts of rust-lang#31623 to disable certain tests that emscripten can't run, as threads/processes are not supported.
I re-applied @tomaka's changes manually, I can rebase those commits with his credentials if he wants.

It also disables jemalloc for emscripten (at least in Rustbuild, I have to check if there is another setting for the same thing in the old makefile approach).

This should not impact anything for normal builds.

@eddyb eddyb referenced this pull request Aug 14, 2016

Merged

Rollup of 30 pull requests #35666

bors added a commit that referenced this pull request Aug 14, 2016

@bors bors merged commit 60599df into rust-lang:master Aug 15, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.