compiletest: previously-succeeding tests are still rerun. #57864
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Running e.g.
./x.py test --stage 1 src/test/mir-opt
several times currently results in all the tests being ran every single time, instead of skipping those that succeeded already.I'm not sure when this started happening, but it's recent, somewhere in the past few weeks.
It could perhaps be caused by #56680, although I don't recall having issues around the time that PR was merged. Also, I have no indication that anyone else has this issue, could be my build dir.
cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: