[Lldb-commits] [lldb] r340550 - XFAIL test for older versions of dsymutil

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 23 10:30:56 PDT 2018


Author: adrian
Date: Thu Aug 23 10:30:56 2018
New Revision: 340550

URL: http://llvm.org/viewvc/llvm-project?rev=340550&view=rev
Log:
XFAIL test for older versions of dsymutil

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py?rev=340550&r1=340549&r2=340550&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py Thu Aug 23 10:30:56 2018
@@ -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()




More information about the lldb-commits mailing list