[Lldb-commits] [PATCH] D24988: Improvements to testing blacklist
Francis Ricci via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 3 10:38:53 PDT 2016
fjricci added a comment.
For an example of something that couldn't be disabled with the original implementation, consider a test like:
`CreateDuringStepTestCase.test_step_inst`
Disabling by method name (`test_step_inst`) would also disable `CreateDuringInstructionStepTestCase.test_step_inst`.
https://reviews.llvm.org/D24988
More information about the lldb-commits
mailing list