summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2017-03-04 01:48:43 +0000
committerSean Callanan <scallanan@apple.com>2017-03-04 01:48:43 +0000
commit9984624edf9925a37b2d274a84b0709b238c216c (patch)
tree9cb3ffc507a3106cb38040ade036fbe227205f9a /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py
parent21f340fd2550e2407fdd80ed533bf69b2ad1d3dd (diff)
downloadbcm5719-llvm-9984624edf9925a37b2d274a84b0709b238c216c.tar.gz
bcm5719-llvm-9984624edf9925a37b2d274a84b0709b238c216c.zip
Disable the lldb-mi tests on remote platforms.
Currently on remote platforms the lldb-mi tests fail, which means they time out. Given how many of the lldb-mi tests there are, this means a long wait. llvm-svn: 296951
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py
index b853673211b..20e48ac8dc7 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiPrompt.py
@@ -17,6 +17,7 @@ class MiPromptTestCase(lldbmi_testcase.MiTestCaseBase):
@skipIfWindows # llvm.org/pr24452: Get lldb-mi tests working on Windows
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+ @skipIfRemote # We do not currently support remote debugging via the MI.
def test_lldbmi_prompt(self):
"""Test that 'lldb-mi --interpreter' echos '(gdb)' after commands and events."""
OpenPOWER on IntegriCloud