Skip to content

Make it possible for windows-gnu tests to pass#3189

Merged
bors merged 1 commit intorust-lang:masterfrom
edunham:fix-empty-path-bug
Oct 11, 2016
Merged

Make it possible for windows-gnu tests to pass#3189
bors merged 1 commit intorust-lang:masterfrom
edunham:fix-empty-path-bug

Conversation

@edunham
Copy link
Contributor

@edunham edunham commented Oct 11, 2016

Skip test that uses empty path on Windows, because Windows doesn't do the empty path thing.

@rust-highfive
Copy link

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.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Oct 11, 2016

📌 Commit fe64232 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Oct 11, 2016

⌛ Testing commit fe64232 with merge 80a983c...

bors added a commit that referenced this pull request Oct 11, 2016
Make it possible for windows-gnu tests to pass

Skip test that uses empty path on Windows, because Windows doesn't do the empty path thing.
@bors
Copy link
Contributor

bors commented Oct 11, 2016

☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64
Approved by: alexcrichton
Pushing 80a983c to master...

@bors bors merged commit fe64232 into rust-lang:master Oct 11, 2016
ehuss added a commit to ehuss/cargo that referenced this pull request Aug 2, 2022
This test was ignored in rust-lang#3189
without much discussion of explaining why.

AFAICT, this test works fine on Windows on both MSVC and GNU.
Empty paths do the expected behavior (preventing cargo from running
rustc). There are some special rules on Windows about discovering the
process to run (such as searching the app's launch directory), but
I do not think that is relevant here. Confirmed by trying to run
`cargo check` in this test fails to find `rustc`.
Hezuikn pushed a commit to Hezuikn/cargo that referenced this pull request Sep 22, 2022
This test was ignored in rust-lang#3189
without much discussion of explaining why.

AFAICT, this test works fine on Windows on both MSVC and GNU.
Empty paths do the expected behavior (preventing cargo from running
rustc). There are some special rules on Windows about discovering the
process to run (such as searching the app's launch directory), but
I do not think that is relevant here. Confirmed by trying to run
`cargo check` in this test fails to find `rustc`.
Hezuikn pushed a commit to Hezuikn/cargo that referenced this pull request Sep 22, 2022
This test was ignored in rust-lang#3189
without much discussion of explaining why.

AFAICT, this test works fine on Windows on both MSVC and GNU.
Empty paths do the expected behavior (preventing cargo from running
rustc). There are some special rules on Windows about discovering the
process to run (such as searching the app's launch directory), but
I do not think that is relevant here. Confirmed by trying to run
`cargo check` in this test fails to find `rustc`.
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.

5 participants