[PATCH] D18476: [tsan] Remove long sleeps from fork tests

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 03:06:33 PDT 2016


dvyukov added a comment.

Why do tests timeout if there is a sleeping thread present? Do they deadlock?
If anything, I would expect that a spinning thread will make situation worse on an overloaded machine.


http://reviews.llvm.org/D18476





More information about the llvm-commits mailing list