From e96dc753399fe57b90470ca206c7ef7b90e4568a Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 9 Mar 2018 00:34:43 +0000 Subject: [test] Skip a test which sporadically fails in its dsym variant There is a mailing list discussion re: r325927 about why this test fails in the dsym variant. I've marked it skipped for now, until the issue is resolved. llvm-svn: 327089 --- .../packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py index 896d4cd8b46..871fb168938 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py @@ -2,12 +2,14 @@ import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil +from lldbsuite.test.decorators import * class TestUnicodeSymbols(TestBase): mydir = TestBase.compute_mydir(__file__) + @skipIf(debug_info=["dsym"]) def test_union_members(self): self.build() spec = lldb.SBModuleSpec() -- cgit v1.2.3