summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2014-05-31[TSan] Add a test case for r209939Alexey Samsonov
2014-05-30tsan: add a test from data-race-test suite:Dmitry Vyukov
2014-05-30tsan: make positive tests more robustDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-28[sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov
2014-05-21tsan: deflake testDmitry Vyukov
2014-05-16[TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-15Fix typosAlp Toker
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-25tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov
2014-04-25tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov
2014-04-25tsan: fix testsDmitry Vyukov
2014-04-25tsan: better report for bad mutex unlocksDmitry Vyukov
2014-04-25tsan: add new test for commit 207204 (forget to add new file)Dmitry Vyukov
2014-04-23tsan: fix atexit handling after forkDmitry Vyukov
2014-04-23tsan: more precise check for "app memory" in COMPAT modeDmitry Vyukov
2014-04-21tsan: deflake testDmitry Vyukov
2014-04-18tsan: add benchmark that allows to investigate shadow memory consumptionDmitry Vyukov
2014-04-11[tsan] Fix output tests.Evgeniy Stepanov
2014-04-11[tsan] Fix false positive on xdr*_create.Evgeniy Stepanov
2014-04-04tsan: improve error message in testDmitry Vyukov
2014-04-01[TSan] Make this test more portableAlexey Samsonov
2014-04-01[sanitizer] one more stress test for the deadlock detector; this one stresses...Kostya Serebryany
2014-03-31[TSan] Follow-up for r205175: typo fix in the test.Alexander Potapenko
2014-03-26tsan: deflake testDmitry Vyukov
2014-03-26tsan: add pthread_barrier_t testDmitry Vyukov
2014-03-24tsan: reduce default number of threads in benchmarksDmitry Vyukov
2014-03-24tsan: add benchmarks for synchronization handlingDmitry Vyukov
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-20tsan: deflake testDmitry Vyukov
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-03-19[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany
2014-03-18tsan: fix flaky testDmitry Vyukov
2014-03-18[sanitizer] a bit more informative deadlock detector report (still lots to im...Kostya Serebryany
2014-03-17[sanitizer] reverse the order of the stack traces printed for every pair of l...Kostya Serebryany
2014-03-17[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany
2014-03-17[sanitizer] one more output test for the deadlock detectorKostya Serebryany
2014-03-17[sanitizer] fix build warnings; add an output test for the deadlock detecorKostya Serebryany
2014-03-13tsan: update the test since the bug is fixedDmitry Vyukov
2014-03-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
2014-03-12tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov
2014-03-12tsan: add disabled test for http://llvm.org/bugs/show_bug.cgi?id=19113Dmitry Vyukov
2014-02-28tsan: prevent actual deadlock in deadlock detector testDmitry Vyukov
2014-02-28[sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany
2014-02-28[sanitizer] speedup deadlock detector for the case when we destroy a mutex th...Kostya Serebryany
2014-02-28tsan: deflake testDmitry Vyukov