-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
I'm trying to narrow down which subset of core::task's tests cause deadlock, and I have to keep recompiling everything with different sets of tasks commented out, because a "just one substring match" whitelist is not flexible enough to search arbitrary subsets of the tests.
It'd be great if the test harness accepted multiple testname arguments to whitelist, or a regex, or a blacklist, etc.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.