summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Use DARWIN_osx_LINK_FLAGS when building unit tests to match ASan behav...Kuba Mracek2018-06-211-0/+1
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-181-40/+5
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+1
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+1
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-042-45/+1
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-2/+2
* Disable TSan tests on Android.Evgeniy Stepanov2017-10-111-1/+1
* Fix for TSan unit-tests:George Karpenkov2017-08-301-4/+6
* [sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov2017-08-151-40/+17
* [tsan] Check for pvalloc overlowKostya Kortchinsky2017-08-021-1/+7
* [sanitizers test CMake] further refactor testing CMake for tsanGeorge Karpenkov2017-07-281-20/+19
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-16/+6
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-6/+77
* tsan: optimize sync clock memory consumptionDmitry Vyukov2017-07-141-5/+28
* tsan: prepare clock for future changesDmitry Vyukov2017-07-121-15/+17
* tsan: add another test for clock growthDmitry Vyukov2017-07-121-0/+36
* [tsan] Add a mapping for Darwin/AArch64Kuba Mracek2017-07-101-0/+1
* [tsan] Add missing include directory for test unittestsFrancis Ricci2017-06-271-0/+1
* [powerpc] deactivate flakey tests on powerpc64leBill Seurer2017-05-011-2/+3
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3
* Enable weak hooks on darwinFrancis Ricci2017-01-091-2/+6
* [tsan] Fix string to bool conversion warnings in tsan testsVitaly Buka2016-12-271-3/+3
* [tsan] Call pthread interceptors directly in TSan RTL unit testsKuba Brecka2016-11-153-79/+114
* [sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks2016-10-261-1/+5
* Follow-up for r277458: Update the tsan_mman_test.cc unit test.Kuba Brecka2016-08-021-4/+4
* tsan: don't create sync objects on acquireDmitry Vyukov2016-06-271-7/+7
* tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov2016-04-271-7/+7
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-7/+7
* [sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka2016-03-172-0/+12
* tsan: revert r262037Dmitry Vyukov2016-02-261-7/+7
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-7/+7
* Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni2016-01-141-1/+1
* Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg2016-01-131-1/+1
* With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni2016-01-131-1/+1
* [tsan] Fix CallocOverflow unit test on OS XKuba Brecka2015-11-241-1/+3
* [tsan] Fix detached threads in unit tests on OS XKuba Brecka2015-11-211-2/+5
* [tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS XKuba Brecka2015-11-211-16/+45
* [tsan] Replace new/delete with a local variable in ThreadSpecificDtors unit testKuba Brecka2015-11-191-8/+7
* [tsan] Fix a typo in tsan_test_util.hKuba Brecka2015-11-131-1/+1
* [tsan] Filter OS X architectures for unit testingKuba Brecka2015-11-121-1/+5
* [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka2015-11-112-2/+2
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-116-27/+86
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-6/+0
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-0/+6
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad2015-02-201-19/+21
* [TSan] Fix -Werror=sign-compare warning. NFC.Alexey Samsonov2015-01-301-2/+2
* tsan: remove TSAN_SHADOW_COUNTDmitry Vyukov2015-01-191-4/+0