summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-04-01[TSan] Make this test more portableAlexey Samsonov
2014-04-01[sanitizer] one more stress test for the deadlock detector; this one stresses...Kostya Serebryany
2014-03-31InstrProf: lit.cfg magic for running tests from sourceDuncan P. N. Exon Smith
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[msan] Remove an extra top frame from track-origins=2 reports.Evgeniy Stepanov
2014-03-31[TSan] Follow-up for r205175: typo fix in the test.Alexander Potapenko
2014-03-28[sanitizer] Intercept rand_r.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept mktime.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept ftime.Evgeniy Stepanov
2014-03-27[sanitizer] Intercept __bzero on Mac.Evgeniy Stepanov
2014-03-27[msan] Implement __msan_set_death_callback.Evgeniy Stepanov
2014-03-27[msan] Intercept several malloc-related functions.Evgeniy Stepanov
2014-03-27[asan] add a test case for r204897.Kostya Serebryany
2014-03-27[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri GribovKostya Serebryany
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2014-03-26tsan: deflake testDmitry Vyukov
2014-03-26tsan: add pthread_barrier_t testDmitry Vyukov
2014-03-26[sanitizer] Intercept __aeabi_mem(set|cpy|move).Evgeniy Stepanov
2014-03-24tsan: reduce default number of threads in benchmarksDmitry Vyukov
2014-03-24tsan: add benchmarks for synchronization handlingDmitry Vyukov
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-21[MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev
2014-03-20[msan] Use new -fsanitize-memory-track-origins= flag in MSan tests.Evgeniy Stepanov
2014-03-20tsan: deflake testDmitry Vyukov
2014-03-20Mark this test as 64-bit specificAlexey Samsonov
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