summaryrefslogtreecommitdiff
path: root/test/tsan
Commit message (Expand)AuthorAgeFilesLines
* [TSan] Make this test more portableAlexey Samsonov2014-04-011-2/+2
* [sanitizer] one more stress test for the deadlock detector; this one stresses...Kostya Serebryany2014-04-011-4/+29
* [TSan] Follow-up for r205175: typo fix in the test.Alexander Potapenko2014-03-311-2/+2
* tsan: deflake testDmitry Vyukov2014-03-261-0/+2
* tsan: add pthread_barrier_t testDmitry Vyukov2014-03-261-0/+37
* tsan: reduce default number of threads in benchmarksDmitry Vyukov2014-03-241-3/+5
* tsan: add benchmarks for synchronization handlingDmitry Vyukov2014-03-249-0/+246
* [sanitizer] print threads in deadlock reportKostya Serebryany2014-03-211-0/+5
* [sanitizer] more human-readable deadlock reportsKostya Serebryany2014-03-211-9/+11
* tsan: deflake testDmitry Vyukov2014-03-201-0/+2
* tsan: add test for second_deadlock_stack flagDmitry Vyukov2014-03-191-5/+14
* [sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany2014-03-191-0/+4
* tsan: fix flaky testDmitry Vyukov2014-03-182-1/+8
* [sanitizer] a bit more informative deadlock detector report (still lots to im...Kostya Serebryany2014-03-181-2/+2
* [sanitizer] reverse the order of the stack traces printed for every pair of l...Kostya Serebryany2014-03-171-4/+4
* [sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany2014-03-171-0/+4
* [sanitizer] one more output test for the deadlock detectorKostya Serebryany2014-03-171-11/+30
* [sanitizer] fix build warnings; add an output test for the deadlock detecorKostya Serebryany2014-03-171-0/+29
* tsan: update the test since the bug is fixedDmitry Vyukov2014-03-131-5/+1
* [sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany2014-03-131-1/+2
* tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov2014-03-122-0/+38
* tsan: add disabled test for http://llvm.org/bugs/show_bug.cgi?id=19113Dmitry Vyukov2014-03-121-0/+57
* tsan: prevent actual deadlock in deadlock detector testDmitry Vyukov2014-02-281-1/+2
* [sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany2014-02-281-2/+1
* [sanitizer] speedup deadlock detector for the case when we destroy a mutex th...Kostya Serebryany2014-02-281-1/+1
* tsan: deflake testDmitry Vyukov2014-02-281-0/+3
* [sanitizer] a test for recursive rwlock and deadlock detector (currently fails)Kostya Serebryany2014-02-281-0/+10
* [tsan] one more test for deadlock detector Kostya Serebryany2014-02-281-2/+22
* tsan: intercept vforkDmitry Vyukov2014-02-271-0/+51
* tsan: 2 more deadlock detector benchmarksDmitry Vyukov2014-02-271-0/+50
* tsan: fix deadlock detector lit test outputDmitry Vyukov2014-02-271-1/+1
* tsan: add another deadlock detector benchmarkDmitry Vyukov2014-02-271-0/+29
* tsan: add recursive deadlock detector benchmarkDmitry Vyukov2014-02-271-3/+30
* tsan: improve deadlock detector testDmitry Vyukov2014-02-271-18/+51
* tsan: fix deadlock detector test so that it does not force contention in runtimeDmitry Vyukov2014-02-261-12/+21
* [sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany2014-02-251-1/+28
* Update sanitizers' bash scripts.Alexey Samsonov2014-02-251-2/+2
* [sanitizer] support pthread_rwlock_rd* in deadlock detectorKostya Serebryany2014-02-251-1/+42
* [sanitizer] partially support pthread_rwlock_* (no rd* form yet)Kostya Serebryany2014-02-251-15/+29
* [tsan] add deadlock detector tests for pthread_spin_lockKostya Serebryany2014-02-251-15/+39
* [sanitizer] add support for try_lock in deadlock detectorKostya Serebryany2014-02-251-0/+35
* [tsan] one more test for deadlock detectorKostya Serebryany2014-02-241-5/+26
* [tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany2014-02-211-9/+46
* [CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov2014-02-201-3/+4
* Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov2014-02-191-1/+1
* [tsan] improve the test that checks for lock inversion with 3 locksKostya Serebryany2014-02-191-1/+8
* [tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany2014-02-199-22/+24
* [CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov2014-02-191-1/+1
* [sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany2014-02-181-0/+8
* [sanitizer] make sure the deadlock detector survives the change of epochs; ad...Kostya Serebryany2014-02-181-0/+23