summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/io
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2019-09-11 01:02:30 +0000
committerJason Molenda <jmolenda@apple.com>2019-09-11 01:02:30 +0000
commitf0321c094d952ca10a18752d7ce5ae8946f53cb2 (patch)
treed6e081d9c3c3e037ea6c32bb96d607ce4f918361 /lldb/packages/Python/lldbsuite/test/python_api/process/io
parent7b4237d3ccb6bb84d2d6d411b6bd654f1c932b52 (diff)
downloadbcm5719-llvm-f0321c094d952ca10a18752d7ce5ae8946f53cb2.tar.gz
bcm5719-llvm-f0321c094d952ca10a18752d7ce5ae8946f53cb2.zip
Skip a test in TestProcessIO.py when running against ios devices.
llvm-svn: 371582
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/io')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py b/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py
index 99b91280e78..e261ac44523 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py
@@ -36,6 +36,7 @@ class ProcessIOTestCase(TestBase):
@skipIfWindows # stdio manipulation unsupported on Windows
@add_test_categories(['pyapi'])
@expectedFlakeyLinux(bugnumber="llvm.org/pr26437")
+ @skipIfRemote # I/O redirection like this is not supported on remote iOS devices yet <rdar://problem/54581135>
def test_stdin_by_api(self):
"""Exercise SBProcess.PutSTDIN()."""
self.setup_test()
OpenPOWER on IntegriCloud