summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2018-07-13Remove `tsan/Darwin/gcd-after-null.mm` test.Dan Liew
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
2018-06-20[TSan] fix build and couple of unit tests on FreeBSDDavid Carlier
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-18[TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-05-24[tsan] Fix a failure in test java_race_pc on AArch64 after r333071Igor Kudrin
2018-05-14Fix another case where libstdc++ is being inappropriately requested (seeDan Liew
2018-05-10[tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek
2018-05-03Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."Volodymyr Sapsai
2018-05-03Follow-up to r331378. Update tests to allow to use C atomics in C++.Volodymyr Sapsai
2018-04-27tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov
2018-04-13[tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek
2018-03-21tsan: support inlined frames in external symbolizationDmitry Vyukov
2018-03-07[Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek
2018-02-26Fix which Darwin versions have ObjC runtime with full subscripting support.Volodymyr Sapsai
2018-02-10Correct a typo in tsan_pthread_setname_np in the FreeBSD codeKamil Rytarowski
2018-01-29tsan: deflake a testDmitry Vyukov
2018-01-20Force lit to execute the ASan and TSan tests on iOS devicesDan Liew
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