mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 16:14:12 +08:00
mdbx-test: remove vector[...]
from Valgrind's suppressions.
This commit is contained in:
parent
d65305564f
commit
c7e05f63e6
@ -50,16 +50,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
# modern Valgrind don't support the `vector[...]` pattern
|
# modern Valgrind don't support the `vector[...]` pattern
|
||||||
|
#{
|
||||||
|
# pwritev-page-flush
|
||||||
|
# Memcheck:Param
|
||||||
|
# pwritev(vector[...])
|
||||||
|
# fun:pwritev
|
||||||
|
# ...
|
||||||
|
# fun:mdbx_iov_write*
|
||||||
|
#}
|
||||||
# for((i=0;i<64;++i)); do echo -e "{\n pwritev-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_iov_write*\n}"; done >> valgrind_suppress.txt
|
# for((i=0;i<64;++i)); do echo -e "{\n pwritev-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_iov_write*\n}"; done >> valgrind_suppress.txt
|
||||||
|
|
||||||
{
|
|
||||||
pwritev-page-flush
|
|
||||||
Memcheck:Param
|
|
||||||
pwritev(vector[...])
|
|
||||||
fun:pwritev
|
|
||||||
...
|
|
||||||
fun:mdbx_iov_write*
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
pwritev-page-flush-0
|
pwritev-page-flush-0
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
|
Loading…
x
Reference in New Issue
Block a user