summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2017-12-18[asan] Add interceptor for printf_chkMaxim Ostapenko
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha
2017-12-09Update sanitizer tests for C++14 default in ClangTim Northover
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
2017-12-04[ASan] Disable invalid-pointer-pairs-threads.cc on Darwin.Alex Shlyapnikov
2017-12-04[ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-threads.ccAlex Shlyapnikov
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Add missing signal.h header:Ismail Donmez
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
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