summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
AgeCommit message (Expand)Author
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-08-30Fix for TSan unit-tests:George Karpenkov
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-02[tsan] Check for pvalloc overlowKostya Kortchinsky
2017-07-28[sanitizers test CMake] further refactor testing CMake for tsanGeorge Karpenkov
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14tsan: optimize sync clock memory consumptionDmitry Vyukov
2017-07-12tsan: prepare clock for future changesDmitry Vyukov
2017-07-12tsan: add another test for clock growthDmitry Vyukov
2017-07-10[tsan] Add a mapping for Darwin/AArch64Kuba Mracek
2017-06-27[tsan] Add missing include directory for test unittestsFrancis Ricci
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2016-12-27[tsan] Fix string to bool conversion warnings in tsan testsVitaly Buka
2016-11-15[tsan] Call pthread interceptors directly in TSan RTL unit testsKuba Brecka
2016-10-26[sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks
2016-08-02Follow-up for r277458: Update the tsan_mman_test.cc unit test.Kuba Brecka
2016-06-27tsan: don't create sync objects on acquireDmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-11-24[tsan] Fix CallocOverflow unit test on OS XKuba Brecka
2015-11-21[tsan] Fix detached threads in unit tests on OS XKuba Brecka
2015-11-21[tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS XKuba Brecka
2015-11-19[tsan] Replace new/delete with a local variable in ThreadSpecificDtors unit testKuba Brecka
2015-11-13[tsan] Fix a typo in tsan_test_util.hKuba Brecka
2015-11-12[tsan] Filter OS X architectures for unit testingKuba Brecka
2015-11-11[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka
2015-11-11[tsan] Add TSan unit test support for OS XKuba Brecka
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-02-20[TSan][MIPS] Adding support for MIPS64Mohit K. Bhakkad
2015-01-30[TSan] Fix -Werror=sign-compare warning. NFC.Alexey Samsonov
2015-01-19tsan: remove TSAN_SHADOW_COUNTDmitry Vyukov
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-11-03[TSan] Fix signed-compare warning in the unit testAlexey Samsonov