summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-08-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2015-08-11[cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner
2015-08-10[Windows] Relax test case patterns to allow parameter listsReid Kleckner
2015-08-10test case for poisoning trivial membersNaomi Musgrave
2015-08-08[ASAN/AArch64] Disable forkpty tests until we can fix themRenato Golin
2015-08-06[ASAN/AArch64] Make sure aarch64 is not stable-runtimeRenato Golin
2015-08-06test: Use lld-link instead of lld-link2 as the LTO linker on Windows.Peter Collingbourne
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05Add flag to request codeview debug info on WindowsReid Kleckner
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-08-05[AArch64] Stable runtime required for proc maps testRenato Golin
2015-08-05[UBSan] Fix UBSan-vptr false positive.Alexey Samsonov
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-08-05[asan] Enable asan for aarch64Adhemerval Zanella
2015-08-03Runtime check of poisoning derived class members.Naomi Musgrave
2015-08-03[asan] Print VAs instead of RVAs for module offsets on WindowsReid Kleckner
2015-08-01[asan] Link tests with ld.gold on Android.Evgeniy Stepanov
2015-07-31[ASan] Fix two tests on FreeBSD: alloca.h is missing there.Alexey Samsonov
2015-07-31[UBSan] Test: Move coverage-levels.cc out of Linux directoryFilipe Cabecinhas
2015-07-31Fix __floatsitf() for negative inputSergey Dmitrouk
2015-07-31[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella
2015-07-30testing for tail call optimization repression when sanitizing use-after-dtorNaomi Musgrave
2015-07-30Revert r243604, it (very likely) caused PR24312.Nico Weber
2015-07-30[CMake] Pass -march=i686 when targeting i686 (PR24222)Hans Wennborg
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-29[asan] XFAIL 1 test on Android.Evgeniy Stepanov
2015-07-29CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-28Fix typo from r243418. Should fix the failing `abort_on_error.cc` test.Kuba Brecka
2015-07-28Applying the Darwin-specific default lit ASAN_OPTIONS to UBSan+ASan tests asKuba Brecka
2015-07-28[asan] Set abort_on_error=1 by default on OS XKuba Brecka
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