summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-09[libFuzzer] Disable print-func.test on Darwin.Matt Morehouse
2018-05-08[libFuzzer] Guard symbolization with try-lock.Matt Morehouse
2018-05-04[XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-05-03Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."Volodymyr Sapsai
2018-05-03Follow-up to r331378. Update tests to allow to use C atomics in C++.Volodymyr Sapsai
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-04-27tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov
2018-04-26[asan] Align __asan_global_start so that it works with LLDReid Kleckner
2018-04-25Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky
2018-04-25Finetune supported arches for the tests added in r330840Petar Jovanovic
2018-04-25[mips] Implement GetWriteFlag() for mipsPetar Jovanovic
2018-04-20asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2018-04-18[HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov
2018-04-13[tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek
2018-04-13[asan] Reduce flakiness in stack-overflow detectionKuba Mracek
2018-04-10[compiler-rt][asan][mips] UnXFAIL some consistently passing testsSimon Dardis
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-09shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2018-04-06[compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis
2018-04-04[asan] Fix aligned_alloc test caseKostya Kortchinsky
2018-04-04Add simple runtime tests for shadowcallstackVlad Tsyrklevich
2018-04-02[profile] Move newly added test to the supported platformRong Xu
2018-04-02[profile] Fix value profile runtime merging issuesRong Xu
2018-03-30[ASan] Disable new ASan error reporting tests on various ARMs.Alex Shlyapnikov
2018-03-29[asan] Split the `throw_invoke_test.cc` into a Linux specific variantDan Liew
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on PPC64.Alex Shlyapnikov
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on ppc64beAlex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc test on gcc.Alex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc on Android.Alex Shlyapnikov
2018-03-28[ASan] Add aligned_alloc declaration to aligned_alloc-alignment.cc test.Alex Shlyapnikov
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-27[HWASan] Make use-after-free c, not c++ test.Alex Shlyapnikov
2018-03-27[libFuzzer] Disable optimization for exit_on_src_pos.test.Matt Morehouse
2018-03-27[libFuzzer] Place volatile after pointer types.Matt Morehouse
2018-03-27[HWASan] Relax use-after-free.cc test matching rules.Alex Shlyapnikov
2018-03-27Revert "[asan] Replace vfork with fork."Evgeniy Stepanov
2018-03-26[libFuzzer] Do not optimize minimize_two_crashes.test.Matt Morehouse
2018-03-26[sanitizer] Make test compatible with DarwinVitaly Buka
2018-03-24Mmap interceptor providing mprotect supportVitaly Buka
2018-03-24[HWASan] Fix use-after-free.cc test on x86-64Alex Shlyapnikov
2018-03-23[libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.Matt Morehouse
2018-03-23FreeBSD sanitizer common, intercept couple of more functionsVitaly Buka
2018-03-23Revert "Mmap interceptor providing mprotect support"Vitaly Buka
2018-03-23Mmap interceptor providing mprotect supportVitaly Buka
2018-03-21Mmap interceptor new option, Write Exec runtime detectorVitaly Buka