summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-07-13Fix broken testXinliang David Li
2017-07-12[asan] Avoid recompilation of the same code in the testVitaly Buka
2017-07-12[PGO] Add a test for 2-deep loop nestXinliang David Li
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
2017-07-12tsan: add test for __tsan_java_findDmitry Vyukov
2017-07-10Fix-up for r307537: We need to #include stdint.h to get int32_t.Kuba Mracek
2017-07-10Fixup whitespace.Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-07-07Revert r307342, r307343.Evgeniy Stepanov
2017-07-07[asan] Add end-to-end tests for overflows of byval arguments.Evgeniy Stepanov
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-07-01fix trivial typo; NFCHiroshi Inoue
2017-07-01[asan] This Android lit workaround should not be needed as bug is fixedVitaly Buka
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka
2017-06-30[asan] Disable test which fails on Android x86Vitaly Buka
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov