mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-29 23:19:20 +08:00
mdbx-test: revert removal of the vector[...]
pattern to avoid issues from old Valgrind.
Change-Id: Idb16591254cf7f89b5cb9971aef7bb107736ca80
This commit is contained in:
parent
c2c74075e7
commit
0ee51f816e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user