summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
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
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-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
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] This Android lit workaround should not be needed as bug is fixedVitaly Buka
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka
2017-06-30[asan] Disable test which fails on Android x86Vitaly Buka
2017-06-30[objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek
2017-06-29Revert "[asan] Control location of symbolizer on device using ANDROID_SYMBOLI...Vitaly Buka
2017-06-29[asan] Control location of symbolizer on device using ANDROID_SYMBOLIZER_PATHVitaly Buka
2017-06-29[asan] Fix try to fix test on AndroidVitaly Buka
2017-06-29[asan] Disable tests which do no work on AndroidVitaly Buka
2017-06-29[asan] This test now passesVitaly Buka
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.Kuba Mracek
2017-06-28Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin. They used to be flaky...Kuba Mracek
2017-06-26[asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 a...Kuba Mracek
2017-06-24[asan] Regression test for PR33372Vitaly Buka
2017-06-21Revert "[compiler-rt] Don't reset non-default user handler if allow_user_segv...Vitaly Buka
2017-06-21[asan] Fix android compiler wrapper lost in r301617.Evgeniy Stepanov
2017-06-20[ASan] Disable allocator_oom_test.cc on s390Alex Shlyapnikov
2017-06-16[Sanitizers] Fix allocator OOM test on Windows.Alex Shlyapnikov
2017-06-16[Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov
2017-06-15[asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka
2017-06-09[asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko
2017-06-05[ASan] A speculative attempt to fix a flaky test on ppc64be.Alex Shlyapnikov
2017-06-05[asan] Use asan exitcode=0 option to always succeed a test run.Alex Shlyapnikov
2017-06-04Mark the atos-symbolizer test as unsupported on i386-darwinVedant Kumar
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany