From 22e71a030ec605bcf740142e400f1505037e71fd Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 31 Oct 2017 15:27:19 +0000 Subject: 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 --- lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories | 1 + 1 file changed, 1 insertion(+) create mode 100644 lldb/packages/Python/lldbsuite/test/python_api/watchpoint/.categories (limited to 'lldb/packages/Python/lldbsuite/test/python_api/watchpoint') 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 -- cgit v1.2.3