Skip to content

x test --stage 1 tests/rustdoc{,-ui} fails when download-rustc is enabled #110570

Closed
@jyn514

Description

@jyn514

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-download-rustcArea: The `rust.download-rustc` build option.A-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.P-lowLow priorityT-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