summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-27[TSan] Do not run cond_cancel.c test on ppc64.Matt Morehouse
2017-11-16Implement GetTls() for NetBSDKamil Rytarowski
2017-11-08Correct atexit(3) support in TSan/NetBSDKamil Rytarowski
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-20tsan: add tests missed in r316209Dmitry Vyukov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-09-28tsan: handle signals in pause callDmitry Vyukov
2017-09-22Deflake the "xpc-race.mm" test.Kuba Mracek
2017-09-12[tsan] Disable user_malloc test which fails glibc 2.24Vitaly Buka
2017-08-30Add NetBSD support in test/tsan/thread_name*.ccKamil Rytarowski
2017-08-25tsan: fix darwin buildDmitry Vyukov
2017-08-25tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov
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