summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-13tsan: fix reading of mutex flagsDmitry Vyukov
2017-06-12[ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar
2017-06-10Mark a sancov test as unsupported on x86_64h-darwinVedant Kumar
2017-06-09Minor clean up of profile rt testsXinliang David Li
2017-06-09[asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko
2017-06-08[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany
2017-06-07Mark the tsan strerror_r test as unsupported on DarwinVedant Kumar
2017-06-07Revert "Fix tsan test for Darwin. NFCI."Vedant Kumar
2017-06-07Fix tsan test for Darwin. NFCI.Vedant Kumar
2017-06-07[tsan]: Fix GNU version of strerror_r interceptorVitaly Buka
2017-06-05[ASan] A speculative attempt to fix a flaky test on ppc64be.Alex Shlyapnikov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-05[asan] Use asan exitcode=0 option to always succeed a test run.Alex Shlyapnikov
2017-06-05Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin
2017-06-04Mark the atos-symbolizer test as unsupported on i386-darwinVedant Kumar
2017-06-04Mark sancov test as unsupported on DarwinVedant Kumar
2017-06-03[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-countersKostya Serebryany
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[ubsan] Runtime support for pointer overflow checkingVedant Kumar
2017-06-01Tighten up test to address bot failure. NFC.Vedant Kumar
2017-06-01Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-05-26[asan] Enable back halt_on_error-torture.cc disabled on PowerPC.Alex Shlyapnikov
2017-05-26[compiler-rt] Don't reset non-default user handler if allow_user_segv_handler...Vitaly Buka
2017-05-26[LSAN-ARM] Marking new test unsupported on ARMHF due to bot failuresRenato Golin
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25[asan] relax sanbox_read_proc_self_maps_test to pass even if unshare() fails.Kostya Serebryany
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci
2017-05-25Disable two more flaky ASan wait* tests temporarily on DarwinAdam Nemet
2017-05-25Add generic __bswap[ds]i2 implementationsDimitry Andric
2017-05-25[powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 beBill Seurer
2017-05-25[PowerPC] Fix test case sem_init_glibc.cc for powerpc64beBill Seurer
2017-05-24Fix negate-overflow.cpp test on Windows after r303440Hans Wennborg
2017-05-23Disable flaky ASan tests temporarily on darwinAdam Nemet
2017-05-22[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-18Fixup r303324 - temporary disable stndup interceptor, due to r302781 being buggyDiana Picus
2017-05-18temporary disable stndup interceptor, due to r302781 being buggyKostya Serebryany
2017-05-17[XRay] Fix __xray_function_address on PPC reguarding local entry points.Tim Shen
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci
2017-05-15[asan] make asan under sandboxes more robustKostya Serebryany
2017-05-15[ubsan] Don't enable debug info in all testsReid Kleckner
2017-05-12[ubsan] Enable debug info in test binariesReid Kleckner