summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests/rtl
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-2/+2
* [powerpc] deactivate flakey tests on powerpc64leBill Seurer2017-05-011-2/+3
* [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
* [sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka2016-03-171-0/+6
* [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] 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-114-13/+49
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-0/+6
* tsan: remove TSAN_SHADOW_COUNTDmitry Vyukov2015-01-191-4/+0
* Support building tsan_test_util_linux.cc on FreeBSDViktor Kutuzov2014-09-061-3/+8
* Fix typosAlp Toker2014-05-151-1/+1
* [Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov2013-12-251-0/+3
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-111-5/+9
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* tsan: exclude flaky testDmitry Vyukov2012-12-101-0/+4
* [TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one ...Alexey Samsonov2012-09-181-1/+1
* [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc wa...Alexey Samsonov2012-09-182-3/+9
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-1710-0/+1492
OpenPOWER on IntegriCloud