summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-09-20[asan] Resolve FIXME by converting gtest into lit testVitaly Buka
2017-09-19[mips][compiler-rt] UnXFAIL test.Simon Dardis
2017-09-19[ubsan-minimal] Test exported symbol set against RTUBsanVedant Kumar
2017-09-19[ubsan-minimal] Make the interface more compatible with RTUBSanVedant Kumar
2017-09-19[profile] Update Linux-only tests after r313597Vedant Kumar
2017-09-18[scudo] Additional modifications for Android tests supportKostya Kortchinsky
2017-09-18[ubsan] Fix interface_symbols_windows testVitaly Buka
2017-09-18[cmake] Make it possible to build and test profile without sanitizersVedant Kumar
2017-09-18[scudo] Android build supportKostya Kortchinsky
2017-09-18[XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris
2017-09-17Mark various failing tests with "UNSUPPORTED: ios".Kuba Mracek
2017-09-16[sanitizer] Fix check for i386 Android in lit testsVitaly Buka
2017-09-16[sanitizer] Disable sanitizer test which already fails on Android i386Vitaly Buka
2017-09-16[sanitizer] Support check-asan on AndroidVitaly Buka
2017-09-16[sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka
2017-09-16[builtins] Remove one more missed not-androidVitaly Buka