summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
AgeCommit message (Expand)Author
2014-10-24tsan: support mmap(MAP_32BIT)Dmitry Vyukov
2014-09-10[TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov
2014-09-06Support building tsan_test_util_linux.cc on FreeBSDViktor Kutuzov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-07-15tsan: remove special handling of false reports coming from JVMDmitry Vyukov
2014-07-08tsan: reapply 212531 and 212532 with a fixDmitry Vyukov
2014-07-08[TSan] Revert r212531 and r212532.Alexey Samsonov
2014-07-08tsan: fix a bug in metamapDmitry Vyukov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-07-01[TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov
2014-05-30tsan: optimize memory access functionsDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-15Fix typosAlp Toker
2014-04-25tsan: better reports for "double lock of a mutex"Dmitry Vyukov
2014-04-23tsan: reduce number of iterations in the testDmitry Vyukov
2014-04-11tsan: fix vector clocksDmitry Vyukov
2014-03-25[tsan] Fix more warnings in TSan tests.Evgeniy Stepanov
2014-03-25[tsan] Fix compiler warnings in TSan tests.Evgeniy Stepanov
2014-03-24tsan: optimize vector clock operationsDmitry Vyukov
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-17tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov
2014-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-12[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov
2014-01-24tsan: do not deadlock on forkDmitry Vyukov
2013-12-25[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov
2013-12-24tsan: remove in_rtl counterDmitry Vyukov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-11-27tsan: do not leave verbosity>0 in testsDmitry Vyukov
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-10-16tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov
2013-09-11[TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov
2013-09-06[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany
2013-06-26[tsan] Move some suppressions-related code to common.Sergey Matveev
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-03-25[TSan] Build TSan unit tests with the same compile flags as TSan runtimeAlexey Samsonov
2013-03-20tsan: fix incorrect test Dmitry Vyukov
2013-03-18tsan: smaller memory block headers (32b->16b)Dmitry Vyukov
2013-02-25[TSan] Add interceptor for malloc_usable_size()Alexey Samsonov
2013-02-04[Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov
2013-02-01[Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov
2013-02-01tsan: flip is_write bit in shadow to is_readDmitry Vyukov
2013-02-01tsan: detect races between plain and atomic memory accessesDmitry Vyukov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2013-01-25[sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany
2013-01-24tsan: allow a front-end to provide default suppressionsDmitry Vyukov
2013-01-24tsan: implement malloc stats queryingDmitry Vyukov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov