summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-09-11[ubsan-minimal] Enable on DarwinVedant Kumar
2017-09-11[ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with o...Vitaly Buka
2017-09-11[ubsan] Save binary name before parsing optionsVitaly Buka
2017-09-11[scudo] Fix improper TSD init after TLS destructors are calledKostya Kortchinsky
2017-09-11[asan] Include asan-dynamic into check-allVitaly Buka
2017-09-09[asan] Fix tests broken by r312858Vitaly Buka
2017-09-09[ubsan] Enable UBsan in sanitizer_common testsVitaly Buka
2017-09-09[compiler-rt] Move allow_user_segv.cc into sanitizer_commonVitaly Buka
2017-09-09[asan] Use more generic string in error messageVitaly Buka
2017-09-08Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"Francis Ricci
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci
2017-09-07[libFuzzer] simplify CustomCrossOverTest even moreKostya Serebryany
2017-09-07[libFuzzer] simplify CustomCrossOverTest a bit moreKostya Serebryany
2017-09-07[libFuzzer] simplify and re-enable CustomCrossOverTestKostya Serebryany
2017-09-06[compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis
2017-09-05[libFuzzer] remporary disable an unstable testKostya Serebryany
2017-09-05[msan] Check sigset_t and sigaction arguments.Evgeniy Stepanov
2017-09-01[libFuzzer] use more iterations for a testKostya Serebryany
2017-09-01[libFuzzer] Enable 8-bit counters test on macOSGeorge Karpenkov
2017-08-31Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."Evgeniy Stepanov
2017-08-31[ubsan] Make check-ubsan depend on check-ubsan-minimal.Evgeniy Stepanov
2017-08-31[ubsan] Give ubsan-minimal lit test suite a name.Evgeniy Stepanov
2017-08-31[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-30Add NetBSD support in test/tsan/thread_name*.ccKamil Rytarowski
2017-08-30[fuzzer] Don't enable tests when the fuzzer isn't builtVedant Kumar
2017-08-29Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-29[asan] Add use-after-scope test which fails because of bug in clangVitaly Buka
2017-08-29Disable ubsan-minimal on Darwin.Evgeniy Stepanov
2017-08-29[libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany
2017-08-29Minimal runtime for UBSan.Evgeniy Stepanov
2017-08-29[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-28[libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-28[libFuzzer] Exclude a test failing on OS X.George Karpenkov
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