This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Deflake pthread_atfork_deadlock3
ClosedPublic

Authored by vitalybuka on May 19 2021, 2:04 PM.

Details

Summary

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.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.May 19 2021, 2:04 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2021, 2:04 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka edited the summary of this revision. (Show Details)May 19 2021, 2:07 PM
dvyukov accepted this revision.May 19 2021, 9:25 PM
This revision is now accepted and ready to land.May 19 2021, 9:25 PM
This revision was landed with ongoing or failed builds.May 19 2021, 10:59 PM
This revision was automatically updated to reflect the committed changes.