From 4e3bd78a8090f9c46357e637445c83842405c2c9 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 llvm-svn: 340573 --- .../packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2024009..c6c1f27 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/lldb/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() -- 2.7.4