summaryrefslogtreecommitdiff
path: root/test/tsan/deadlock_detector_stress_test.cc
AgeCommit message (Expand)Author
2015-11-30[compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella
2015-11-20[tsan] Fix deadlock_detector_stress_test.cc testcase for OS XKuba Brecka
2015-11-19[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-04-14tsan: fix parsing of second_deadlock_stack flagDmitry Vyukov
2015-01-21tsan: remove sleeps from testsDmitry Vyukov
2014-05-30tsan: make positive tests more robustDmitry Vyukov
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-01[sanitizer] one more stress test for the deadlock detector; this one stresses...Kostya Serebryany
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-19tsan: add test for second_deadlock_stack flagDmitry 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-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
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-28[sanitizer] a test for recursive rwlock and deadlock detector (currently fails)Kostya Serebryany
2014-02-28[tsan] one more test for deadlock detector Kostya Serebryany
2014-02-27tsan: 2 more deadlock detector benchmarksDmitry Vyukov
2014-02-27tsan: fix deadlock detector lit test outputDmitry Vyukov
2014-02-27tsan: add another deadlock detector benchmarkDmitry Vyukov
2014-02-27tsan: add recursive deadlock detector benchmarkDmitry Vyukov
2014-02-27tsan: improve deadlock detector testDmitry Vyukov
2014-02-26tsan: fix deadlock detector test so that it does not force contention in runtimeDmitry Vyukov
2014-02-25[sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany
2014-02-25Update sanitizers' bash scripts.Alexey Samsonov
2014-02-25[sanitizer] support pthread_rwlock_rd* in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] partially support pthread_rwlock_* (no rd* form yet)Kostya Serebryany
2014-02-25[tsan] add deadlock detector tests for pthread_spin_lockKostya Serebryany
2014-02-25[sanitizer] add support for try_lock in deadlock detectorKostya Serebryany
2014-02-24[tsan] one more test for deadlock detectorKostya Serebryany
2014-02-21[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany
2014-02-19[tsan] improve the test that checks for lock inversion with 3 locksKostya Serebryany
2014-02-19[tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-18[sanitizer] make sure the deadlock detector survives the change of epochs; ad...Kostya Serebryany
2014-02-18[tsan] in deadlock detector do not register locks on their creation and unreg...Kostya Serebryany
2014-02-18[tsan] one more lit test for deadlock detector; more to comeKostya Serebryany