Ineffective --exclude
argument on ./x.py test
#83661
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)
I think this is a sufficiently minimal example:
./x.py test --stage=1 --target=i686-unknown-linux-gnu --no-doc --exclude src/tools/linkchecker
After #80839, I expect the exclude argument to correctly apply to the linkchecker. Instead, when running the above command I get:
This is on commit
2917eda69decdf813daa94b20dfb2edd3a555963
As the linked commit mentions, adding an
--host=''
argument indeed sidesteps the issue, but I guess ideally the exlude should be enough.And with backtrace:
Backtrace
The text was updated successfully, but these errors were encountered: