summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests
Commit message (Expand)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-14150-5043/+0
* [tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany2014-02-141-0/+25
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-142-2/+2
* tsan: improve the testDmitry Vyukov2014-02-071-2/+9
* [TSan] Add a regression test for https://code.google.com/p/thread-sanitizer/i...Alexander Potapenko2014-02-061-0/+28
* tsan: deflake flaky testDmitry Vyukov2014-02-051-0/+2
* tsan: relax checking of errno spoiling in signal handlersDmitry Vyukov2014-01-281-6/+13
* tsan: fix test for -O2Dmitry Vyukov2014-01-241-13/+17
* tsan: fix test for -O2Dmitry Vyukov2014-01-241-1/+2
* tsan: fix test relying on assertDmitry Vyukov2014-01-241-0/+6
* tsan: do not deadlock on forkDmitry Vyukov2014-01-243-0/+130
* Sanitize printf functions.Alexey Samsonov2014-01-211-0/+16
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-0/+52
* tsan: deflake another testDmitry Vyukov2013-12-241-1/+3
* [TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov2013-12-111-0/+16
* Run TSan/MSan lit tests only on 64-bit platformsAlexey Samsonov2013-12-052-3/+4
* tsan: deflake more testsDmitry Vyukov2013-11-282-0/+3
* tsan: deflake more testsDmitry Vyukov2013-11-282-0/+4
* tsan: better diagnostics if thread finishes with ignores enabledDmitry Vyukov2013-11-273-4/+34
* tsan: deflake testsDmitry Vyukov2013-11-212-0/+3
* tsan: add -lm to output test build scriptDmitry Vyukov2013-11-211-1/+1
* [tsan] use FileCheck in race_on_speculative_load.ccKostya Serebryany2013-11-211-1/+4
* [tsan] add a run-time-side regression test for https://code.google.com/p/thre...Kostya Serebryany2013-11-211-0/+24
* tsan: add support for robust mutexesDmitry Vyukov2013-11-152-0/+77
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-291-0/+32
* tsan: merge 2 similar tests into 1Dmitry Vyukov2013-10-173-40/+8
* tsan: add a test for __tsan_default_options()Dmitry Vyukov2013-10-171-0/+32
* tsan: revert variable name change in testDmitry Vyukov2013-10-161-5/+5
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-163-5/+81
* [TSan] Extend test for reporting globals with races on themAlexey Samsonov2013-10-161-3/+20
* tsan: add annotations to ignore synchronization operationsDmitry Vyukov2013-10-101-0/+30
* [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another s...Alexey Samsonov2013-10-042-10/+0
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-0311-2/+171
* tsan: support allocator_may_return_null flagDmitry Vyukov2013-09-271-2/+0
* tsan: ignore all interceptors coming directly from JVMDmitry Vyukov2013-09-213-0/+3
* tsan: allow to ignore memory accesses in malloc and freeDmitry Vyukov2013-09-202-0/+73
* [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...Alexey Samsonov2013-09-111-1/+1
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-062-1/+68
* tsan: catch races on condition variablesDmitry Vyukov2013-09-032-0/+89
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-022-1/+45
* tsan/msan: add halt_on_error flagDmitry Vyukov2013-08-131-0/+25
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-121-2/+2
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-16/+20
* [TSan] Fix free_race.c by removing `not` from the test invocation that doesn'...Alexander Potapenko2013-08-071-3/+2
* [TSan] Let the users suppress use-after-free errors using the "race:" suppres...Alexander Potapenko2013-08-072-9/+17
* Enable pipefail for TSan testsAlexey Samsonov2013-08-0765-66/+64
* Disable pipefail for ThreadSanitizer.Rafael Espindola2013-07-261-0/+2
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-181-1/+1
* tsan: support sigsuspend() callDmitry Vyukov2013-07-161-0/+38
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-301-5/+2
OpenPOWER on IntegriCloud