[lldb] Add instrumentation runtime category
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Oct 2020 22:27:37 +0000 (15:27 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Oct 2020 23:02:40 +0000 (16:02 -0700)
lldb/packages/Python/lldbsuite/test/test_categories.py
lldb/test/API/functionalities/asan/.categories [new file with mode: 0644]
lldb/test/API/functionalities/mtc/.categories [new file with mode: 0644]
lldb/test/API/functionalities/tsan/.categories [new file with mode: 0644]
lldb/test/API/functionalities/ubsan/.categories [new file with mode: 0644]

index dcfef5b..699fcf4 100644 (file)
@@ -30,6 +30,7 @@ all_categories = {
     'expression': 'Tests related to the expression parser',
     'flakey': 'Flakey test cases, i.e. tests that do not reliably pass at each execution',
     'gmodules': 'Tests that can be run with -gmodules debug information',
+    'instrumentation-runtime': 'Tests for the instrumentation runtime plugins',
     'libc++': 'Test for libc++ data formatters',
     'libstdcxx': 'Test for libstdcxx data formatters',
     'lldb-server': 'Tests related to lldb-server',
diff --git a/lldb/test/API/functionalities/asan/.categories b/lldb/test/API/functionalities/asan/.categories
new file mode 100644 (file)
index 0000000..c756cb1
--- /dev/null
@@ -0,0 +1 @@
+instrumentation-runtime
diff --git a/lldb/test/API/functionalities/mtc/.categories b/lldb/test/API/functionalities/mtc/.categories
new file mode 100644 (file)
index 0000000..c756cb1
--- /dev/null
@@ -0,0 +1 @@
+instrumentation-runtime
diff --git a/lldb/test/API/functionalities/tsan/.categories b/lldb/test/API/functionalities/tsan/.categories
new file mode 100644 (file)
index 0000000..c756cb1
--- /dev/null
@@ -0,0 +1 @@
+instrumentation-runtime
diff --git a/lldb/test/API/functionalities/ubsan/.categories b/lldb/test/API/functionalities/ubsan/.categories
new file mode 100644 (file)
index 0000000..c756cb1
--- /dev/null
@@ -0,0 +1 @@
+instrumentation-runtime