Allow passing the --nocapture flag to compiletest #109407
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x test tests/mir-opt --test-args=nocapture
passesx test tests/mir-opt --test-args=--nocapture
failsOn recent master (commit 13b7aa4), with
config.toml
to avoid building LLVM:Extra spin/Side note:
Contrary to the above, with
--dry-run
, both--test-args=nocapture
and--test-args=--nocapture
pass well:x test tests/mir-opt --test-args=nocapture --dry-run
andx test tests/mir-opt --test-args=--nocapture --dry-run
.All the same when invoking with
./x.py
instead ofx
.Also discussed at https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20debugging.20library.2Fcore.20in.20VS.20Code.3F/near/341923600.
The text was updated successfully, but these errors were encountered: