summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-09-16[asan] Remove not-androidVitaly Buka
2017-09-16[asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka
2017-09-15[libFuzzer] add linux-specific test for gc-sectionsKostya Serebryany
2017-09-15[libFuzzer] test fixKostya Serebryany
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-09-15cfi: Enable ThinLTO tests on Windows.Peter Collingbourne
2017-09-15[sanitizer] Simplify checks in allow_user_segv.ccVitaly Buka
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15[lsan] Disable clang-format on few RUN: statementsVitaly Buka
2017-09-14[scudo] Fix bad request handling when allocator has not been initializedKostya Kortchinsky
2017-09-14Revert "[mips] Fix sem_init_glibc test for MIPS."Simon Dardis
2017-09-14[asan] Disable two dynamic tests on armhfVitaly Buka
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-09-14[mips] Fix sem_init_glibc test for MIPS.Simon Dardis