summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow any test to be executed via a %run command.Greg Fitzgerald2014-04-309-11/+35
* [msan] Prettify __msan_print_shadow.Evgeniy Stepanov2014-04-303-0/+193
* [asan] fix a testKostya Serebryany2014-04-281-2/+1
* [asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany2014-04-281-1/+9
* [sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov2014-04-252-0/+50
* [asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany2014-04-251-0/+23
* tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov2014-04-251-0/+19
* tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov2014-04-251-0/+20
* tsan: fix testsDmitry Vyukov2014-04-252-2/+2
* tsan: better report for bad mutex unlocksDmitry Vyukov2014-04-251-0/+18
* tsan: add new test for commit 207204 (forget to add new file)Dmitry Vyukov2014-04-251-0/+29
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-242-0/+185
* [asan] enable use_sigaltstack by default (this will provide verbose reports o...Kostya Serebryany2014-04-241-0/+1
* [msan] Disable chained origins in signal handlers.Evgeniy Stepanov2014-04-231-0/+32
* tsan: fix atexit handling after forkDmitry Vyukov2014-04-231-0/+37
* [asan] disable lsan back. :( -- It appears that quite a few lit tests have l...Kostya Serebryany2014-04-231-1/+1
* tsan: more precise check for "app memory" in COMPAT modeDmitry Vyukov2014-04-231-0/+19
* [asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany2014-04-223-1/+20
* [ASan] Fixed the expectation for Darwin memset test.Alexander Potapenko2014-04-222-2/+6
* [sanitizer] enable check_printf by default for asan and tsan. We've been usin...Kostya Serebryany2014-04-224-4/+4
* [sanitizer] Intercept tsearch.Evgeniy Stepanov2014-04-211-0/+36
* tsan: deflake testDmitry Vyukov2014-04-211-2/+1
* [asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany2014-04-211-0/+3
* [asan] add __asan_memset and friendsKostya Serebryany2014-04-211-1/+1
* tsan: add benchmark that allows to investigate shadow memory consumptionDmitry Vyukov2014-04-181-0/+42
* [asan] try to harden __tls_get_addr interceptor against signals (no good test...Kostya Serebryany2014-04-161-3/+2
* [ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko2014-04-151-1/+1
* [asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany2014-04-151-3/+5
* [asan] Fix mmap_limit_mb test to not use C++11.Evgeniy Stepanov2014-04-141-2/+3
* [asan] Do not use lambda in sanitizer lit tests.Evgeniy Stepanov2014-04-141-2/+1
* [asan] added internal flag mmap_limit_mbKostya Serebryany2014-04-141-0/+30
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-0/+2
* [asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany2014-04-141-0/+9
* [tsan] Fix output tests.Evgeniy Stepanov2014-04-111-1/+4
* [tsan] Fix false positive on xdr*_create.Evgeniy Stepanov2014-04-111-0/+21
* [sanitizer] Intercept a subset of sunrpc interface (xdr_*).Evgeniy Stepanov2014-04-043-0/+113
* [ASan] Explicitly specify -ldl/-lpthread in RUN-lines where neededAlexey Samsonov2014-04-0415-66/+51
* tsan: improve error message in testDmitry Vyukov2014-04-041-1/+8
* [asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany2014-04-041-1/+12
* Revert r205613.Evgeniy Stepanov2014-04-041-1/+0
* [msan] Fix compilation of a disabled test.Evgeniy Stepanov2014-04-041-0/+1
* [msan] Add missing test for r205413.Evgeniy Stepanov2014-04-021-0/+33
* InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPSDuncan P. N. Exon Smith2014-04-011-2/+2
* InstrProf: Turn on test for LinuxDuncan P. N. Exon Smith2014-04-011-2/+1
* InstrProf: Remove LTO dependency from testDuncan P. N. Exon Smith2014-04-011-1/+1
* Add support for IEEE754 quad precision comparison functions.Joerg Sonnenberger2014-04-018-0/+822
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-0112-17/+165
* [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
* InstrProf: lit.cfg magic for running tests from sourceDuncan P. N. Exon Smith2014-03-313-0/+20