From: Pavel Labath Date: Tue, 11 Apr 2017 12:26:33 +0000 (+0000) Subject: Add missing annotation to TestDataFormatterUnordered X-Git-Tag: llvmorg-5.0.0-rc1~8067 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0df645dda4e72df379be3bd88410e2e7646f7716;p=platform%2Fupstream%2Fllvm.git Add missing annotation to TestDataFormatterUnordered llvm-svn: 299934 --- 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 97dcc90..f61a715 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)