summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Fix crash in objc_sync_enter/objc_sync_exit when using an Obj-C tagged...Kuba Mracek2018-07-241-0/+62
* Remove `tsan/Darwin/gcd-after-null.mm` test.Dan Liew2018-07-131-23/+0
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-108-33/+54
* [TSan] fix build and couple of unit tests on FreeBSDDavid Carlier2018-06-202-0/+3
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-203-15/+7
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-181-124/+0
* [sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu2018-06-111-0/+29
* [tsan] Fix a failure in test java_race_pc on AArch64 after r333071Igor Kudrin2018-05-241-1/+1
* Fix another case where libstdc++ is being inappropriately requested (seeDan Liew2018-05-141-1/+2
* [tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek2018-05-101-0/+68
* Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."Volodymyr Sapsai2018-05-033-3/+3
* Follow-up to r331378. Update tests to allow to use C atomics in C++.Volodymyr Sapsai2018-05-033-3/+3
* tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov2018-04-273-0/+50
* [tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek2018-04-131-0/+57
* tsan: support inlined frames in external symbolizationDmitry Vyukov2018-03-212-11/+51
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* Fix which Darwin versions have ObjC runtime with full subscripting support.Volodymyr Sapsai2018-02-261-1/+1
* Correct a typo in tsan_pthread_setname_np in the FreeBSD codeKamil Rytarowski2018-02-101-1/+1
* tsan: deflake a testDmitry Vyukov2018-01-292-7/+12
* Force lit to execute the ASan and TSan tests on iOS devicesDan Liew2018-01-201-2/+5
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-1/+1
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev2017-12-011-1/+1
* [ubsan] lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* [TSan] Do not run cond_cancel.c test on ppc64.Matt Morehouse2017-11-271-1/+1
* Implement GetTls() for NetBSDKamil Rytarowski2017-11-162-0/+2
* Correct atexit(3) support in TSan/NetBSDKamil Rytarowski2017-11-081-0/+41
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-253-6/+5
* tsan: add tests missed in r316209Dmitry Vyukov2017-10-202-0/+66
* [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov2017-10-201-4/+6
* Disable TSan tests on Android.Evgeniy Stepanov2017-10-112-1/+4
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* tsan: handle signals in pause callDmitry Vyukov2017-09-281-0/+35
* Deflake the "xpc-race.mm" test.Kuba Mracek2017-09-221-22/+31
* [tsan] Disable user_malloc test which fails glibc 2.24Vitaly Buka2017-09-121-0/+7
* Add NetBSD support in test/tsan/thread_name*.ccKamil Rytarowski2017-08-302-5/+13
* tsan: fix darwin buildDmitry Vyukov2017-08-251-1/+1
* tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov2017-08-251-0/+52
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-1/+11
* [tsan] Disable test with debug runtimeVitaly Buka2017-07-161-0/+2
* Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek2017-07-121-4/+13
* tsan: add test for __tsan_java_findDmitry Vyukov2017-07-121-0/+69
* Fix-up for r307537: We need to #include stdint.h to get int32_t.Kuba Mracek2017-07-101-0/+1
* Fixup whitespace.Kuba Mracek2017-07-101-1/+1
* [tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek2017-07-1010-6/+68
* [tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek2017-07-051-0/+75
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-032-2/+2
* [Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov2017-06-281-33/+83
* tsan: fix reading of mutex flagsDmitry Vyukov2017-06-135-6/+52
* Mark the tsan strerror_r test as unsupported on DarwinVedant Kumar2017-06-071-0/+1
OpenPOWER on IntegriCloud