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

Add and move tests for jobs of cargo build #7695

Merged

Conversation

giraffate
Copy link
Contributor

@giraffate giraffate commented Dec 11, 2019

A test when argument is negative is added. In addition, default_cargo_config_jobs and good_cargo_config_jobs is moved from testsuite/bad_config.rs to testsuite/build.rs because these tests are not for bad config.

A test when argument is negative is added. In addition,
`default_cargo_config_jobs` and `good_cargo_config_jobs` is moved from
`testsuite/bad_config.rs` to `testsuite/build.rs` because these tests
are not for `bad config`.
@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 Dec 11, 2019
@@ -222,7 +222,7 @@ impl TargetKind {
}
}

/// Information about a binary, a library, an example, etc. that is part of the
/// Information about a binary, a library, an example, etc. That is part of the
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this is really a typo. Deconstructing:

Information about a thing that is part of the package.

The second part isn't a separate sentence.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, this is not typo as you pointed out. I remove this commit from PR.

@giraffate giraffate force-pushed the add_and_update_tests_for_jobs_of_cargo_build branch from 1ac3ad3 to 4956d3e Compare December 12, 2019 00:27
@giraffate giraffate changed the title Add and move tests for jobs of cargo build and fix typo Add and move tests for jobs of cargo build Dec 12, 2019
@giraffate
Copy link
Contributor Author

The fix for typo was my mistake, so I removed that commit and fixed the title and summary. Could you review this again?

Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

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

Thanks, will merge once CI is fixed by #7699.

@alexcrichton
Copy link
Member

@bors: r=ehuss

@bors
Copy link
Contributor

bors commented Dec 12, 2019

📌 Commit 4956d3e has been approved by ehuss

@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 Dec 12, 2019
@bors
Copy link
Contributor

bors commented Dec 12, 2019

⌛ Testing commit 4956d3e with merge 5694e7c...

bors added a commit that referenced this pull request Dec 12, 2019
…o_build, r=ehuss

Add and move tests for jobs of `cargo build`

A test when argument is negative is added. In addition, `default_cargo_config_jobs` and `good_cargo_config_jobs` is moved from `testsuite/bad_config.rs` to `testsuite/build.rs` because these tests are not for `bad config`.
@bors
Copy link
Contributor

bors commented Dec 12, 2019

☀️ Test successful - checks-azure
Approved by: ehuss
Pushing 5694e7c to master...

@bors bors merged commit 4956d3e into rust-lang:master Dec 12, 2019
@ehuss ehuss added this to the 1.42.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.

5 participants