summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2019-12-10 14:54:42 -0800
committerJason Molenda <jmolenda@apple.com>2019-12-10 14:55:04 -0800
commit90f4355b43eaf9eefa02226b98d8cb43f44ca879 (patch)
tree3524260e0ffb9005c571b2a7a4936594a15ac44d /lldb/packages/Python/lldbsuite/test
parent16e9315685bc057849eab072de6ec349b508ec1d (diff)
downloadbcm5719-llvm-90f4355b43eaf9eefa02226b98d8cb43f44ca879.tar.gz
bcm5719-llvm-90f4355b43eaf9eefa02226b98d8cb43f44ca879.zip
Skip TestMultilineCompletion.py on ios testsuite runs.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
index dc4f36b6f8b..6fbdaee2051 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
@@ -14,6 +14,7 @@ class MultilineCompletionTest(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
@skipIfAsan
+ @skipIfDarwinEmbedded # test is written to explicitly "run" the binary
def test_basic_completion(self):
"""Test that we can complete a simple multiline expression"""
self.build()
OpenPOWER on IntegriCloud