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

Disable try_reserve tests on Android #70958

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Apr 9, 2020

Calling realloc with large sizes seems to be broken on older Android versions that use dlmalloc as the default allocator. This is not an issue for modern Android versions that use jemalloc.

Fixes #55861

@rust-highfive
Copy link
Collaborator

r? @joshtriplett

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 9, 2020
@Mark-Simulacrum
Copy link
Member

Hm, intriguing.

I am inclined to land this as android is a tier 2 target and such. I do wonder if a more complete fix is to not call realloc on android (or at least older androids).

@Mark-Simulacrum
Copy link
Member

In fact, since this is one of the major blockers for our GHA migration, I'm going to @bors r+ it -- cc @pietroalbini. It would be good to post this PR on the internals thread as well, I think, so that folks interested there get a notification.

@bors
Copy link
Contributor

bors commented Apr 9, 2020

📌 Commit 7060a9e has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Apr 9, 2020

🌲 The tree is currently closed for pull requests below priority 10, this pull request will be tested once the tree is reopened

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 9, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#70897 (bump Miri)
 - rust-lang#70900 (Update cargo)
 - rust-lang#70902 (Update Clippy)
 - rust-lang#70939 (Add two const generics regression tests)
 - rust-lang#70958 (Disable try_reserve tests on Android)

Failed merges:

r? @ghost
@bors bors merged commit 2c3147f into rust-lang:master Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"died due to signal 11" in collectionstests on arm-android
5 participants