summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-12-17Revert "Fix test cases given Clang's improved location information."David Blaikie
2014-12-17tsan: add disabled test case for issue 87Dmitry Vyukov
2014-12-16Fix test cases given Clang's improved location information.David Blaikie
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-12-15Update lib/profile tests for metadata assembly changeDuncan P. N. Exon Smith
2014-12-15[ubsan][arm] supporting misaligned testcaseKumar Sukhani
2014-12-15[UBSan][MIPS] Adding support of MIPS64 in UBSan testingKumar Sukhani
2014-12-14Update test case with more accurate column information now that Clang produce...David Blaikie
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