mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 19:14:14 +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
|
# 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
|
# 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
|
pwrite-page-flush-0
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
|
Loading…
x
Reference in New Issue
Block a user