summaryrefslogtreecommitdiff
path: root/test/tsan
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Fix and re-enable user_malloc.cc testVitaly Buka2019-05-011-9/+9
* Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew2019-04-261-10/+2
* [CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew2019-04-261-2/+10
* [TSan] Support fiber API on macOSJulian Lettner2019-04-207-15/+21
* [TSan][libdispatch] Port gcd-sync-block-copy.mm to C++Julian Lettner2019-04-162-3/+52
* [TSan][libdispatch] Move libdispatch tests out of Darwin folderJulian Lettner2019-04-1223-6/+8
* [TSan][libdispatch] Don't link against FoundationJulian Lettner2019-04-126-13/+22
* [TSan][libdispatch] Replace NSTemporaryDirectory in testsJulian Lettner2019-04-126-13/+8
* [TSan][libdispatch] Fix failing testJulian Lettner2019-04-121-0/+1
* [TSan][libdispatch] Delete old testsJulian Lettner2019-04-112-69/+0
* [TSan][libdispatch] Re-enable disabled testsJulian Lettner2019-04-112-6/+0
* [TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for DarwinJulian Lettner2019-04-111-0/+3
* [TSan][libdispatch] Replace usage of NSMutableData with stack arrayJulian Lettner2019-04-115-10/+10
* [TSan][libdispatch] Change test to have two simultaneous timersJulian Lettner2019-04-111-1/+1
* [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2Julian Lettner2019-04-1111-83/+97
* [TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 1Julian Lettner2019-04-096-53/+54
* [TSan][libdispatch] Remove Darwin-only version of fully-ported testsJulian Lettner2019-04-0610-428/+0
* [TSan][libdispatch] Make test work on Linux, pt. 2Julian Lettner2019-04-051-2/+2
* [TSan][libdispatch] Make test work on LinuxJulian Lettner2019-04-041-3/+4
* [TSan][libdispatch] Stricter checks via `--implicit-check-not`Julian Lettner2019-04-047-16/+8
* [TSan][libdispatch] Specify libdispatch header dir for lit testsJulian Lettner2019-04-041-5/+6
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-041-2/+2
* Fix typos in tests. NFC.Xing GUO2019-04-031-1/+1
* [NFC][TSan][libdispatch] Cleanup testJulian Lettner2019-04-021-6/+6
* [NFC] Test is C++, not CJulian Lettner2019-04-021-0/+0
* [NFC][libdispatch] Improve a few testsJulian Lettner2019-04-023-6/+7
* [NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on LinuxJulian Lettner2019-03-221-3/+0
* [NFC][TSan][libdispatch] Fix test for dispatch_apply[_f]Julian Lettner2019-03-181-12/+18
* [TSan][libdispatch] Configure libdispatch lit testsJulian Lettner2019-03-161-1/+6
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-0/+3
* [NFC][TSan] Move libdispatch tests into their own subfolderJulian Lettner2019-03-1413-28/+15
* [TSan] Temporarily disable test which fails on build botJulian Lettner2019-03-071-0/+3
* [TSan] Temporarily disable test which fails on build botJulian Lettner2019-03-071-0/+3
* [NFC][TSan] Add libdispatch tests for non-Darwin platformsJulian Lettner2019-03-0712-0/+540
* [Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner2019-02-281-1/+2
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-271-3/+1
* [compiler-rt] Fix broken sanitizer bots (hopefully)Jonas Hahnfeld2019-02-1712-13/+15
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-174-9/+8
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-151-2/+0
* Dmitry Vyukov2019-02-136-0/+348
* Revert "tsan: add fiber support"Diana Picus2019-02-136-348/+0
* tsan: add fiber supportDmitry Vyukov2019-02-126-0/+348
* [tsan] Remove debug logging and disable test on ppc64beVitaly Buka2019-02-091-1/+1
* [tsan] Remove debug logging and disable test on ppc64beVitaly Buka2019-02-091-5/+5
* [tsan] Debug failing test on PPC botVitaly Buka2019-02-091-1/+5
* tsan: Implement pthread_exit() interceptor for Thread sanitizerDmitry Vyukov2019-02-071-0/+25
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-141-0/+2
* [TSan] Remove ignore_interceptors_accesses flagJulian Lettner2019-01-103-87/+34
* [TSan] Support Objective-C @synchronized with tagged pointersJulian Lettner2019-01-071-2/+1
* [TSan] Enable detection of lock-order-inversions for Objective-C @synchronizedJulian Lettner2019-01-023-0/+109