summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-07-09Add support for generating profiles in a given directory.Diego Novillo
2015-07-08[asan] relax the test case to allow either 'malloc' or '__interceptor_malloc'...Kostya Serebryany
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-07[asan] Add missing $ASAN_OPTIONS to some test casesKuba Brecka
2015-07-06[asan] Add OS X 10.11's new dyld interposition supportKuba Brecka
2015-07-06[asan] Fix an OS X startup crash when an empty section is presentKuba Brecka
2015-07-05Enable this test for PPC64.Jay Foad
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-30[asan] Suppress read_binary_name_regtest.c test failure on unsupported hosts.Evgeniy Stepanov
2015-06-30tsan: fix handling of condition variable destructionDmitry Vyukov
2015-06-30[ASan] Add a regression test for r240960 (https://crbug.com/502974)Alexander Potapenko
2015-06-29[asan] Re-enable clang_gcc_abi test at higher opt levels.Evgeniy Stepanov
2015-06-29sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov
2015-06-29tsan: fix flaky testDmitry Vyukov
2015-06-26[asan] Disable 3 tests on Android.Evgeniy Stepanov
2015-06-26[asan] Add -pie to uninstrumented executables on interface_test.ccEvgeniy Stepanov
2015-06-26[asan] Enable 2 tests on Android.Evgeniy Stepanov
2015-06-26[asan] Disable -O1,-O2,-O3 in clang_gcc_abi.cc test.Evgeniy Stepanov
2015-06-25[asan] Do not unset DYLD_ROOT_PATH before calling atos on DarwinAnna Zaks
2015-06-25tsan: fix handling of dup2 Dmitry Vyukov
2015-06-25[CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan ar...Alexey Samsonov
2015-06-25[sanitizer] Disable signal_segv_handler test.Evgeniy Stepanov
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-06-24tsan: fix false positive between dlopen and dl_iterate_phdrDmitry Vyukov
2015-06-24tsan: don't print external PCs in reportsDmitry Vyukov
2015-06-24tsan: fix unbounded memory consumption for large mallocsDmitry Vyukov
2015-06-23Fix incorrect truncation at the overflow boundaryPirama Arumuga Nainar
2015-06-23[msan] Mark one test as only supported on x86Jay Foad
2015-06-19Add -flto to clang flags for cfi tests.Alexey Samsonov
2015-06-19Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne
2015-06-19Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov
2015-06-19[msan] Intercept fopencookie.Evgeniy Stepanov
2015-06-18Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner
2015-06-17[CMake] LSan is not actually available on Darwin.Alexey Samsonov
2015-06-16SafeStack: XFAIL the pthread.c test on Darwin.Peter Collingbourne
2015-06-15[ASan tests] Revert a bad change from r239754Filipe Cabecinhas
2015-06-15[ASan tests] Leftover that didn't get reverted in r239754Filipe Cabecinhas
2015-06-15[ASan tests] Use export, not env.Filipe Cabecinhas
2015-06-15Revert "[ASan tests] Try to fix Windows buildbots due to r239754"Filipe Cabecinhas
2015-06-15[ASan tests] Try to fix Windows buildbots due to r239754Filipe Cabecinhas
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-06-15[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseFilipe Cabecinhas
2015-06-12[builtins] Hide long double fp_test.h helpers if it's not fp128.Ahmed Bougacha
2015-06-10[ASan] Quick-fix tests for new string interceptors.Yury Gribov
2015-06-08[asan] Fixup to r239134. This test does pass on darwin.Anna Zaks
2015-06-05[ASan] Add process basename to log name and error message toYury Gribov
2015-06-04[tsan] Disable a flaky test.Evgeniy Stepanov
2015-06-04[Sanitizers] Add *SAN_OPTIONS to possibly_dangerous_env_varsFilipe Cabecinhas