]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: ignore libicu leaks
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 24 Feb 2025 20:56:54 +0000 (15:56 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 17 Mar 2025 19:43:20 +0000 (15:43 -0400)
These are likely spurious and not interesting.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 0e9cdbe0abc839426b73f379efff26f6adb31105)

qa/valgrind.supp

index 254e2d55eb8b49eb6768ac80862de1f40daf63a3..3d78f586ea04cf8b107378664b62fe9a88e7992b 100644 (file)
    fun:_dl_init
    ...
 }
+{
+   client icu leaks
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc
+   obj:/usr/lib64/libicuuc.so.67.1
+   ...
+}