forked from OSchip/llvm-project
Ah, only skip this for embedded darwin targets.
llvm-svn: 371583
This commit is contained in:
parent
f0321c094d
commit
9b27586e83
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue