[Lldb-commits] [PATCH] D42656: [testsuite] Remove flakey test relying on `pexpect`
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 29 14:57:52 PST 2018
davide added a comment.
In https://reviews.llvm.org/D42656#991065, @jingham wrote:
> There are a whole bunch of other tests that test completion in this file that use the exact same mechanism but don't seem to be flakey. Why is this one test flakey?
So, I take a look at this to reply to your question. They're all flakey.
Most of them fails non-deterministically depending on the load of the system. I just wrote a driver that spawns randomly threads that spin loops & checked out multiple copies of lldb and ran test suites in parallel.
I see many of the failures testing completion randomly failing.
https://reviews.llvm.org/D42656
More information about the lldb-commits
mailing list