summaryrefslogtreecommitdiff
path: root/test/tsan/fork_atexit.cc
AgeCommit message (Expand)Author
2016-09-17[tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)Kuba Brecka
2016-03-24[tsan] Fix fork() and fork-based tests for OS XKuba Brecka
2015-11-19[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka
2015-11-07[tsan] Turn lit test deadlocks into failures (OS X)Kuba Brecka
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-23tsan: fix atexit handling after forkDmitry Vyukov