summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-07-23[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka
2015-07-22[asan] Remove CHECK line for kernel32.dllReid Kleckner
2015-07-22[asan] Disable ctrl+c test until I figure out how to make it portableReid Kleckner
2015-07-22[asan] Make __asan_handle_no_return tolerate unregistered threadsReid Kleckner
2015-07-22[asan] Test clang's SEH implementation as well as MSVC'sReid Kleckner
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-07-21Reverting r242787, attempt 2.Kuba Brecka
2015-07-21Reverting r242787 ("[asan] Fix the freopen interceptor to allow NULL instead ...Kuba Brecka
2015-07-21[asan] Fix the freopen interceptor to allow NULL instead of a filenameKuba Brecka
2015-07-19asan: fix a testDmitry Vyukov
2015-07-19[sanitizer] De-flake one test.Evgeniy Stepanov
2015-07-17[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov
2015-07-17added test fileNaomi Musgrave
2015-07-17[msan] Fix open_memstream handling.Evgeniy Stepanov
2015-07-16[ASan] PR24150: restrict test case to i386.Alexey Samsonov
2015-07-14[Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov
2015-07-10Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne
2015-07-10[TSan] Fix dl_iterate_phdr callback for the case when info->dlpi_name is over...Alexey Samsonov
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