https://llvm.org/bugs/show_bug.cgi?id=26437
Bug ID: 26437 Summary: TestProcessIO.test_stdin_redirection is flaky on android Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: lab...@google.com CC: llvm-b...@lists.llvm.org Classification: Unclassified (At least) in build 5110 of the ubuntu->android buildbot it failed the start the inferior. ====================================================================== FAIL: test_stdin_redirection_dwo (TestProcessIO.ProcessIOTestCase) Exercise SBLaunchInfo::AddOpenFileAction() for STDIN without specifying STDOUT or STDERR. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lldb_build/lldbSlave/lldb-cross-compile/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2299, in dwo_test_method return attrvalue(self) File "/home/lldb_build/lldbSlave/lldb-cross-compile/llvm/tools/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py", line 47, in test_stdin_redirection self.run_process(False) File "/home/lldb_build/lldbSlave/lldb-cross-compile/llvm/tools/lldb/packages/Python/lldbsuite/test/python_api/process/io/TestProcessIO.py", line 165, in run_process self.assertTrue(error.Success(), "Make sure process launched successfully") AssertionError: False is not True : Make sure process launched successfully Config=aarch64-/home/lldb_build/Toolchains/aarch64-21/bin/aarch64-linux-android-gcc The logs seems to indicate that the server returned an error response to the $A packet. It is hard to diagnose the exact error without access to the server logs. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev