From 61a29ded5dbdf3830c99a52effe7e25cd8859e10 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 30 Jan 2018 19:49:05 +0000 Subject: PR25934: Skip EventAPITestCase. It still SEGV's on Darwin. See: https://ci.swift.org/job/swift-lldb-PR-osx/39 llvm.org/PR25934 llvm-svn: 323809 --- lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index 00f00bebf8b..8a9e456f345 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -15,6 +15,7 @@ from lldbsuite.test import lldbutil @skipIfLinux # llvm.org/pr25924, sometimes generating SIGSEGV +@skipIfDarwin class EventAPITestCase(TestBase): mydir = TestBase.compute_mydir(__file__) -- cgit v1.2.3