summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-07-01fix trivial typo; NFCHiroshi Inoue
2017-07-01[asan] This Android lit workaround should not be needed as bug is fixedVitaly Buka
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka
2017-06-30[asan] Disable test which fails on Android x86Vitaly Buka
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-30[objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek
2017-06-30fix trivial typos, NFCHiroshi Inoue
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29Revert "[asan] Control location of symbolizer on device using ANDROID_SYMBOLI...Vitaly Buka
2017-06-29[asan] Control location of symbolizer on device using ANDROID_SYMBOLIZER_PATHVitaly Buka
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29[asan] Fix try to fix test on AndroidVitaly Buka
2017-06-29[asan] Disable tests which do no work on AndroidVitaly Buka
2017-06-29[asan] This test now passesVitaly Buka
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris
2017-06-28[XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris
2017-06-28Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin. They used to be flaky...Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-27Don't double-include cfi tests on linuxFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-26[asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 a...Kuba Mracek
2017-06-26[esan] Disable flaky tests for PR33590Derek Bruening
2017-06-25[PGO] Implementate profile counter regiser promotion (test case)Xinliang David Li
2017-06-24[asan] Regression test for PR33372Vitaly Buka
2017-06-23[ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar
2017-06-21[sanitizer-coverage] Stop marking this test as unsupported on DarwinJustin Bogner
2017-06-21Revert "[compiler-rt] Don't reset non-default user handler if allow_user_segv...Vitaly Buka
2017-06-21[asan] Fix android compiler wrapper lost in r301617.Evgeniy Stepanov
2017-06-20[ASan] Disable allocator_oom_test.cc on s390Alex Shlyapnikov
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-06-19[XRay][compiler-rt][NFC] Add a test for both arg1 and arg0 handling in the sa...Dean Michael Berris
2017-06-16[Sanitizers] Fix allocator OOM test on Windows.Alex Shlyapnikov
2017-06-16[Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov
2017-06-16Add test for logging the implicit "this" argument for C++ member functions.Dean Michael Berris
2017-06-16[cfi] Enable icall tests with thinlto.Evgeniy Stepanov
2017-06-15[ubsan] Fix a faulty memory accessibility checkVedant Kumar
2017-06-15[asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka
2017-06-13tsan: fix reading of mutex flagsDmitry Vyukov