summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-18profile: adjust flags for libdlSaleem Abdulrasool
2014-05-18profile: add logging on failureSaleem Abdulrasool
2014-05-18profile: explicitly link against libdlSaleem Abdulrasool
2014-05-17InstrProf: Support profiling dlopen'd shared librariesDuncan P. N. Exon Smith
2014-05-16[TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov
2014-05-16Exclude several ASan tests from test suite if we're using GCCAlexey Samsonov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-16InstrProf: Create a PIC version of the profile runtimeDuncan P. N. Exon Smith
2014-05-16InstrProf: XFAIL tests from r208940 on LinuxDuncan P. N. Exon Smith
2014-05-16InstrProf: Fix shared object profilingDuncan P. N. Exon Smith
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