XFAIL test for older versions of dsymutil

llvm-svn: 340550
This commit is contained in:
Adrian Prantl 2018-08-23 17:30:56 +00:00
parent 4be70ba94a
commit 315334be05
1 changed files with 1 additions and 0 deletions

View File

@ -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()