From 315334be050bacd430ea17e726526fb23630fd28 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 23 Aug 2018 17:30:56 +0000 Subject: [PATCH] XFAIL test for older versions of dsymutil llvm-svn: 340550 --- .../Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 1 + 1 file changed, 1 insertion(+) 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 b2c9bbb83c0f..2024009e4717 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py @@ -9,6 +9,7 @@ class TestUnicodeSymbols(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureAll(compiler="clang", compiler_version=['<', '7.0'], debug_info="dsym") def test_union_members(self): self.build() spec = lldb.SBModuleSpec()