rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.75k stars 12.5k forks source link

rustbuild doesn't pass arguments to `check-std` tests #36785

Closed brson closed 5 years ago

brson commented 7 years ago

If e.g. I write python2 src/bootstrap/bootstrap.py --stage 2 --step check-crate-std --target=asmjs-unknown-emscripten -- --ignored, I don't run the ignored tests like I would expect.

Mark-Simulacrum commented 5 years ago

The correct syntax is --test-args --ignored (though this obviously may not work, as they're usually ignored for a reason).