From f7f9eaff95dee49a6cffef522ac8f14c7151442d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 9 Jul 2022 00:29:17 +0300 Subject: [PATCH] mdbx-test: update Valgrind-suppressions for modern GCC. --- test/valgrind_suppress.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/valgrind_suppress.txt b/test/valgrind_suppress.txt index fbaf2bc5..1977becc 100644 --- a/test/valgrind_suppress.txt +++ b/test/valgrind_suppress.txt @@ -4,7 +4,7 @@ msync(start) fun:msync ... - fun:mdbx_sync_locked + fun:mdbx_sync_locked* } { msync-whole-mmap-2 @@ -12,7 +12,7 @@ msync(start) fun:msync ... - fun:mdbx_env_sync_internal + fun:mdbx_env_sync_internal* } { msync-whole-mmap-3 @@ -20,7 +20,7 @@ msync(start) fun:msync ... - fun:mdbx_mapresize + fun:mdbx_mapresize* } { msync-wipe-steady @@ -28,7 +28,7 @@ msync(start) fun:msync ... - fun:mdbx_wipe_steady + fun:mdbx_wipe_steady* } # memcmp() inside mdbx_iov_write() as workaround for todo4recovery://erased_by_github/libmdbx/issues/269