[Lldb-commits] [PATCH] D24988: Improvements to testing blacklist
Francis Ricci via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 27 14:50:10 PDT 2016
fjricci created this revision.
fjricci added reviewers: zturner, labath, tfiala, jingham.
fjricci added subscribers: sas, lldb-commits.
This patch is necessary because individual test cases are not required
to have unique names. Therefore, test cases must now
be specified explicitly in the form <TestCase>.<TestMethod>.
Because it works by regex matching, passing just <TestCase> will
still disable an entire file.
This also allows for multiple exclusion files to be specified.
https://reviews.llvm.org/D24988
Files:
packages/Python/lldbsuite/test/configuration.py
packages/Python/lldbsuite/test/dotest.py
packages/Python/lldbsuite/test/dotest_args.py
packages/Python/lldbsuite/test/test_result.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24988.72715.patch
Type: text/x-patch
Size: 5701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160927/546b4fb4/attachment.bin>
More information about the lldb-commits
mailing list