summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-11-16[asan] Port tests to shadow scale of 5Walter Lee
2017-11-09Revert new ThinLTO ASAN test until lit support addedTeresa Johnson
2017-11-08[ThinLTO] New test needs to require LTOTeresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-08Revert "[ThinLTO] Ensure sanitizer passes are run"Teresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-06Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-09-27ASan allocates a global data initialization array at the tail end of eachDmitry Mikulin
2017-09-26[mips][asan] Fix preinstalled_signal.cc test for mipsSimon Dardis
2017-09-22[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966Maxim Ostapenko
2017-09-22[asan/lsan] Trying to fix buildbots after r313966Maxim Ostapenko
2017-09-22[asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko
2017-09-21[asan] Remove trailing spacesVitaly Buka
2017-09-21[asan] Remove "COLLISION" workaround for datarace in asanVitaly Buka
2017-09-21[asan] Remove "rm -f" in tests where it was needed only because of >>Vitaly Buka
2017-09-20[asan] Fix nested error detectionVitaly Buka
2017-09-20[asan] Try to fix windows test by fflush(stderr)Vitaly Buka
2017-09-20[asan] Resolve FIXME by converting gtest into lit testVitaly Buka
2017-09-18[ubsan] Fix interface_symbols_windows testVitaly Buka
2017-09-17Mark various failing tests with "UNSUPPORTED: ios".Kuba Mracek
2017-09-16[sanitizer] Support check-asan on AndroidVitaly Buka
2017-09-16[sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka
2017-09-16[asan] Remove not-androidVitaly Buka
2017-09-16[asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka
2017-09-14[asan] Disable two dynamic tests on armhfVitaly Buka
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-09-11[asan] Include asan-dynamic into check-allVitaly Buka
2017-09-09[asan] Fix tests broken by r312858Vitaly Buka
2017-09-09[compiler-rt] Move allow_user_segv.cc into sanitizer_commonVitaly Buka
2017-09-09[asan] Use more generic string in error messageVitaly Buka
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-29[asan] Add use-after-scope test which fails because of bug in clangVitaly Buka
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-24Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)Hans Wennborg
2017-08-20Remove "%T" from ASan Darwin tests.Kuba Mracek
2017-08-07[asan] Make dump_registers.cc more stableKuba Mracek
2017-08-04[asan] Fix unsupported test on AndroidKostya Kortchinsky
2017-08-04[asan] Check for pvalloc overlowKostya Kortchinsky
2017-08-02Add new ASAN_OPTION: sleep_after_init.Kostya Serebryany
2017-07-31[sancov] Fix coverage-reset test on Android/i686.Evgeniy Stepanov
2017-07-28Try to fix asan test on sanitizer-windowsReid Kleckner