summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-02-02 15:16:16 +0000
committerPavel Labath <labath@google.com>2016-02-02 15:16:16 +0000
commit148e4b7f6608a3fba9d8cecb18bf1acaca27719d (patch)
tree883bcdb6f68f8bbef897ba42ba7ac63ea7425625 /lldb/packages/Python/lldbsuite/test/python_api/process
parent470c2acc7c61d1c9d555aaf23ebd02d083bb3d85 (diff)
downloadbcm5719-llvm-148e4b7f6608a3fba9d8cecb18bf1acaca27719d.tar.gz
bcm5719-llvm-148e4b7f6608a3fba9d8cecb18bf1acaca27719d.zip
Mark TestProcessIO.test_stdin_redirection as flaky on android
bug #26437 llvm-svn: 259513
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process')
-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 2944ee78acf..58703772b3b 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
@@ -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()
OpenPOWER on IntegriCloud