summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-14Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-14Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka
2016-07-12Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-11[tsan] Add support for GCD IO channels on DarwinKuba Brecka
2016-07-09test: Use %clangxx in objc++ test filesSaleem Abdulrasool
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2016-07-08Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea
2016-07-08Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-08Revert r274865-r274870Alina Sbirlea
2016-07-08Add default initialization. Add unit test.Alina Sbirlea
2016-07-07[tsan] Avoid false positives with GCD data callbacksKuba Brecka
2016-07-07[esan|cfrag] Handle binaries built with -esan-aux-field-info=falseQin Zhao
2016-07-06[esan|wset] Ensure SIGSEGV is not blockedDerek Bruening
2016-07-06[esan|wset] Further reduce flakiness of sampling testDerek Bruening
2016-07-06[tsan] Fix false positives with GCD dispatch_source_*Kuba Brecka
2016-07-06Attempt to reduce flakiness in workingset-samples.cppDavid Majnemer
2016-07-05[asan] Update tests according to r274578Ryan Govostes
2016-07-05[tsan] Synchronize leaving a GCD group with notificationsKuba Brecka
2016-07-05[tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...Kuba Brecka
2016-07-02[esan|cfrag] Add struct array access reportQin Zhao
2016-07-01[tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka
2016-06-30[compiler-rt] Fix broken unittest using alloca on MSVC.Etienne Bergeron
2016-06-29[tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka
2016-06-28[msan] Fix handling of padding in sendmsg control data.Evgeniy Stepanov
2016-06-28Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj...Kuba Brecka
2016-06-27[tsan] Add HB edges for GCD barrier blocksKuba Brecka
2016-06-27[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...Kuba Brecka
2016-06-27Move -ldl to the correct compiler invocationRyan Govostes
2016-06-26[tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka
2016-06-25cfi: Start testing CFI in both standalone and devirtualization modes.Peter Collingbourne
2016-06-24[msan] Intercept eventfd_read, eventfd_write.Evgeniy Stepanov
2016-06-24[sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov
2016-06-24[asan] Improve global-registration.c testRyan Govostes
2016-06-24cfi: Apply pass rename to tests.Peter Collingbourne
2016-06-24[msan] Fix syscall handlers for pipe, pipe2, socketpair.Evgeniy Stepanov
2016-06-24fix a test bug when executed remotedlyXinliang David Li
2016-06-24Change shared library load path to appease Android botRyan Govostes
2016-06-23[asan] Add failure logging to global-registration.c test caseRyan Govostes
2016-06-22[asan] Fix global-registration.c on LinuxRyan Govostes
2016-06-22[asan] Relax a flaky invalid-pointer-pairs testAnna Zaks
2016-06-22[asan] Add a test case for global registrationRyan Govostes
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-06-20[msan] Don't check dstaddr in sendto() interceptor.Evgeniy Stepanov
2016-06-20[msan] Allow uninitialized padding in struct msghdr.Evgeniy Stepanov
2016-06-20Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov
2016-06-17[esan|cfrag] Add the struct field size array in StructInfoQin Zhao
2016-06-17[msan] Intercept send/sendto/sendmsg.Evgeniy Stepanov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-15Merge two coverage tests undef UBSan into one.Evgeniy Stepanov