summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-15[ASan/Win tests] Add memcpy/strdup/strlen interception testsTimur Iskhodzhanov
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-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-15Fix typosAlp Toker
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[sanitizer] Fix crash in getgrnam_r and similar interceptors.Evgeniy Stepanov
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-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] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-05-13[msan] Better open_memstream support.Evgeniy Stepanov
2014-05-13Mark ptrace test as Linux-specificAlexey Samsonov
2014-05-12Restrict the set of sanitizers that should run tests from test/sanitizer_commonAlexey Samsonov
2014-05-12Add %run to new lit testGreg Fitzgerald
2014-05-12[asan] one more attempt to enable lsan by default (PR19521)Kostya Serebryany
2014-05-12[asan] Further fix the test from r208333.Sergey Matveev
2014-05-12[asan] fix a self deadlock when printing stats; add a relevant test, cleanup ...Kostya Serebryany
2014-05-09InstrProf: Pacify buildbots after r208460Duncan P. N. Exon Smith
2014-05-09InstrProf: Test the functions in the runtimeDuncan P. N. Exon Smith
2014-05-09[Sanitizer] Add the machinery to run the same test under several sanitizersAlexey Samsonov
2014-05-08[Sanitizer] Move lit config for sanitizer_common unit tests under Unit/ dir f...Alexey Samsonov
2014-05-08Fixup for r208066. Properly get values of PTRACE_GETREGSET/PTRACE_SETREGSET.Alexey Samsonov
2014-05-08Fixup test added in r208333Alexey Samsonov
2014-05-08[ASan] Fix coverage behavior when a PC belongs to an unknown address range.Sergey Matveev
2014-05-08[msan] Intercept strxfrm.Evgeniy Stepanov
2014-05-08[msan] Fix potential infinite recursion in a test.Evgeniy Stepanov
2014-05-08[asan] Update tests for r208290.Evgeniy Stepanov
2014-05-07[asan] fix i386 tests broken from r207707Greg Fitzgerald
2014-05-07[sanitizer] Intercept obstack.Evgeniy Stepanov
2014-05-07[msan] Fix __msan_check_mem_is_initialized and prettify its output.Evgeniy Stepanov
2014-05-06[asan] introduce interface function __sanitizer_verify_contiguous_container t...Kostya Serebryany
2014-05-06[msan] Fix print_shadow test.Evgeniy Stepanov
2014-05-01[asan] disable GetKernelStartAddress as it misbehaves in schrootKostya Serebryany
2014-04-30Add %run to all lit testsGreg Fitzgerald