ci(amd64/clang/lsan): add suppression rules for dlopen/close and xlib
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-10-08 10:21:47 +03:30
parent 07a3dfcb36
commit 23d84c251a
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,8 @@ cmake . \
-Wl,-rpath,/libcxx_lsan/lib" \
&& cmake --build ./build -j`nproc`
export LSAN_OPTIONS='suppressions=./tools/ci/amd64/clang/lsan.supp'
for test in $(find ./build -type f -name '*_tests' -executable); do
echo "Running $test"
"$test"

View file

@ -0,0 +1,3 @@
leak:libX11
leak:_dlopen
leak:_dlclose