summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2014-02-20[CMake] Introduce check-all command for standalone compiler-rt buildAlexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
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-19[CMake] Use host compiler to run lit tests in standalone modeAlexey Samsonov
2014-02-19[asan] Ensure that stack is limited before attempting to overflow it.Evgeniy Stepanov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-19[CMake] Add the way to run tests in standalone build.Alexey Samsonov
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[asan] Relax stack-overflow test.Evgeniy Stepanov
2014-02-18[tsan] in deadlock detector do not register locks on their creation and unreg...Kostya Serebryany
2014-02-18[asan] Disable stack-overflow test on main thread.Evgeniy Stepanov
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Fix one test on OSX.Evgeniy Stepanov
2014-02-18[tsan] one more lit test for deadlock detector; more to comeKostya Serebryany
2014-02-18Simplify lit test configs for LSan and UBSan by using a generic configAlexey Samsonov