rustbuild: Don't re-run tests suites that already passed · Issue #36385 · rust-lang/rust (original) (raw)
For example if the run-pass
test suite passes entirely then we shouldn't re-run it if none of the dependencies have changed.
We should also be sure though that if there's a test filter that we don't consider the run-pass test suite as passing, an annoyance with the makefiles!