summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2016-02-19[sancov] requiring dynamic asan.Mike Aizatsky
2016-02-19[sancov] using static asanMike Aizatsky
2016-02-19[Windows] Simplify more tests now that Clang supports EHReid Kleckner
2016-02-19[Windows] Add 10s timeout to some WaitForSingleObject callsReid Kleckner
2016-02-18Un-XFAIL the last C++ EH test, it was fixed by r261258Reid Kleckner
2016-02-18Clang on Windows supports exceptions, un XFAIL the passing testsReid Kleckner
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany
2016-02-17PR26606: Make abort_on_error.cc test more portable.Alexey Samsonov
2016-02-15[compiler-rt] Fix test failures when switching default C++ libraryJonas Hahnfeld
2016-02-12[LSan] Print more helpful error message if LSan crashes during leak detection.Alexey Samsonov
2016-02-12[sancov] improved object files handling.Mike Aizatsky
2016-02-11[ASan] Disable test that uses profile runtime on Windows.Alexey Samsonov
2016-02-11[Windows] Fill in read/write information in SignalContextReid Kleckner
2016-02-11Un-XFAIL a passing test on WindowsReid Kleckner
2016-02-11Move mmap_limit_mp test to PosixReid Kleckner
2016-02-11[asan] Dump adb output on failure.Evgeniy Stepanov
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-08[asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86...Maxim Ostapenko
2016-02-08[asan] XFAIL local alias related tests on Mips due to https://llvm.org/bugs/s...Maxim Ostapenko
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] trying to fix the non-x86 botsKostya Serebryany
2016-02-06[asan] properly report an un-aligned global variable instead of just crashingKostya Serebryany
2016-02-06[asan] disabled one subtest in scariness_score_test.cc that may fail when run...Kostya Serebryany
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2016-02-04[asan] fix the non-x86 buildKostya Serebryany
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-02-02[asan] Fix internal CHECK failure on double free in recovery mode.Maxim Ostapenko
2016-02-02[asan] Fixup r258849 by updating warning in the testAnna Zaks
2016-01-28putting requires on one line - ppc still executes my tests.Mike Aizatsky
2016-01-28[sancov] run sancov test on x86_64 linux onlyMike Aizatsky
2016-01-28[sancov] running sancov test on linux onlyMike Aizatsky
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-27[CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR instead of LLVM_TOOLS_DIRAlexey Samsonov
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-21[asan] Add mincore test.Evgeniy Stepanov
2015-12-10[asan] Move halt_on_error_suppress_equal_pcs.cc to Posix directory.Yury Gribov
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov
2015-12-04[asan] Enable alloca_vla_interact.cc test on PowerPC64.Yury Gribov
2015-12-03Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on O...Kuba Brecka
2015-12-01[asan] Correctly release memory allocated during early startup.Yury Gribov
2015-11-25[asan] Fix the atos-symbolizer-dyld-root-path.cc test caseKuba Brecka
2015-11-20[asan] Disable the test on i386 Darwin.Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-19[asan] Enable halt_on_error tests on ARM targets.Yury Gribov
2015-11-18Removing memory leak to appease windows bots.Mike Aizatsky