summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-04-26[test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny
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[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-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-22[cfi] Disable thinlto tests on Darwin.Ahmed Bougacha
2017-04-21[lsan] Enable LSan on PowerPC64.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[tsan] Add a test for "external" API that checks the dup suppression is based...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-20[XRay] [compiler-rt] - Fix standalone and non-deterministic test issueKeith Wyss
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-04-19Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss
2017-04-18[sanitizer] Define lsan-x86 in tests for both i386 and i686.Evgeniy Stepanov
2017-04-18Don't use abort_on_error for lsan darwin test suiteFrancis Ricci
2017-04-18Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci
2017-04-17[tsan] Add missing include for uint64_t in test.Benjamin Kramer
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar
2017-04-13Move Linux-specific lsan tests into a new directoryFrancis Ricci
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-13[lsan] Reenable lsan tests on ARM botsMaxim Ostapenko
2017-04-12Fix memory leaks in address sanitizer darwin testsFrancis Ricci