summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests
Commit message (Expand)AuthorAgeFilesLines
* tsan: do not deadlock on forkDmitry Vyukov2014-01-241-0/+4
* [Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov2013-12-251-0/+3
* tsan: remove in_rtl counterDmitry Vyukov2013-12-246-21/+0
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-171-1/+1
* tsan: do not leave verbosity>0 in testsDmitry Vyukov2013-11-271-2/+2
* tsan: fix flags parsingDmitry Vyukov2013-11-271-0/+207
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-161-0/+9
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-114-26/+72
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-061-1/+3
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-262-129/+0
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-072-65/+0
* [TSan] Build TSan unit tests with the same compile flags as TSan runtimeAlexey Samsonov2013-03-251-3/+3
* tsan: fix incorrect test Dmitry Vyukov2013-03-201-1/+2
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-181-2/+2
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-251-0/+13
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-041-25/+0
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-011-2/+2
* tsan: flip is_write bit in shadow to is_readDmitry Vyukov2013-02-011-1/+1
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-011-1/+1
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* [sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany2013-01-251-0/+10
* tsan: allow a front-end to provide default suppressionsDmitry Vyukov2013-01-241-4/+4
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-241-0/+39
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-1/+1
* tsan: exclude flaky testDmitry Vyukov2012-12-101-0/+4
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-062-1/+127
* tsan: dynamic history sizeDmitry Vyukov2012-11-281-0/+9
* tsan: change fast state layout in preparation to dynamic tracesDmitry Vyukov2012-11-281-0/+22
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-0/+1
* [Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov2012-11-022-107/+0
* [TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one ...Alexey Samsonov2012-09-181-1/+1
* [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc wa...Alexey Samsonov2012-09-183-5/+11
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-1723-0/+2486
OpenPOWER on IntegriCloud