[Lldb-commits] [PATCH] D42656: [testsuite] Remove flakey test relying on `pexpect`
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 12:38:36 PST 2018
vsk added a comment.
What's the failure mode? Have we had any issues with this on the bots?
Generally I'm all for removing flaky tests, I'd like to understand what makes this flaky so we can avoid whatever it is in the future. In this case, we should be able test this like we test clang code completion, a la c-index-test.
https://reviews.llvm.org/D42656
More information about the lldb-commits
mailing list