diff options
author | Pavel Labath <labath@google.com> | 2017-10-31 15:27:19 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-10-31 15:27:19 +0000 |
commit | 22e71a030ec605bcf740142e400f1505037e71fd (patch) | |
tree | 355a2eb59e1781e2d465506f642810a82d6522a5 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 3f3d5be7592f81cc7b397053c3b6a1a3b9ab7758 (diff) | |
download | bcm5719-llvm-22e71a030ec605bcf740142e400f1505037e71fd.tar.gz bcm5719-llvm-22e71a030ec605bcf740142e400f1505037e71fd.zip |
Add a "watchpoint" test category and annotate tests appropriately
Most of the watchpoint tests are organized into subtrees, so we can use the
file-based .categories approach to annotate them. The exception are the
concurrent_events tests, which needed to be annotated on a per-test basis.
The motivation behind this is to provide an easy way to disable watchpoint
tests on systems where the watchpoint functionality is not present/unreliable.
llvm-svn: 317004
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories new file mode 100644 index 00000000000..50c1613cda7 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories @@ -0,0 +1 @@ +watchpoint |