summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-15Exclude MSVC to try to unbreak their builds. We have a bad skew betweenChandler Carruth
2014-05-15[ASan/Win tests] Add memcpy/strdup/strlen interception testsTimur Iskhodzhanov
2014-05-15Teach the compiler-rt custom compilation and linking CMake rules usedChandler Carruth
2014-05-15[ASan/Win tests] Add more DLL testsTimur Iskhodzhanov
2014-05-15[ASan/Win tests] Add more DLL tests: malloc & friendsTimur Iskhodzhanov
2014-05-15[ASan/Win tests] Add the first DLL testTimur Iskhodzhanov
2014-05-15[ASan/Win tests] Add tests for malloc/calloc/reallocTimur Iskhodzhanov
2014-05-15tsan: allow to disable history collectionDmitry Vyukov
2014-05-15[ASan/Win tests] Add tests for stack array manipulation, as well as a use-aft...Timur Iskhodzhanov
2014-05-15[ASan/Win tests] Add tests for operator new/new[]/delete/delete[]Timur Iskhodzhanov
2014-05-15[ASan/Win tests] Add tests for downcast-related overflows, as well as CRT ini...Timur Iskhodzhanov
2014-05-15[ASan/Win tests] Add tests for aligned mallocs, bitfields and global stringsTimur Iskhodzhanov
2014-05-15[ASan tests] Add ASan Windows threading testsTimur Iskhodzhanov
2014-05-15[sanitizer] Remove the definition of xdr_ops.Evgeniy Stepanov
2014-05-15Fix typosAlp Toker
2014-05-14migrate litlint from argparse to optparse. reenabledGreg Fitzgerald
2014-05-14Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald
2014-05-14add script to ensure lit test contains %runGreg Fitzgerald
2014-05-14[ASan/Win tests] Add a PR reference for the FileCheck bugTimur Iskhodzhanov
2014-05-14Remove an unneeded stderr redirectionTimur Iskhodzhanov
2014-05-14Remove --check-prefix=CHECK as it's uselessTimur Iskhodzhanov
2014-05-14[ASan tests] Add the first Windows-only lit testTimur Iskhodzhanov
2014-05-14[ASan tests] Get rid of SharedLibs/Timur Iskhodzhanov
2014-05-14[ASan tests] Update relative paths from POSIX-only tests to their shared libr...Timur Iskhodzhanov
2014-05-14[ASan tests] Create a Posix/ directory for tests that we don't plan to run on...Timur Iskhodzhanov
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-05-14[ASan/Win] Enable demangling of global variable namesTimur Iskhodzhanov
2014-05-14[sanitizer] Fix crash in getgrnam_r and similar interceptors.Evgeniy Stepanov
2014-05-14[libsanitizer] Notify the runtime about file being closed before the actual c...Alexander Potapenko
2014-05-14[asan] tyring to fix the Android buildKostya Serebryany
2014-05-14[asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany
2014-05-14[sanitizer] Move open_memstream test under Linux.Evgeniy Stepanov
2014-05-14removed redundant lit variableGreg Fitzgerald
2014-05-14Add target flags to ubsan testsGreg Fitzgerald
2014-05-14Enable CAN_EXECUTE_TESTS if an EMULATOR is providedGreg Fitzgerald
2014-05-14Add %run to tests that used %T/name.exeGreg Fitzgerald
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-05-13[libsanitizer] Fix the return type of internal_forkAlexander Potapenko
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-05-13Enable sanitizer tests (check-sanitizer, check-asan) on WindowsTimur Iskhodzhanov
2014-05-13[Sanitizer tests] Define 16- and 64-bit versions of atomic_compare_exchange_s...Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Exclude three tests that fail on WindowsTimur Iskhodzhanov
2014-05-13[Sanitizer tests] Land the sanitizer twin of the asan-only change r208682Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[sanitizer] Disable fopen64 interceptor on osx.Evgeniy Stepanov
2014-05-13[Sanitizer tests] Fix most of the build problems on WindowsTimur Iskhodzhanov
2014-05-13[sanitizer] Mark several functions as possibly unused.Evgeniy Stepanov
2014-05-13[ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov
2014-05-13[sanitizer] Delete an unused function.Evgeniy Stepanov