summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-07-20[compiler-rt] Include thread ID into sanitizers logsVitaly Buka
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-16[asan] Disable not working new test on WindowsVitaly Buka
2017-07-16[msan] Add missing include for fix test on WindowsVitaly Buka
2017-07-16[tsan] Disable test with debug runtimeVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar