summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-25Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-25[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-25[libFuzzer] prepare tests for switching from -fsanitize-coverage=trace-pc-gua...Kostya Serebryany
2017-08-25[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany
2017-08-25[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany
2017-08-25tsan: fix darwin buildDmitry Vyukov
2017-08-25tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov
2017-08-25[cfi] only add cfi tests on supported arches.Sean Fertile
2017-08-24Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)Hans Wennborg
2017-08-23[XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris
2017-08-22[SanitizerCoverage] Optimize stack-depth instrumentation.Matt Morehouse
2017-08-22[libFuzzer] disable a test failing on the botKostya Serebryany
2017-08-22[libFuzzer] fix the stack-depth initialization, add a lit test for DeepRecurs...Kostya Serebryany
2017-08-22[NFC] do not run linter on libFuzzer's tests.George Karpenkov
2017-08-22Remove check-fuzzer from check-all, as tests don't pass on some bots.George Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-08-20Remove "%T" from ASan Darwin tests.Kuba Mracek
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse
2017-08-18[XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-08-15Revert: Enable profile on NetBSDKamil Rytarowski
2017-08-15Revert r310857 due to internal test failureXinliang David Li
2017-08-14[PGO] Add support for relocate profile dumping directoryXinliang David Li
2017-08-14[llvm-cov] Fix compiler-rt tests failing in build bots after rL310827.Sean Eveson
2017-08-13Enable profile on NetBSDKamil Rytarowski
2017-08-10Enable SafeStack on NetBSDKamil Rytarowski
2017-08-08Enable ubsan on NetBSDKamil Rytarowski
2017-08-07[asan] Make dump_registers.cc more stableKuba Mracek
2017-08-04[asan] Fix unsupported test on AndroidKostya Kortchinsky
2017-08-04[asan] Check for pvalloc overlowKostya Kortchinsky
2017-08-04[msan] Switch the pvalloc overflow test to a lit testBenjamin Kramer
2017-08-04coverage: Update tests to reflect changes from r310012Vedant Kumar
2017-08-03These tests use 80-bit long doubles, which are x86 only. Mark them so.Sterling Augustine
2017-08-02Use a more standard method to mark these tests as unsupported on powerpc64.Sterling Augustine
2017-08-02Add new ASAN_OPTION: sleep_after_init.Kostya Serebryany
2017-08-02[ubsan] Test -fsanitize=vptr without -fsanitize=nullVedant Kumar
2017-07-31[sancov] Fix coverage-reset test on Android/i686.Evgeniy Stepanov
2017-07-31[XRay][compiler-rt] Fix test to not be too strict with output order.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Fix typo for REQUIRES.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Require build-in-tree and x86_64-linux.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Do not print the warning when the binary is not XRay inst...Dean Michael Berris
2017-07-29[ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar
2017-07-28Try to fix asan test on sanitizer-windowsReid Kleckner
2017-07-28Add end-to-end tests for overflows of byval arguments.Matt Morehouse
2017-07-28Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.Sterling Augustine
2017-07-28[sanitizer-coverage] add a run-time test for -fsanitize-coverage=inline-8bit...Kostya Serebryany
2017-07-28[sancov] Add missing line breaks in test. NFC.Evgeniy Stepanov
2017-07-27[sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov