summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
AgeCommit message (Expand)Author
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-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[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-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-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
2017-07-28Add end-to-end tests for overflows of byval arguments.Matt Morehouse
2017-07-28[sancov] Add missing line breaks in test. NFC.Evgeniy Stepanov
2017-07-27[sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-07-20[asan] Update unittest for changes in logging r308637Vitaly Buka
2017-07-16[asan] Disable not working new test on WindowsVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-12[asan] Avoid recompilation of the same code in the testVitaly Buka
2017-07-07Revert r307342, r307343.Evgeniy Stepanov
2017-07-07[asan] Add end-to-end tests for overflows of byval arguments.Evgeniy Stepanov
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka