From bd3bd91ba8031ad42421115f54b5ff7517e583ea Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 3 Dec 2024 10:57:03 +0100 Subject: [PATCH] Update valgrind suppressions (#2616) --- python/tests/valgrind-python.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/python/tests/valgrind-python.supp b/python/tests/valgrind-python.supp index 93fd8614de..eea8347d27 100644 --- a/python/tests/valgrind-python.supp +++ b/python/tests/valgrind-python.supp @@ -994,3 +994,15 @@ fun:do_richcompare ... } + + +# https://github.com/crate-py/rpds, via petab->jsonschema +{ + rpds + Memcheck:Leak + match-leak-kinds: definite + fun:realloc + ... + fun:_ZN4rpds* + ... +}