summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/pthread_atfork_deadlock.c
Commit message (Collapse)AuthorAgeFilesLines
* [tsan] Change comments referencing code.google.com to point to GitHub ↵Kuba Brecka2015-11-301-1/+1
| | | | | | | | | | instead. NFC. Changing comments that have references to code.google.com to point to GitHub instead, because the current links are not redirected properly (they instead redirect to different issues, mostly ASan). NFC. Differential Revision: http://reviews.llvm.org/D15053 llvm-svn: 254300
* tsan: remove sleeps from testsDmitry Vyukov2015-01-211-4/+4
| | | | | | | | Even sleep(1) lead to episodical flakes on some machines. Use an invisible by tsan barrier to enforce required execution order instead. This makes the tests deterministic and faster. llvm-svn: 226659
* [TSan] Add -lpthread to the test which uses pthread_ functionsAlexey Samsonov2014-08-181-1/+1
| | | | llvm-svn: 215939
* tsan: make positive tests more robustDmitry Vyukov2014-05-301-1/+1
| | | | | | | | | | Add a script that is used to deflake inherently flaky tsan tests. It is invoked from lit tests as: %deflake %run %t The script runs the target program up to 10 times, until it produces a tsan warning. llvm-svn: 209898
* tsan: deflake testDmitry Vyukov2014-05-211-0/+2
| | | | llvm-svn: 209290
* [libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko2014-05-131-0/+31
This should fix https://code.google.com/p/thread-sanitizer/issues/detail?id=61 llvm-svn: 208707
OpenPOWER on IntegriCloud