-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-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
I tried this code:
x test library --exclude alloc --stage 0
I expected to see this happen: "Testing stage0 library artifacts {std, panic_abort, core, panic_unwind, unwind, proc_macro, test} (x86_64-unknown-linux-gnu)"
Instead, this happened: "Testing stage0 library artifacts"
This gets worse - if I just pass x test --exclude alloc
, then the entire step gets skipped. In particular, this means that
rust/src/ci/docker/host-x86_64/wasm32/Dockerfile
Lines 57 to 59 in eadf69a
# Exclude library/alloc due to OOM in benches. | |
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \ | |
--exclude library/alloc |
Meta
HEAD is branched from 19ee7f4a6abaf00f3d11d1c7f1d3508b55c84aa1 (which is going to land on master shortly).
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-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)