summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-11[UBSan] Add report deduplication for -fsanitize=function.Alexey Samsonov
2015-02-10[ASan/Win] Add the executable's directory to the symbol search pathTimur Iskhodzhanov
2015-02-10[ASan] Add missing RUN: prefix.Alexey Samsonov
2015-02-09[ASan/Win] Add a test case for PR22431Timur Iskhodzhanov
2015-02-06[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka
2015-02-05[ASan] Fix interface_symbols_darwin.c testAlexander Potapenko
2015-02-03[sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany
2015-02-03[ASan] Run tests with both static and dynamic runtime on Windows by default.Alexey Samsonov
2015-02-02[TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov
2015-02-02[ASan/Win] Add a test case for r208215 [stack buffer overflow in <iostream>]Timur Iskhodzhanov
2015-01-29[asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany
2015-01-29[ASan] Generalize/simplify lit test configs generation.Alexey Samsonov
2015-01-28[sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany
2015-01-27[ASan] Fix test cases: don't assume that fast unwinder can't unwind through l...Alexey Samsonov
2015-01-27tsan: properly instrument unaligned accessesDmitry Vyukov
2015-01-27tsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annotationsDmitry Vyukov
2015-01-27[ASan] Use rpath in tests that produce a shared libraryKuba Brecka
2015-01-25Fix up test cases to account for improved column fidelity provided by clangDavid Blaikie
2015-01-23[compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka
2015-01-22Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka
2015-01-22[sanitizer] Move sched_getparam test under Linux/.Evgeniy Stepanov
2015-01-22[sanitizer] Intercept sched_getparam.Evgeniy Stepanov
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-22[ASan/Win] Move the shadow to 0x30000000Timur Iskhodzhanov
2015-01-22[ASan] Print out the shadow memory range on shadow mapping failuresTimur Iskhodzhanov
2015-01-22[msan] Relax CHECK conditions in 2 tests.Evgeniy Stepanov
2015-01-21[msan] Fix origins in realloc.Evgeniy Stepanov
2015-01-21tsan: remove sleeps from testsDmitry Vyukov
2015-01-21[msan] Update origin for the entire destination range on memory store.Evgeniy Stepanov
2015-01-21[ASan] Fix the test expectations for dyld_insert_libraries_reexec.cc Alexander Potapenko
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-20[asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-19[sanitizer] Move options-related tests to sanitizer_common.Evgeniy Stepanov
2015-01-18Update for tests failing due to improvements in clang's column information fo...David Blaikie
2015-01-16[asan] More verbose output from one of the tests.Evgeniy Stepanov
2015-01-16[asan] Fix asan_options-include test.Evgeniy Stepanov
2015-01-15[asan] Loosen test for upcoming ppc64 changeHal Finkel
2015-01-15[sanitizer] Implement include= option.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-15[lsan] Fix a typo in a test.Evgeniy Stepanov
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie
2015-01-14Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-14Handle LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2015-01-12[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov
2015-01-12[asan] Pass activation options in the android test runner.Evgeniy Stepanov
2015-01-12[ASan] Handle SIGBUS on Linux.Jay Foad
2015-01-09Revert "Reapply debug info changes now that more precise column information i...David Blaikie