summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-28[asan] Mass-xfail 17 tests on Android.Evgeniy Stepanov
2014-05-28[sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov
2014-05-28[asan] XFAIL:android several tests.Evgeniy Stepanov
2014-05-28[ASan tests] Exclude some tests from Windows runsTimur Iskhodzhanov
2014-05-28[asan] Fix android test setup.Evgeniy Stepanov
2014-05-28[ASan tests] Move one more test to POSIX-only directoryTimur Iskhodzhanov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-27[asan] use relative line numbers in testsGreg Fitzgerald
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-26[ASan tests] Use ASAN_OPTIONS in a portable wayTimur Iskhodzhanov
2014-05-26[MSan] Implement __sanitizer_print_stack_trace().Sergey Matveev
2014-05-26[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's c...Timur Iskhodzhanov
2014-05-26[ASan/Win tests] Use the env keyword in the SUAR tests to work with gnuwin/li...Timur Iskhodzhanov
2014-05-23[sanitizer] Make stack traces from dlclose()'d modules more meaningful.Sergey Matveev
2014-05-23[ubsan] temporary disable testing with -m32 as there are bots that don't supp...Kostya Serebryany
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2014-05-22Quick-fix a copy-and-paste mistake in one of the ASan testTimur Iskhodzhanov
2014-05-22[ASan/Win] Make sure the list of wrappers exported by the main module and imp...Timur Iskhodzhanov
2014-05-22[ASan/Win] Thread more library functions from the DLL thunk to the main moduleTimur Iskhodzhanov
2014-05-22[ASan/Win] Add more tests for operator new[]Timur Iskhodzhanov
2014-05-22[ASan/Win] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov
2014-05-21[sanitizer] Attempt to fix test.Sergey Matveev
2014-05-21[sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev
2014-05-21[asan] add a test which ensures that we dump coverage after SEGVKostya Serebryany
2014-05-21tsan: deflake testDmitry Vyukov
2014-05-21[msan] Implement MSAN_OPTIONS=print_stats=1.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-05-20XFAIL ptrace test on armGreg Fitzgerald
2014-05-20[ubsan] fix vptr test on ARMGreg Fitzgerald
2014-05-20Run common and profile tests in cross-compiled builds.Greg Fitzgerald
2014-05-20[ASan Win] Simplify and improve the way we forward ASan interface calls from ...Timur Iskhodzhanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-19[asan] Make the coverage tests clean up after themselves.Sergey Matveev
2014-05-18profile: explicitly initialize file name in the testSaleem Abdulrasool
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