[Lldb-commits] [lldb] r331764 - [test] Re-enable TestUnicodeSymbols

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue May 8 06:28:35 PDT 2018


Author: jdevlieghere
Date: Tue May  8 06:28:34 2018
New Revision: 331764

URL: http://llvm.org/viewvc/llvm-project?rev=331764&view=rev
Log:
[test] Re-enable TestUnicodeSymbols

Re-enable TestUnicodeSymbols now that we use the in-tree dsymutil. This
was disabled because the hashing of unicode symbols was out of sync
between llvm (dsymutil) and lldb.

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=331764&r1=331763&r2=331764&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 Tue May  8 06:28:34 2018
@@ -9,7 +9,6 @@ class TestUnicodeSymbols(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @skipIf(debug_info=["dsym"])
     def test_union_members(self):
         self.build()
         spec = lldb.SBModuleSpec()




More information about the lldb-commits mailing list