Skip to content

rusti tests don't work on cross-compile builds #7541

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

Closed
brson opened this issue Jul 2, 2013 · 2 comments
Closed

rusti tests don't work on cross-compile builds #7541

brson opened this issue Jul 2, 2013 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Jul 2, 2013

http://buildbot.rust-lang.org/builders/dist-linux/builds/254/steps/test/logs/stdio

This is blocking the release so I'm going to disable them again.

@alexcrichton
Copy link
Member

Just in case this sticks around for awhile, here's a snippet:

<anon>:21:16: 21:36 error: unresolved import: could not find `serialize` in `extra`.
<anon>:21             use extra::serialize::*;
                          ^~~~~~~~~~~~~~~~~~~~
<anon>:21:16: 21:36 error: failed to resolve import `extra::serialize::*`
<anon>:21             use extra::serialize::*;

Basically the crates aren't resolving correctly (probably using x86_64 versions or vice versa by some accident)

brson added a commit that referenced this issue Jul 2, 2013
@huonw
Copy link
Member

huonw commented Sep 30, 2013

Triage: the link in the description is dead, and all the tests are #[ignore]'d on all platforms, and rusti is broken anyway.

I think this is out-of-date enough to close.

@huonw huonw closed this as completed Sep 30, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 12, 2021
…teffen

`never_loop`: suggest using an `if let` instead of a `for` loop

changelog: suggest using an `if let` statement instead of a `for` loop that [`never_loop`]s

Fixes rust-lang#7537, r? `@camsteffen.`
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

No branches or pull requests

3 participants