summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-01-30 19:49:05 +0000
committerVedant Kumar <vsk@apple.com>2018-01-30 19:49:05 +0000
commit61a29ded5dbdf3830c99a52effe7e25cd8859e10 (patch)
tree3d303826e9ce7cff388f38f5fe14d0a444508623 /lldb/packages/Python/lldbsuite/test/python_api
parentee2d2bfbcd90158abac4f8f20cd4883269392176 (diff)
downloadbcm5719-llvm-61a29ded5dbdf3830c99a52effe7e25cd8859e10.tar.gz
bcm5719-llvm-61a29ded5dbdf3830c99a52effe7e25cd8859e10.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py1
1 files changed, 1 insertions, 0 deletions
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__)
OpenPOWER on IntegriCloud