summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-07-25[ubsan] Update a test missed in r309008, NFCVedant Kumar
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky
2017-07-25[ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar
2017-07-25Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2017-07-24Splitting out test for Darwin for print-stack-trace:George Karpenkov
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-07-24[scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky
2017-07-21Remove Bitrig: CompilerRT ChangesErich Keane
2017-07-21[XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris
2017-07-20[tsan] Update unittest for logging changes of r308637Vitaly Buka
2017-07-20[asan] Update unittest for changes in logging r308637Vitaly Buka