summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-05-08 13:28:34 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-05-08 13:28:34 +0000
commite6effb199cfda9a3c004a48420e4f3e09e420e8b (patch)
tree0fe1d29fd9b5c3967ce741208917df6c8ca353bf /lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
parent12152511518ef370a24923539a3ac792e387789f (diff)
downloadbcm5719-llvm-e6effb199cfda9a3c004a48420e4f3e09e420e8b.tar.gz
bcm5719-llvm-e6effb199cfda9a3c004a48420e4f3e09e420e8b.zip
[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. llvm-svn: 331764
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, 0 insertions, 1 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 871fb168938..b2c9bbb83c0 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
@@ -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()
OpenPOWER on IntegriCloud