diff options
author | Lawrence D'Anna <lawrence_danna@apple.com> | 2019-10-08 00:26:53 +0000 |
---|---|---|
committer | Lawrence D'Anna <lawrence_danna@apple.com> | 2019-10-08 00:26:53 +0000 |
commit | 5d10e417e97bfe7581c72460c46f83722ece6693 (patch) | |
tree | 765c31315c6f262949be75b0d128b9b947aabee6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 37cf39df20825980adf55143005b553bb7e12047 (diff) | |
download | bcm5719-llvm-5d10e417e97bfe7581c72460c46f83722ece6693.tar.gz bcm5719-llvm-5d10e417e97bfe7581c72460c46f83722ece6693.zip |
DWIMy filterspecs for dotest.py
Summary:
dotest.py currently requires a filterspec to be of the
form `TestCase.test_method`. This patch makes it more
flexible, so you can pass `TestModule.TestCase.test_method`
or `TestModule.TestCase` or `TestCase.test_method` or just
`test_method`.
This makes it more convenient to just copy a test name
out of the terminal after running a bunch of tests and use
it as a filterspec.
Reviewers: JDevlieghere, jasonmolenda, labath
Reviewed By: JDevlieghere
Subscribers: jingham, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D68545
llvm-svn: 373997
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions