--exclude
is broken for individual files
#96342
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
This is harder to fix than it looks - if you try something simple like
you end up skipping the whole suite:
I think the proper fix for this involves adding support in compiletest itself :( by passing
--exclude p
for eachis_valid_test_suite_arg
inconfig.exclude
.@rustbot label +A-rustbuild +A-testsuite +C-bug +E-hard
The text was updated successfully, but these errors were encountered: