[Lldb-commits] [lldb] r340573 - XFAIL test for older versions of clang
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 23 14:00:37 PDT 2018
Author: adrian
Date: Thu Aug 23 14:00:37 2018
New Revision: 340573
URL: http://llvm.org/viewvc/llvm-project?rev=340573&view=rev
Log:
XFAIL test for older versions of clang
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=340573&r1=340572&r2=340573&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 14:00:37 2018
@@ -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()
More information about the lldb-commits
mailing list