-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Looks like it was incorrectly assigned a compare mode instead
rust/src/tools/compiletest/src/runtest.rs
Lines 2612 to 2613 in bc7512e
| // Write the actual output to a file in build/ | |
| let test_name = self.config.compare_mode.as_ref().map_or("", |m| m.to_str()); |
Metadata
Metadata
Assignees
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)