From 148e4b7f6608a3fba9d8cecb18bf1acaca27719d Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 2 Feb 2016 15:16:16 +0000 Subject: [PATCH] Mark TestProcessIO.test_stdin_redirection as flaky on android bug #26437 llvm-svn: 259513 --- .../Python/lldbsuite/test/python_api/process/io/TestProcessIO.py | 1 + 1 file changed, 1 insertion(+) 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 2944ee78acf1..58703772b3b1 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()