summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2017-03-24Update the Darwin/external.cc testcase to use rpath. This means we can move t...Kuba Mracek
2017-03-21tsan: fix pie_no_aslr testDmitry Vyukov
2017-03-21tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flagsDmitry Vyukov
2017-03-21tsan: add test for pie/no aslrDmitry Vyukov
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-13Fixup for r293885: Update external.cc testcase to include the forgotten stdli...Kuba Mracek
2017-02-02[powerpc] deactivate user_malloc.cc tsan test on powerpc64leBill Seurer
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-01-26[tsan] Fix os_id of main threadKuba Mracek
2017-01-24[tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek
2017-01-17Revert r292232.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek
2017-01-11[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2016-12-20Make this REQUIRES match the other REQUIRES lines that mention requiringChandler Carruth
2016-12-19Fixup for r290119: Only run debug_alloc_stack.cc on Darwin until I figure out...Kuba Mracek
2016-12-19More fixup for r290119: Make the ifdef work.Kuba Mracek
2016-12-19Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.Kuba Mracek
2016-12-19Fix-up for r290119 - don't check global size, it might not be available when ...Kuba Mracek
2016-12-19[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek
2016-12-16Follow-up for r289831: Lower the unjoined thread count to 100 in the libcxx-f...Kuba Mracek
2016-12-15[tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek
2016-12-14tsan: allow Java VM iterate over allocated objectsDmitry Vyukov
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-11-26[tsan] Fix the lit expansion of %deflake not to eat a spaceKuba Mracek
2016-11-24[tsan] Add support for GCD dispatch_suspend and dispatch_resumeKuba Mracek
2016-11-23[test] Use a helper macro to refer to MAP_ANON (NFC)Vedant Kumar
2016-11-22tsan: fix build after 287632Dmitry Vyukov
2016-11-22tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov
2016-11-14[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka
2016-11-14Temporarily relax test expectations to fix failures on ppc64.Evgeniy Stepanov
2016-11-14[lsan] [aarch64] Fix printing of pointers in make check tests - updateStrahinja Petrovic
2016-11-12[tsan] Test that false races from ObjC's dealloc, .cxx_destruct, and initiali...Anna Zaks
2016-11-11[tsan] Fix typo in test.Evgeniy Stepanov
2016-11-11Tread TSan LLVM flags to driver: unit tests.Evgeniy Stepanov
2016-11-08tsan: more precise handling of atomic storesDmitry Vyukov
2016-11-07[tsan] Change nullptr to NULL in realloc-zero.cc test. Some environments don'...Kuba Brecka
2016-11-07[tsan] Cast floating-point types correctly when instrumenting atomic accesses...Kuba Brecka
2016-10-31[tsan] Enable the tsan/libcxx/ testcase(s) on DarwinKuba Brecka
2016-10-31[tsan] Add support for GCD target queuesKuba Brecka
2016-10-18[tsan] Always use -std=c++11 in TSan testsKuba Brecka
2016-09-22tsan: support pie binaries on newer kernelsDmitry Vyukov
2016-09-17[tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)Kuba Brecka
2016-09-17[tsan] Update signal_cond.cc to write to stderr intead of stdoutKuba Brecka
2016-09-14[tsan] Fix hanging gcd-apply and gcd-apply-race tests on macOS SierraKuba Brecka
2016-09-08[tsan] Support C++11 call_once in TSan on DarwinKuba Brecka