summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-12[ubsan] Enable debug info in test binariesReid Kleckner
2017-05-12Disable two failing darwin lsan testsFrancis Ricci
2017-05-12[asan/win] Re-enable Win64 asan tests on Win8+Reid Kleckner
2017-05-12Disable two failing darwin lsan testsFrancis Ricci
2017-05-12Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci
2017-05-12[XRay][compiler-rt] Only run custom event logging in x86_64-linuxDean Michael Berris
2017-05-12[XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris
2017-05-11[asan] Test 'strndup_oob_test.cc' added in r302781 fails on the clang-cmake-t...Pierre Gousseau
2017-05-11Renumber test line number expectations after r302783.Benjamin Kramer
2017-05-11[asan] Test 'strndup_oob_test.cc' added in r302781 fails on clang-s390x-linux.Pierre Gousseau
2017-05-11[msan] add a regression test for PR32842Alexander Potapenko
2017-05-11[MSAN] test failed randomly on ARM when XFAILED for MIPSRenato Golin
2017-05-11mips] XFAIL wcsncpy.cc test.Simon Dardis
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-10[XRay] Fix XRay PPC return value bug.Tim Shen
2017-05-10[XRay] Fix the test func-id-utils.cc on PPC.Tim Shen
2017-05-10[mips] XFAIL getpwnam_r_invalid_user.cc testSimon Dardis
2017-05-10[Safestack] Fix the canary test to catch the libc's message regarding stack s...Ivan A. Kosarev
2017-05-09[mips] XFAIL dfsan's custom.cc test on mips64.Simon Dardis
2017-05-09[mips] Remove XFAIL from sanitizer_coverage_no_prune.ccSimon Dardis
2017-05-09[SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.ccUlrich Weigand
2017-05-09[SystemZ] Fix failures after D32542Ulrich Weigand
2017-05-09[compiler-rt][mips] Fix a test for mips.Simon Dardis
2017-05-08[powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64Bill Seurer
2017-05-08[XRay][compiler-rt] XFAIL on ppcDean Michael Berris
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany
2017-05-05[ubsan]: temporarily disable print_stack_trace.cc testAlexander Potapenko
2017-05-05[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64leBill Seurer
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[XRay][compiler-rt] Remove dependency on FileCheck from function id utilities...Dean Michael Berris
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-05[XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2017-05-04[compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis
2017-05-04[XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris
2017-05-03[asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-03Revert my bad winasan coverage test fix and apply one that actually worksReid Kleckner
2017-05-03Speculative fix for WinASan after r301994Reid Kleckner
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-05-02[asan] Mark some more testcases as unsupported on iOS.Kuba Mracek
2017-05-02[asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.Kuba Mracek
2017-05-02[asan] Mark a bunch of tests as unsupported on iOSKuba Mracek
2017-05-02[asan] Disable some Darwin tests that don't work on iOS simulatorKuba Mracek
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-05-02[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany
2017-05-01[sanitizer-coverage] remove more stale codeKostya Serebryany
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany