[PATCH] D129385: [lsan][Darwin] Scan libdispatch heap
Leonard Grey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 12:43:46 PDT 2022
lgrey added a comment.
In D129385#3639506 <https://reviews.llvm.org/D129385#3639506>, @yln wrote:
> Does this fix the `check-lsan` and `check-asan` targets (currently many tests are failing there on macOS Beta 13)?
> Thanks!
To be perfectly honest, I'm not sure since the objc runtime issues are masking everything else! I'm going to send a separate change to suppress those and get back to you :) (For context, I'm working on enabling LSAN for Mac Chromium, so there's probably a few more of these in the pipeline).
Are there any public builders running these suites on 13? My 13 machine doesn't have a dev environment so I'd be curious to see if there's anything happening beyond what I'm seeing on 11/12.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129385/new/
https://reviews.llvm.org/D129385
More information about the llvm-commits
mailing list