summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-08-23 17:30:56 +0000
committerAdrian Prantl <aprantl@apple.com>2018-08-23 17:30:56 +0000
commit315334be050bacd430ea17e726526fb23630fd28 (patch)
treee616800b97b09e2d9fd4f687019c3f98417b071f /lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
parent4be70ba94ab6d1b15441ff7c75f5844157557f3a (diff)
downloadbcm5719-llvm-315334be050bacd430ea17e726526fb23630fd28.tar.gz
bcm5719-llvm-315334be050bacd430ea17e726526fb23630fd28.zip
XFAIL test for older versions of dsymutil
llvm-svn: 340550
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py1
1 files changed, 1 insertions, 0 deletions
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 b2c9bbb83c0..2024009e471 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()
OpenPOWER on IntegriCloud