mdbx-test: remove vector[...] from Valgrind's suppressions.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2021-07-08 11:41:07 +03:00 committed by Leonid Yuriev
parent d65305564f
commit c7e05f63e6

View File

@ -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