mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
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:
parent
6a38111528
commit
051d9e6f91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user