compiletest: changes in compiletest does not trigger test rerun #56280
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
If I modify a file in the rustc source code (
src/librustc_c*
),./x.py test
is smart enough to rerun all tests. However, if I modify something insrc/tools/compiletest
, then./x.py test
still ignores the tests that completed successfully in the previous run.Steps to reproduce:
compiletest
. For example, replace theexpected_output_path
function inruntest.rs
with:./x.py test
Expected output: some tests fail.
Actual output:
The text was updated successfully, but these errors were encountered: