summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-12-13Use the newer python syntax for exceptionsJustin Bogner
2014-12-12[Asan] XFAIL the interception_failure_test.cc test on FreeBSDViktor Kutuzov
2014-12-12[Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSDViktor Kutuzov
2014-12-11[Tsan] Fix the signal_recursive.cc test to pass on systems with high loadsViktor Kutuzov
2014-12-11Fix check-asan on Windows by putting lib/clang/... onto PATH (PR21880)Timur Iskhodzhanov
2014-12-10Update ASan/Win test expectations broken by r223508Timur Iskhodzhanov
2014-12-05XFAILing suppression tests on Android. The suppression files are not being tr...Kuba Brecka
2014-12-05Recommit of r223513 and r223514.Kuba Brecka
2014-12-05Reverting r223513 and r223514.Kuba Brecka
2014-12-05AddressSanitizer - Don't instrument globals from cstring_literals sections. (...Kuba Brecka
2014-12-05Implement AddressSanitizer suppressions.Kuba Brecka
2014-12-05[LSan] Rewrite the test from r223419 to not use C++11.Sergey Matveev
2014-12-05tsan: fix testDmitry Vyukov
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-12-04[msan] Put the coverage files for coverage-levels.cc into a temporary dir.Alexander Potapenko
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany
2014-12-03[asan] Fix stale_stack_leak.cc test in ASan-UAR mode.Evgeniy Stepanov
2014-12-03[msan] Add one more test for the handling of stack origins.Evgeniy Stepanov
2014-12-03[asan] fix four asan tests to run in use-after-return mode Kostya Serebryany
2014-12-02[Tsan] Fix the atomic_race.cc test to pass on systems with high loadsViktor Kutuzov
2014-11-28[msan] Fix origin propagation for select of floats.Evgeniy Stepanov
2014-11-26[asan] Disable preload tests on Android.Evgeniy Stepanov
2014-11-26[Asan] Fix the heavy_uar_test.cc test to pass on FreeBSDViktor Kutuzov
2014-11-26[ASan] Fix typo in testAlexey Samsonov
2014-11-25[ASan] Fix leak tests on 64-bit targets other than x86-64 (take two)Jay Foad
2014-11-24[TSan] Deflake testAlexey Samsonov
2014-11-22Try to fix ARM buildbotsRenato Golin
2014-11-21Don't make check-sanitizer depend on profile on WindowsReid Kleckner
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
2014-11-21Move ASan non-Linux-specific tests out of the Linux/ directoryKuba Brecka
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-19tsan: fix binary names in testsDmitry Vyukov
2014-11-19tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov
2014-11-19tsan: don't add -pie when compiling testsDmitry Vyukov
2014-11-19Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka
2014-11-19[asan] initial support for experimental basic-block tracing; also add tests f...Kostya Serebryany
2014-11-18profile: Robustify instrprof testsJustin Bogner
2014-11-18[asan] Re-enable zero_page_pc test on Android.Evgeniy Stepanov
2014-11-18[asan] Fix CMake CMP0046 warning in standalone build.Evgeniy Stepanov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-16Revert r222091 because it caused a buildbot failure.Jay Foad
2014-11-15[ASan] Fix leak tests on 64-bit targets other than x86-64Jay Foad
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-11-13[ASan] Really fix zero_page_pc test for PowerPCJay Foad
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-13InstrProf: support PowerPC64Jay Foad
2014-11-13[ASan] Fix large allocator test case to cope with 64k pagesJay Foad
2014-11-12Add a test for PR21528 to make sure ASan C++ symbolization doesn't regressTimur Iskhodzhanov
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany