]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: suppress LeakSanitizer reports of known leaks
authorKefu Chai <tchaikov@gmail.com>
Sun, 24 Mar 2024 15:20:38 +0000 (23:20 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 26 Mar 2024 23:35:28 +0000 (07:35 +0800)
commit02155b4ffc34c530cd42b8bc4c10540426df75e2
treefa0edf9ac1f80ae962b19488e6b7b891855d6112
parenta837f494b5a82555313e7424adfaee96910a4673
cmake: suppress LeakSanitizer reports of known leaks

there are known leaks, which are tracked by qa/lsan.suppr, in Ceph.
so let's reuse it so we don't see them when running unit test with
ASan enabled.

see also https://clang.llvm.org/docs/AddressSanitizer.html#issue-suppression

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
cmake/modules/AddCephTest.cmake