Skip to content

Revert compiletest hacks, use latest compiletest - #3927

Merged
bors merged 4 commits into
masterfrom
rustup
Apr 7, 2019
Merged

Revert compiletest hacks, use latest compiletest#3927
bors merged 4 commits into
masterfrom
rustup

Conversation

@Manishearth

Copy link
Copy Markdown
Member

The libtest changes have been reverted, see rust-lang/rust#59766, Manishearth/compiletest-rs#174

Comment thread tests/compile-test.rs

#[warn(clippy::identity_conversion)]
fn run_ui_toml_tests(config: &compiletest::Config, mut tests: Vec<TestDescAndFn>) -> Result<bool, io::Error> {
#[allow(clippy::identity_conversion)]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This line should be removed completely (sometime). It's a bug that this lint started to trigger and therefore we set it to warn instead of deny for the dogfood test. #3913

If this bug still exists (which I think is the case) this line should stay unchanged.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It still exists :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Remember, compile-test.rs is a different crate, so allow()s applied elsewhere will not help here.

@Manishearth

Copy link
Copy Markdown
Member Author

Hmm, appveyor fails (but not travis) on rustc_term issues...

@Manishearth

Copy link
Copy Markdown
Member Author

Ah we still depend on libtest

@Manishearth

Copy link
Copy Markdown
Member Author

@bors r+

@bors

bors commented Apr 7, 2019

Copy link
Copy Markdown
Contributor

📌 Commit 4c7c39a has been approved by Manishearth

bors added a commit that referenced this pull request Apr 7, 2019
Revert compiletest hacks, use latest compiletest

The libtest changes have been reverted, see rust-lang/rust#59766,  Manishearth/compiletest-rs#174
@bors

bors commented Apr 7, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4c7c39a with merge cffb416...

@bors

bors commented Apr 7, 2019

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: Manishearth
Pushing cffb416 to master...

@bors
bors merged commit 4c7c39a into master Apr 7, 2019
@Manishearth
Manishearth deleted the rustup branch April 7, 2019 21:22
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.

3 participants