summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-03-11 19:15:03 +0000
committerJim Ingham <jingham@apple.com>2016-03-11 19:15:03 +0000
commite78ca659d69b569680e673527bc570892850dbe6 (patch)
tree77b31de30b42352176e7219481712f2acc5ad820 /lldb/packages/Python/lldbsuite/test/python_api
parent7a2113882ffc8d588fca232e13878c855b3c3ece (diff)
downloadbcm5719-llvm-e78ca659d69b569680e673527bc570892850dbe6.tar.gz
bcm5719-llvm-e78ca659d69b569680e673527bc570892850dbe6.zip
Remove the skip if Darwin since I fixed the crash.
llvm-svn: 263283
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
index 4fb4de4fbae..3e2ff2ffa9d 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
@@ -114,7 +114,6 @@ class APIDefaultConstructorTestCase(TestBase):
@add_test_categories(['pyapi'])
@no_debug_info_test
- @skipIfDarwin # seg faulting, bugnumber="<rdar://problem/25105824>"
def test_SBDebugger(self):
obj = lldb.SBDebugger()
if self.TraceOn():
OpenPOWER on IntegriCloud