summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-04-26[lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov
2017-04-26[test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny
2017-04-25[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-25[lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov
2017-04-25[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.Nitesh Jain
2017-04-24Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg
2017-04-24[asan] Fix Windows global dead stripping testsReid Kleckner
2017-04-24Mark a test as requiring a shell.Rafael Espindola
2017-04-24[cfi] Fix wrong CMake condition for WIN32.Evgeniy Stepanov
2017-04-24[asan] Remove asanwrapper from Android test harness.Evgeniy Stepanov
2017-04-24[asan] Use posix strerror_r interceptor on android.Evgeniy Stepanov
2017-04-24[cfi] Disable ThinLTO + CFI tests on Windows.Evgeniy Stepanov
2017-04-24[tsan] Include __tsan_external_* API from a header file instead of declaring ...Kuba Mracek
2017-04-24[tsan] Remove the extra word "object" from description of external racesKuba Mracek
2017-04-24[sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky
2017-04-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-22[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-22[cfi] Disable thinlto tests on Darwin.Ahmed Bougacha
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Suppress DTLS leak happening in some glibc versions.Alex Shlyapnikov
2017-04-21[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-21[cfi] Replace elif with elseif in cmake.Evgeniy Stepanov
2017-04-21[cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov
2017-04-21[scudo] Bypass Quarantine if its size is set to 0Kostya Kortchinsky
2017-04-21[tsan] Add a test for "external" API that checks the dup suppression is based...Kuba Mracek
2017-04-21[tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...Kuba Mracek
2017-04-21[tsan] Publish the TSan external API in tsan_interface.hKuba Mracek
2017-04-21[tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)Kuba Mracek
2017-04-21[tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek
2017-04-21[tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek
2017-04-21Revert r300889, r300906, r300935, r300939Diana Picus
2017-04-21[asan] Fix test by removing "The signal is caused" check.Vitaly Buka
2017-04-21[asan] Fix test on ppc64le-linux by checking "UNKNOWN memory access"Vitaly Buka
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-21Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha
2017-04-20[asan] move textdomain.c to Linux dir, as the test is Linux-specificKostya Serebryany
2017-04-20sanitizer: fix crash with textdomain(NULL) interceptorKostya Serebryany
2017-04-20[asan] Match BUS and SIGV to fix test on DarwinVitaly Buka
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-20[cfi] Add explicit -flto in create-derivers test.Evgeniy Stepanov
2017-04-20[cfi] Move one test under cross-dso/icall.Evgeniy Stepanov
2017-04-20Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci
2017-04-20make detect_leaks=1 the default for the lsan test suiteFrancis Ricci
2017-04-20[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-20Define standard suppressions for LSan, start with this one.Alex Shlyapnikov
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-20[scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky
2017-04-20[scudo] Minor changes and refactoringKostya Kortchinsky