summaryrefslogtreecommitdiff
path: root/lib/tsan/lit_tests
Commit message (Expand)AuthorAgeFilesLines
* Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...Alexey Samsonov2013-01-301-1/+2
* [TSan] relax output tests a bit to make them pass in gcc buildAlexey Samsonov2013-01-304-6/+6
* [tsan] Fix checks for siginfo_t in testsWill Dietz2013-01-292-2/+2
* [tsan] fix thread_name.cc test to work with older versions of libcKostya Serebryany2013-01-211-0/+4
* [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...Kostya Serebryany2013-01-181-2/+1
* Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen2013-01-172-40/+2
* [sanitizer] move write/pwrite/pwrite64 interceptors to commonKostya Serebryany2013-01-171-0/+39
* [tsan] move prctl interceptor from asan to common_interceptors thus enabling ...Kostya Serebryany2013-01-171-2/+1
* [tsan] add write_range/read_range hooks to common interceptors called from ts...Kostya Serebryany2013-01-171-0/+32
* [sanitizer] a bit more unification for interceptors (merge read/pread/pread64...Kostya Serebryany2013-01-171-0/+1
* tsan: describe stack and TLS addressesDmitry Vyukov2013-01-145-10/+97
* tsan: symbolize global variablesDmitry Vyukov2013-01-111-0/+25
* tsan: fix crash when user defines own fopen/filenoDmitry Vyukov2013-01-091-1/+1
* tsan: fix crash when user defines own fopen/filenoDmitry Vyukov2013-01-092-0/+61
* [TSan] Blacklist test: Rename blacklisted function. Make this test work for c...Alexey Samsonov2012-12-283-4/+5
* [TSan] Add lit test for -fsanitize-blacklist= flagAlexey Samsonov2012-12-283-0/+34
* Make ASan and TSan tests a bit less brittle with @LINE FileCheck macroAlexey Samsonov2012-12-287-72/+59
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-271-4/+4
* tsan: work around FileCheck feature that it does not accept empty inputDmitry Vyukov2012-12-2412-4/+11
* tsan: more defensive file descriptor verificationDmitry Vyukov2012-12-241-2/+1
* tsan: add java malloc stress testDmitry Vyukov2012-12-211-0/+32
* tsan: add java rwlock testDmitry Vyukov2012-12-211-0/+32
* tsan: add a test for java memory moveDmitry Vyukov2012-12-211-0/+31
* tsan: move common part of java tests into a separate headerDmitry Vyukov2012-12-214-46/+20
* tsan: fix Java memory move operations and add the testDmitry Vyukov2012-12-211-0/+54
* tsan: update mutex lock table for javaDmitry Vyukov2012-12-211-0/+46
* tsan: add lit test with statically linker libstdc++Dmitry Vyukov2012-12-211-0/+42
* tsan: add java interface implementation stubDmitry Vyukov2012-12-201-0/+37
* tsan: remove TSAN_OPTIONS from the scriptDmitry Vyukov2012-12-181-1/+1
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-181-0/+33
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-173-4/+4
* tsan: synchronize connect->accept callsDmitry Vyukov2012-12-142-2/+46
* tsan: add test for errno spoiling in signal handlerDmitry Vyukov2012-12-141-0/+42
* tsan: add test for malloc/free in signal handlerDmitry Vyukov2012-12-141-0/+26
* tsan: add socketpair() interceptor and testDmitry Vyukov2012-12-141-0/+36
* tsan: more precise handling of IO synchronizationDmitry Vyukov2012-12-121-0/+33
* tsan: more fd interceptors + bug fixes + testsDmitry Vyukov2012-12-074-2/+126
* tsan: fix pipe interceptors and add 2 testsDmitry Vyukov2012-12-072-0/+69
* tsan: deflake output tests (by increasing sleeps)Dmitry Vyukov2012-12-0722-23/+23
* tsan: fix lint warning and make output tests more robustDmitry Vyukov2012-12-068-22/+28
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-0619-24/+362
* tsan: output thread namesDmitry Vyukov2012-12-041-0/+34
* [TSan] use llvm-symbolizer to run tsan testsAlexey Samsonov2012-11-164-3/+27
* [TSan] Add output test for write under reader lockAlexey Samsonov2012-11-131-0/+35
* tsan: fix compiler warningDmitry Vyukov2012-11-061-1/+1
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-062-3/+3
* Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit co...Alexey Samsonov2012-10-301-1/+1
* tsan: output tid's in reportsDmitry Vyukov2012-10-023-3/+3
* tsan: run output tests in parallelDmitry Vyukov2012-10-021-2/+4
* [TSan] one more attempt to fix sleep_sync test: call sleep in the spawned thr...Alexey Samsonov2012-09-241-7/+6