./x test --skip
is sensitive to path separators on Windows
#134198
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-windows
Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Currently the following will not skip any tests on Windows even though the test path exists
This is because of using
/
instead of\
for the path separators. Ideally bootstrap should handle this.Additionally it would be nice if
--skip
errored (or at least warned) if the given path didn't match anything.The text was updated successfully, but these errors were encountered: