mdbx-test: remote obsolete vector[...] pattern from Valgrind's suppressions.

Related to https://github.com/erthink/libmdbx/issues/82

Change-Id: I603b9ffe55692af430b2dcbc577a9e7055fce3d5
This commit is contained in:
Leonid Yuriev 2020-05-03 20:42:50 +03:00
parent 6a38111528
commit 051d9e6f91

View File

@ -14,14 +14,6 @@
...
fun:mdbx_env_sync_internal
}
{
pwrite-page-flush
Memcheck:Param
pwritev(vector[...])
fun:pwritev
...
fun:mdbx_page_flush
}
# modern Valgrind don't support the `vector[...]` pattern
# for((i=0;i<64;++i)); do echo -e "{\n pwrite-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_page_flush\n}"; done >> valgrind_suppress.txt