summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2017-07-16[tsan] Disable test with debug runtimeVitaly Buka
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
2017-07-12tsan: add test for __tsan_java_findDmitry Vyukov
2017-07-10Fix-up for r307537: We need to #include stdint.h to get int32_t.Kuba Mracek
2017-07-10Fixup whitespace.Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-13tsan: fix reading of mutex flagsDmitry Vyukov
2017-06-07Mark the tsan strerror_r test as unsupported on DarwinVedant Kumar
2017-06-07Revert "Fix tsan test for Darwin. NFCI."Vedant Kumar
2017-06-07Fix tsan test for Darwin. NFCI.Vedant Kumar
2017-06-07[tsan]: Fix GNU version of strerror_r interceptorVitaly Buka
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
2017-04-27TSan: update line number after XFAIL on iOS.Tim Northover
2017-04-26XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.Kuba Mracek
2017-04-24[tsan] Include __tsan_external_* API from a header file instead of declaring ...Kuba Mracek
2017-04-24[tsan] Remove the extra word "object" from description of external racesKuba Mracek
2017-04-21[tsan] Add a test for "external" API that checks the dup suppression is based...Kuba Mracek
2017-04-21[tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek
2017-04-21[tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek
2017-04-17[tsan] Add missing include for uint64_t in test.Benjamin Kramer
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-10[tsan] Fall-back to IPv6 if IPv4 is not available.Vitaly Buka
2017-03-30[tsan] Add interceptor for xpc_connection_cancel to avoid false positivesKuba Mracek
2017-03-27Add --std=c++11 to tests that #include <atomic>Sam McCall
2017-03-26[tsan] Only Acquire/Release GCD queues if they're not NULLKuba Mracek
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-03-24Update debug_external.cc testcase to use TSan-invisible barriers to reduce fl...Kuba Mracek
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