summaryrefslogtreecommitdiff
path: root/test/tsan/Darwin
Commit message (Expand)AuthorAgeFilesLines
...
* [tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek2017-01-111-0/+53
* Follow-up for r289831: Lower the unjoined thread count to 100 in the libcxx-f...Kuba Mracek2016-12-161-1/+1
* [tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek2016-12-151-0/+30
* [tsan] Add support for GCD dispatch_suspend and dispatch_resumeKuba Mracek2016-11-241-0/+45
* [tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initiali...Anna Zaks2016-11-121-0/+113
* [tsan] Change nullptr to NULL in realloc-zero.cc test. Some environments don'...Kuba Brecka2016-11-071-1/+1
* [tsan] Cast floating-point types correctly when instrumenting atomic accesses...Kuba Brecka2016-11-071-0/+21
* [tsan] Add support for GCD target queuesKuba Brecka2016-10-311-0/+41
* [tsan] Fix hanging gcd-apply and gcd-apply-race tests on macOS SierraKuba Brecka2016-09-142-0/+8
* [tsan] Support C++11 call_once in TSan on DarwinKuba Brecka2016-09-081-0/+34
* [tsan] Fix the behavior of OSAtomicTestAndClearKuba Brecka2016-08-021-0/+34
* [tsan] Fix behavior of realloc(nullptr, 0) on DarwinKuba Brecka2016-08-021-0/+20
* Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka2016-07-121-0/+2
* [tsan] Add support for GCD IO channels on DarwinKuba Brecka2016-07-116-0/+390
* test: Use %clangxx in objc++ test filesSaleem Abdulrasool2016-07-097-7/+7
* [tsan] Avoid false positives with GCD data callbacksKuba Brecka2016-07-071-0/+36
* [tsan] Fix false positives with GCD dispatch_source_*Kuba Brecka2016-07-061-0/+33
* [tsan] Synchronize leaving a GCD group with notificationsKuba Brecka2016-07-051-0/+56
* [tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...Kuba Brecka2016-07-051-0/+41
* [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka2016-07-011-1/+1
* [tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka2016-06-291-0/+43
* Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj...Kuba Brecka2016-06-281-1/+1
* [tsan] Add HB edges for GCD barrier blocksKuba Brecka2016-06-272-0/+97
* [tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka2016-06-263-0/+161
* [tsan] Change some OS X tests to include system headers (xpc.h, mman.h) more ...Kuba Brecka2016-05-253-3/+7
* [tsan] Add support for GCD's dispatch_after and dispatch_after_fKuba Brecka2016-05-191-0/+41
* [tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka2016-04-301-11/+43
* [compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* [tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka2016-04-141-0/+23
* [tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.Kuba Brecka2016-04-111-1/+1
* [tsan] Add support for OS X OSAtomic* functionsKuba Brecka2016-04-072-0/+91
* [tsan] Add interceptors for dispatch_applyKuba Brecka2016-04-072-0/+70
* [tsan] Add XPC support (OS X)Kuba Brecka2016-04-072-0/+153
* [tsan] Add support for dispatch event sourcesKuba Brecka2016-04-076-0/+214
* [tsan] Fix synchronization in dispatch_syncKuba Brecka2016-04-071-0/+34
* [tsan] Fix Darwin tests (missing FileCheck's)Kuba Brecka2016-04-0711-16/+16
* [asan,tsan] Make Darwin-specific tests more stable (use ignore_interceptors_a...Kuba Brecka2016-04-0411-17/+16
* [tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka2016-03-281-0/+38
* Follow-up for r264261, adding a comment explaining what the testcase does.Kuba Brecka2016-03-241-0/+5
* [tsan] Use direct syscalls for internal_mmap and internal_munmap on OS XKuba Brecka2016-03-241-0/+19
* [tsan] Change nullptr to NULL in one Darwin test.Kuba Brecka2016-03-221-1/+1
* [sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka2016-03-171-0/+41
* Revert r263551 due to a test failure.Kuba Brecka2016-03-151-41/+0
* [sanitizer] On OS X, verify that interceptors work and abort if notKuba Brecka2016-03-151-0/+41
* [tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka2016-01-141-0/+56
* [tsan] Update dispatch_group support to avoid using a disposed group objectKuba Brecka2015-12-141-0/+43
* [tsan] Add dispatch_group API interceptors and synchronizationKuba Brecka2015-12-081-0/+53
* [tsan] Add interceptors for Darwin-specific locking APIsKuba Brecka2015-12-031-0/+30
* [tsan] Add interceptors and sychronization for libdispatch semaphores on OS XKuba Brecka2015-12-011-0/+29
* [compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella2015-11-302-6/+2