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

Fix several issues with close_output test. #8286

Merged
merged 1 commit into from
May 26, 2020

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented May 26, 2020

This test had several mistakes in it:

  • On Windows, the test took several minutes to run. The sleep ran very slowly, and wasn't even necessary.
  • On Windows, there is an output filename collision with foo.pdb because it is used for both the DLL and the executable. (Note: I'm not sure, maybe we should not uplift proc-macros?)
  • The output wasn't being verified (I forgot that lines_match returns a bool, and does not panic). Someday in the future I would like to use a general-purpose line match/differ that is easier to use (not just on ProcessBuilder).

@rust-highfive
Copy link

r? @alexcrichton

(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 May 26, 2020
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented May 26, 2020

📌 Commit e2d1d24 has been approved by alexcrichton

@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 May 26, 2020
@bors
Copy link
Collaborator

bors commented May 26, 2020

⌛ Testing commit e2d1d24 with merge 8fd2656...

@bors
Copy link
Collaborator

bors commented May 26, 2020

☀️ Test successful - checks-azure
Approved by: alexcrichton
Pushing 8fd2656 to master...

@bors bors merged commit 8fd2656 into rust-lang:master May 26, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 4, 2020
Update cargo

9 commits in 9fcb8c1d20c17f51054f7aa4e08ff28d381fe096..40ebd52206e25c7a576ee42c137cc06a745a167a
2020-05-25 16:25:36 +0000 to 2020-06-01 22:35:00 +0000
- Warn if using hash in git URL, Fixes rust-lang/cargo#8241 (rust-lang/cargo#8297)
- reset lockfile information between resolutions (rust-lang/cargo#8274)
- Disable strip_works test on macos. (rust-lang/cargo#8301)
- Fix typo in impl Display for Strip (rust-lang/cargo#8299)
- Add support for rustdoc root URL mappings. (rust-lang/cargo#8287)
- Fix tests with enoent error message on non-english systems. (rust-lang/cargo#8295)
- Fix fingerprinting for lld on Windows with dylib. (rust-lang/cargo#8290)
- Fix a typo (rust-lang/cargo#8289)
- Fix several issues with close_output test. (rust-lang/cargo#8286)
@ehuss ehuss added this to the 1.46.0 milestone Feb 6, 2022
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.

None yet

4 participants