summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-04-12Use 0-padding for i386 and arm print format specifiersFrancis Ricci
2017-04-12[LSAN] Disable on ARM/Thumb for goodRenato Golin
2017-04-12Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"Renato Golin
2017-04-12[msan] fix iconv interceptor. before the fix the interceptor failed to mark m...Kostya Serebryany
2017-04-11[lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-10[tsan] Fall-back to IPv6 if IPv4 is not available.Vitaly Buka
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-10[msan] Make test to fall-back to IPv6 if IPv4 is not available.Vitaly Buka
2017-04-10[msan] Replace AF_INET with AF_UNIX to avoid IPv4 vs IPv6 issues.Vitaly Buka
2017-04-07Use a temp file to avoid Process Substitution.Rafael Espindola
2017-04-07[builtins] Remove stray quotes to fix check-builtins on non-Windows :(Reid Kleckner
2017-04-07[builtins] Get the builtins tests passing on WindowsReid Kleckner
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-06Replace a few uses of basename.Rafael Espindola
2017-04-06Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric
2017-04-06[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris
2017-04-05Simplify test a bit.Rafael Espindola
2017-04-04Avoid calling basename to compute xdynamiclib_namespec.Rafael Espindola
2017-04-04Don't remove the cwd.Rafael Espindola
2017-04-04Avoid sub shell.Rafael Espindola
2017-03-31Replace wc -l with count.Rafael Espindola
2017-03-31Simplify test.Rafael Espindola
2017-03-31Remove unused variable.Sam McCall