summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
Commit message (Expand)AuthorAge
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-11
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-06
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-26
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* [TSan] Build TSan unit tests with the same compile flags as TSan runtimeAlexey Samsonov2013-03-25
* tsan: fix incorrect test Dmitry Vyukov2013-03-20
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-18
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-25
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-04
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* tsan: flip is_write bit in shadow to is_readDmitry Vyukov2013-02-01
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-01
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-30
* [sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany2013-01-25
* tsan: allow a front-end to provide default suppressionsDmitry Vyukov2013-01-24
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-24
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* tsan: exclude flaky testDmitry Vyukov2012-12-10
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: dynamic history sizeDmitry Vyukov2012-11-28
* tsan: change fast state layout in preparation to dynamic tracesDmitry Vyukov2012-11-28
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-28
* [Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov2012-11-02
* [TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one ...Alexey Samsonov2012-09-18
* [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc wa...Alexey Samsonov2012-09-18
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-17