summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-112-2/+3
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-9/+8
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-0120-35/+40
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+1
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-041-1/+1
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-0/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-2/+8
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-8/+2
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-2/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1920-80/+60
* [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
OpenPOWER on IntegriCloud