diff --git a/test/valgrind_suppress.txt b/test/valgrind_suppress.txt index bc43aa8f..a72a6bfa 100644 --- a/test/valgrind_suppress.txt +++ b/test/valgrind_suppress.txt @@ -50,16 +50,15 @@ } # modern Valgrind don't support the `vector[...]` pattern +#{ +# pwritev-page-flush +# Memcheck:Param +# pwritev(vector[...]) +# fun:pwritev +# ... +# fun:mdbx_iov_write* +#} # for((i=0;i<64;++i)); do echo -e "{\n pwritev-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_iov_write*\n}"; done >> valgrind_suppress.txt - -{ - pwritev-page-flush - Memcheck:Param - pwritev(vector[...]) - fun:pwritev - ... - fun:mdbx_iov_write* -} { pwritev-page-flush-0 Memcheck:Param