summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
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
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-26[asan] Enable back halt_on_error-torture.cc disabled on PowerPC.Alex Shlyapnikov
2017-05-26[compiler-rt] Don't reset non-default user handler if allow_user_segv_handler...Vitaly Buka
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25[asan] relax sanbox_read_proc_self_maps_test to pass even if unshare() fails.Kostya Serebryany
2017-05-25Disable two more flaky ASan wait* tests temporarily on DarwinAdam Nemet
2017-05-25[powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 beBill Seurer
2017-05-23Disable flaky ASan tests temporarily on darwinAdam Nemet
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper