From 91b4bd4b1261d22c3948caed959eccb03dc558ec Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 11 Mar 2016 08:12:36 +0000 Subject: skip newly segfaulting test on OS X public CI llvm-svn: 263205 --- .../default-constructor/TestDefaultConstructorForAPIObjects.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') 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 3e2ff2ffa9d..4fb4de4fbae 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,6 +114,7 @@ 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