From f0321c094d952ca10a18752d7ce5ae8946f53cb2 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 11 Sep 2019 01:02:30 +0000 Subject: Skip a test in TestProcessIO.py when running against ios devices. llvm-svn: 371582 --- .../Python/lldbsuite/test/python_api/process/io/TestProcessIO.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/io') 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 def test_stdin_by_api(self): """Exercise SBProcess.PutSTDIN().""" self.setup_test() -- cgit v1.2.3