diff options
author | Pavel Labath <labath@google.com> | 2015-10-27 09:34:34 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-10-27 09:34:34 +0000 |
commit | e272b7712083142246faf773b175062e932025fb (patch) | |
tree | eca4abf62aaa99a7f5a184eaff42e9dd661c3ab9 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | 9e131f7fefc6f62ed2d0e8b7c5615c7bb9c69131 (diff) | |
download | bcm5719-llvm-e272b7712083142246faf773b175062e932025fb.tar.gz bcm5719-llvm-e272b7712083142246faf773b175062e932025fb.zip |
Deprecate -m/+m dotest options in favor of test categories
Summary:
This change deprecates -m/+m dotest options (the options are still recognized but they print an
error message pointing to the new options) and adds a new lldb-mi test category instead. To just
run lldb-mi tests, use '-G lldb-mi'. To skip lldb-mi tests, use '--skip-category lldb-mi'. All
lldb-mi tests are marked as such using the getCategories method on the base MiTestCaseBase class
and the @lldbmi_test decorator is not needed. In case one still needs to annotate a specific test
function as an lldb-mi test, one can use the @add_test_categories(['lldb-mi']) decorator to
achieve that.
Reviewers: tfiala, dawn, ki.stfu, abidh
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D14060
llvm-svn: 251400
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions