Skip to content

compiletest "Blessing the {stream} of {test_name} in {expected_path:?}" test name is incorrect #140945

Closed
@jieyouxu

Description

@jieyouxu

https://github.com/rust-lang/rust/blob/bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99/src/tools/compiletest/src/runtest.rs#L2651C27-L2651C84

Looks like it was incorrectly assigned a compare mode instead

// 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 runnerC-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions