summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-10-02Use %run for running CFI testsFilipe Cabecinhas
2017-10-02[cmake] Add a separate CMake var to control profile runtimeMichal Gorny
2017-09-28tsan: handle signals in pause callDmitry Vyukov
2017-09-28[XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan
2017-09-27ASan allocates a global data initialization array at the tail end of eachDmitry Mikulin
2017-09-27[scudo] Temporary disabling the valloc test on armhfKostya Kortchinsky
2017-09-26[mips][asan] Fix preinstalled_signal.cc test for mipsSimon Dardis
2017-09-25[mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64.Simon Dardis
2017-09-23[ubsan] Fix assert.cc test by compiling it as C++Vitaly Buka
2017-09-23[ubsan] Support signal specific options in ubsanVitaly Buka
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-22[lsan] Deadly signal handler for lsanVitaly Buka
2017-09-22Deflake the "xpc-race.mm" test.Kuba Mracek
2017-09-22[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966Maxim Ostapenko
2017-09-22[asan/lsan] Trying to fix buildbots after r313966Maxim Ostapenko
2017-09-22[asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko
2017-09-21[asan] Remove trailing spacesVitaly Buka
2017-09-21[asan] Remove "COLLISION" workaround for datarace in asanVitaly Buka
2017-09-21[asan] Remove "rm -f" in tests where it was needed only because of >>Vitaly Buka
2017-09-20[asan] Fix nested error detectionVitaly Buka
2017-09-20[asan] Try to fix windows test by fflush(stderr)Vitaly Buka