-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
tests: mir-opt test suite with --bless doesn't work on windows-gnu #119644
Copy link
Copy link
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: WindowsT-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)
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: WindowsT-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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Even if
x86_64-pc-windows-gnuis the only build target, rustbuild still attempts to cross-compile thing fori686-pc-windows-gnuto bless all revisions of mir-opt tests, but the cross-compilation isn't setup correctly and the attempt fails.By default I see output like this
If I try to remove windows-gnu targets from
MIR_OPT_BLESS_TARGET_MAPPING, then I start seeing output like thisThis was apparently caused by #112418.
cc @pietroalbini