summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-04-11 12:26:33 +0000
committerPavel Labath <labath@google.com>2017-04-11 12:26:33 +0000
commit0df645dda4e72df379be3bd88410e2e7646f7716 (patch)
treeede7b113f6c8fcd26c7dc8efb985ce1e0ff99faa /lldb/packages/Python/lldbsuite/test
parentf0a6d8ada37b4988a3a87f8de5a55c606b2c5578 (diff)
downloadbcm5719-llvm-0df645dda4e72df379be3bd88410e2e7646f7716.tar.gz
bcm5719-llvm-0df645dda4e72df379be3bd88410e2e7646f7716.zip
Add missing annotation to TestDataFormatterUnordered
llvm-svn: 299934
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
index 97dcc90397c..f61a715a4d3 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
@@ -22,6 +22,7 @@ class LibcxxUnorderedDataFormatterTestCase(TestBase):
ns = 'ndk' if lldbplatformutil.target_is_android() else ''
self.namespace = 'std::__' + ns + '1'
+ @add_test_categories(["libc++"])
def test_with_run_command(self):
self.build()
self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
OpenPOWER on IntegriCloud