[all-commits] [llvm/llvm-project] 5faeef: [tsan] Deflake pthread_atfork_deadlock3
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed May 19 22:59:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5faeefd4fa34e4f260c3e91bccff4d0c9ae45ed0
https://github.com/llvm/llvm-project/commit/5faeefd4fa34e4f260c3e91bccff4d0c9ae45ed0
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M compiler-rt/test/tsan/pthread_atfork_deadlock3.c
Log Message:
-----------
[tsan] Deflake pthread_atfork_deadlock3
sleep(1) does not guaranty afterfork order.
Also relative child/parent afterfork order is not important for this test so we
can just avoid checking that.
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D102810
More information about the All-commits
mailing list