Closed
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.