summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-03-19[msan] Fix line numbers in test.Evgeniy Stepanov
2014-03-19[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany
2014-03-18Use CRT_HAS_128BIT.Joerg Sonnenberger
2014-03-18[msan] Origin tracking with history, compiler-rt part.Evgeniy Stepanov
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-14[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko
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-03-05Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov
2014-03-04[msan] Make up for missing interceptor in getxattr() test.Sergey Matveev
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-03-04[msan] Add missing line to getxattr() test.Sergey Matveev
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
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: another attempt to fix the tls_get_addr crashDmitry Vyukov
2014-02-27tsan: intercept vforkDmitry Vyukov
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-26[ASan] Split interception-in-shared-lib-test.cc into two tests with platform-...Alexander Potapenko
2014-02-25[asan] Remove extra sonames from libraries in tests.Evgeniy Stepanov
2014-02-25[sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany
2014-02-25[asan] Reenable waitid test on Android.Evgeniy Stepanov
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[asan] Add a test for interceptors in shared libraries.Evgeniy Stepanov
2014-02-24[tsan] one more test for deadlock detectorKostya Serebryany
2014-02-24[asan] A test was reverted, but not "svn rm"-ed in r202016.Evgeniy Stepanov
2014-02-24Revert r202014.Evgeniy Stepanov
2014-02-24[asan] Add a test for interceptors in shared libraries.Evgeniy Stepanov
2014-02-24[asan] Avoid hardcoding library path in test binary.Evgeniy Stepanov
2014-02-21[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany