[Lldb-commits] [PATCH] D42656: [testsuite] Remove flakey test relying on `pexpect`
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 15:26:01 PST 2018
zturner added a comment.
Spinning up a process just to test that auto-completion works though seems a little bit unnecessary, and introduces the possibility that flakiness and bugs in the process spawn mechanism (if any exist) will manifest in the test failure. It would be nice, if and when this test fails, to have some confidence that the failure is related to auto completing symbol names.
https://reviews.llvm.org/D42656
More information about the lldb-commits
mailing list