Skip to content

Conversation

@alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Jan 14, 2017

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc #38531
Closes #35599
Closes #39053

@rust-highfive
Copy link
Contributor

r? @brson

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

@bors
Copy link
Collaborator

bors commented Jan 16, 2017

☔ The latest upstream changes (presumably #39042) made this pull request unmergeable. Please resolve the merge conflicts.

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc rust-lang#38531
Closes rust-lang#39053
# looking like the register values for ESP/EBP were indeed incorrect (swapped)
# in the source. Similar commits in libunwind (r280099 and r282589) have noticed
# this for other platforms, and we just need to realize it for musl linux as
# well.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy shit

@brson
Copy link
Contributor

brson commented Jan 18, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 18, 2017

📌 Commit 6162637 has been approved by brson

@bors
Copy link
Collaborator

bors commented Jan 20, 2017

⌛ Testing commit 6162637 with merge 1cf8da1...

@bors
Copy link
Collaborator

bors commented Jan 20, 2017

💔 Test failed - status-appveyor

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 20, 2017
travis: Add i586 linux and i686 musl

This commit expands the existing x86_64-musl entry in the Travis matrix to also
build/test i586-unknown-linux-gnu and i686-unknown-linux-musl.

cc rust-lang#38531
Closes rust-lang#35599
Closes rust-lang#39053
@alexcrichton
Copy link
Member Author

alexcrichton commented Jan 20, 2017 via email

@alexcrichton
Copy link
Member Author

@bors: r-

  • i686 musl still has a broken unwinder

@alexcrichton alexcrichton reopened this Jan 20, 2017
bors added a commit that referenced this pull request Jan 20, 2017
@alexcrichton
Copy link
Member Author

With a tip from the #llvm IRC channel looks like all we needed was to enable frame pointers. I have done so and it fixes the failures I previously saw. The fix missed the most recent revision of the rollup, so I'll probably send a follow-up PR to enable testing for i686 musl.

bors added a commit that referenced this pull request Jan 21, 2017
@bors bors merged commit 6162637 into rust-lang:master Jan 21, 2017
@alexcrichton alexcrichton deleted the more-small-tests branch January 21, 2017 18:04
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 21, 2025
compiletest: Don't set `TARGET` for non run-make tests

There are a few tests that were using `TARGET` to quietly do nothing on `i586` targets, but it's cleaner to just add support for `//@ ignore-i586` instead.

This lets us get rid of an unsafe `env::set_var` in compiletest, which really should have been setting the environment variable on individual build/run subprocess commands anyway.

- The original code and tests were introduced way back in rust-lang#39068
rust-timer added a commit that referenced this pull request Oct 21, 2025
Rollup merge of #147929 - Zalathar:target, r=jieyouxu

compiletest: Don't set `TARGET` for non run-make tests

There are a few tests that were using `TARGET` to quietly do nothing on `i586` targets, but it's cleaner to just add support for `//@ ignore-i586` instead.

This lets us get rid of an unsafe `env::set_var` in compiletest, which really should have been setting the environment variable on individual build/run subprocess commands anyway.

- The original code and tests were introduced way back in #39068
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