Closed
Description
I tried this code: ./configure --set download-rustc && x test --stage 1 rustdoc-ui
I expected to see this happen: All tests pass
Instead, this happened:
warning: `download-rustc` does nothing when building stage1 tools; consider using `--stage 2` instead
Building tool rustdoc (stage0 -> stage1)
Finished release [optimized] target(s) in 0.07s
Check compiletest suite=rustdoc-ui mode=ui (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
running 221 tests
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFiFFFFFFFFFFFFFFFFFFFFFFF 88/221
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 176/221
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
test result: FAILED. 0 passed; 220 failed; 1 ignored; 0 measured; 0 filtered out; finished in 142.79ms
Some tests failed in compiletest suite=rustdoc-ui mode=ui host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu
Meta
HEAD is 39c6804
I think this is pretty low priority, I don't know why anyone would need to run x test --stage 1
when download-rustc is enabled.