From 227b74c2dd12b92d598609eef3bcb1006a734a62 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 23 Aug 2018 21:00:37 +0000 Subject: [PATCH] XFAIL test for older versions of clang git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@340573 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py b/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py index 2024009e47..c6c1f27ed4 100644 --- a/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py @@ -9,7 +9,7 @@ class TestUnicodeSymbols(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(compiler="clang", compiler_version=['<', '7.0'], debug_info="dsym") + @expectedFailureAll(compiler="clang", compiler_version=['<', '7.0']) def test_union_members(self): self.build() spec = lldb.SBModuleSpec()