summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-11-01[fuzzer] Fix threaded stack printingVitaly Buka
2017-11-01Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka
2017-10-31[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-10-31[fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka
2017-10-27[LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov
2017-10-25[libFuzzer] trying to make a test more stable on MacKostya Serebryany
2017-10-25[msan] Intercept __strxfrm_l.Evgeniy Stepanov
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-10-20tsan: add tests missed in r316209Dmitry Vyukov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-17Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov
2017-10-16[cfi] Test cross-dso CFI on Android.Evgeniy Stepanov
2017-10-13[asan] Deflake one test by running it 3 times.Evgeniy Stepanov
2017-10-13[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-13[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany
2017-10-12[sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov
2017-10-12[asan] Disable a flaky test on android.Evgeniy Stepanov
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-11Disable profile tests on Android.Evgeniy Stepanov
2017-10-11[ubsan] Support ubsan-minimal tests on Android.Evgeniy Stepanov
2017-10-11[asan] Tweak test output to diagnose buildbot failures.Evgeniy Stepanov
2017-10-11[sanitizer] Re-disable several tests on Android.Evgeniy Stepanov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-10XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg
2017-10-09[ubsan] Fix Asan internal alloc corruption in PR33221 test.Evgeniy Stepanov
2017-10-09[ubsan] Disable one test on Android.Evgeniy Stepanov
2017-10-07cmake: Fix one more usage of append()Vedant Kumar
2017-10-07[ubsan] Add a static runtime on DarwinVedant Kumar
2017-10-06Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov
2017-10-06[sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov
2017-10-06[asan] Use gold linker in android tests.Evgeniy Stepanov
2017-10-05[libFuzzer] Disable experimental clang coverage support by default.Max Moroz
2017-10-05[cfi] Disable tests with lld on i386.Evgeniy Stepanov
2017-10-05[asan] Add --enable-new-dtags in tests on Android.Evgeniy Stepanov
2017-10-05[asan] Use full binary path in the Android test runner.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-10-05[cfi] Mark a test as unsupported on darwin.Evgeniy Stepanov
2017-10-05[cfi] Test on all available targets.Evgeniy Stepanov
2017-10-04[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-10-04[XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan
2017-10-03Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris