teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Pavel Labath 64b6e5af13 Remove getCategories mechanism of specifying test categories
Summary:
This mechanism was mostly redundant with the file-based .categories
mechanism, and it was interfering with it, as any test which implemented
a getCategories method would not inherit the filesystem categories.

This patch removes it. The existing categories are preserved either by
adding a .categories file, or using the @add_test_categories decorator.

Reviewers: jingham, clayborg, zturner

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D39515

llvm-svn: 317277
2017-11-02 22:13:09 +00:00
..
breakpoint BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across function boundaries 2017-03-15 09:53:10 +00:00
control Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
data Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
interpreter Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
lexical_scope Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope 2017-04-04 08:00:28 +00:00
signal Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
stack Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
startup_options Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
symbol Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
syntax Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
target Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
threadinfo Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
variable Skip test_lldbmi_var_update on Darwin. 2017-07-24 20:11:20 +00:00
.categories Remove getCategories mechanism of specifying test categories 2017-11-02 22:13:09 +00:00
lldbmi_testcase.py Remove getCategories mechanism of specifying test categories 2017-11-02 22:13:09 +00:00
main.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
Makefile
TestMiEnvironmentCd.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiExit.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiFile.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiGdbSetShow.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiLibraryLoaded.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiPrompt.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00