Closed
Description
Right now, we copy paste a bunch of code in various places and it ends up with not all test suites supporting the same arguments. See for example #66458. We should refactor all these Steps to use the same logic for the flags to pass to cargo.
Lines 2448 to 2464 in 131ef95
fn test_args(cargo: &mut Cargo) {}
that we call instead of trying to keep these in sync.
Originally posted by @jyn514 in #72536 (comment)
Metadata
Metadata
Assignees
Labels
Area: The testsuite used to check the correctness of rustcCategory: PRs that clean code up or issues documenting cleanup.Call for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)