summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-12-14 21:49:39 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-12-14 21:49:39 +0000
commit6ea44cd89b938c80abef98bb624524fb51735338 (patch)
treedbc27d5204dc914a506983435985044e13e0afa0 /lldb/packages/Python/lldbsuite/test/lang/cpp
parenta11959dbf77bd534d9a1c031ec3a9e810899eff8 (diff)
downloadbcm5719-llvm-6ea44cd89b938c80abef98bb624524fb51735338.tar.gz
bcm5719-llvm-6ea44cd89b938c80abef98bb624524fb51735338.zip
Temporarily skip TestWithLimitDebugInfo on Darwin and OS X
This test is erroring out on a sequence call to a function. llvm-svn: 255549
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py
index ec26f9efe90..6678493a7e7 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py
@@ -6,6 +6,8 @@ class TestWithLimitDebugInfo(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @skipIfLinux
+ @skipIfDarwin
@skipIf(debug_info=not_in(["dwarf"]))
def test_limit_debug_info(self):
self.build()
OpenPOWER on IntegriCloud