Mark TestProcessIO.test_stdin_redirection as flaky on android

bug #26437

llvm-svn: 259513
This commit is contained in:
Pavel Labath 2016-02-02 15:16:16 +00:00
parent 470c2acc7c
commit 148e4b7f66
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ProcessIOTestCase(TestBase):
@skipIfWindows # stdio manipulation unsupported on Windows
@add_test_categories(['pyapi'])
@expectedFlakeyAndroid(bugnumber="llvm.org/pr26437", archs=["aarch64"], api_levels=[21])
def test_stdin_redirection(self):
"""Exercise SBLaunchInfo::AddOpenFileAction() for STDIN without specifying STDOUT or STDERR."""
self.build()