mdbx-test: revert removal of the vector[...] pattern to avoid issues from old Valgrind.

Change-Id: Idb16591254cf7f89b5cb9971aef7bb107736ca80
This commit is contained in:
Leonid Yuriev 2020-05-14 01:43:50 +03:00
parent c2c74075e7
commit 0ee51f816e

View File

@ -18,6 +18,14 @@
# 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
{
pwrite-page-flush
Memcheck:Param
pwritev(vector[...])
fun:pwritev
...
fun:mdbx_page_flush
}
{
pwrite-page-flush-0
Memcheck:Param