[Lldb-commits] [PATCH] D20091: Rewriting TestMultithreaded.py to solve flakyness on Linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed May 11 02:51:46 PDT 2016


labath accepted this revision.
labath added a comment.

I am somewhat surprised that this solves anything (I mean, you claim that the problem is the ordering between the push and pop, but I don't see how this could change that ordering). If the problem was that the check_listener was not waiting long enough, then it should be sufficient to increase the timeout...

That said, I don't think it should make things any worse either, so I'm ready to give it a go...


http://reviews.llvm.org/D20091





More information about the lldb-commits mailing list