[Lldb-commits] [PATCH] D42656: [testsuite] Remove flakey test relying on `pexpect`
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 15:22:39 PST 2018
jingham added a comment.
There are SB API's that call into the completion mechanism, so you could also just change the TestCompletion.complete_from_to test method to call the SB completion call. Given how the test is written, it looks like all you would have to do is reimplement that method, and all the tests should be on a good footing.
https://reviews.llvm.org/D42656
More information about the lldb-commits
mailing list