x.py does not warn if test filters for file that does not exist #80621
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
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)
I tried to run a specific ui test using
./x.py test src/test/ui/...
, but mistyped the test's file name. This resulted in the file name silently being ignored and x.py started to execute all available tests instead.The text was updated successfully, but these errors were encountered: