diff options
author | Jason Molenda <jmolenda@apple.com> | 2019-09-11 01:03:24 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2019-09-11 01:03:24 +0000 |
commit | 9b27586e83476dca7d1f9a2179c23fc72ff6911f (patch) | |
tree | 1aaedb49db263c61f8a1814678e19cf84e0f176c /lldb/packages/Python/lldbsuite/test/python_api/process | |
parent | f0321c094d952ca10a18752d7ce5ae8946f53cb2 (diff) | |
download | bcm5719-llvm-9b27586e83476dca7d1f9a2179c23fc72ff6911f.tar.gz bcm5719-llvm-9b27586e83476dca7d1f9a2179c23fc72ff6911f.zip |
Ah, only skip this for embedded darwin targets.
llvm-svn: 371583
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py | 2 |
1 files changed, 1 insertions, 1 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 e261ac44523..f2223d6912d 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,7 +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> + @skipIfDarwinEmbedded # 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() |