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

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 04:54:38 PDT 2016


kubabrecka added a comment.

Fork takes a long time on OS X (due to the large mmap TSan regions), much longer than on Linux.  On that system, it even takes longer than 10 seconds.  Spinning is bad, but it will at least make the test pass.


http://reviews.llvm.org/D18476





More information about the llvm-commits mailing list