From e78ca659d69b569680e673527bc570892850dbe6 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 11 Mar 2016 19:15:03 +0000 Subject: Remove the skip if Darwin since I fixed the crash. llvm-svn: 263283 --- .../default-constructor/TestDefaultConstructorForAPIObjects.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/default-constructor') 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="" def test_SBDebugger(self): obj = lldb.SBDebugger() if self.TraceOn(): -- cgit v1.2.3