mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
Merge #19159: test: Make valgrind.supp work on aarch64
fab7d954b2
test: Make valgrind.supp work on aarch64 (MarcoFalke) Pull request description: Was easy to fix by simply removing a line ACKs for top commit: practicalswift: ACKfab7d954b2
-- diff looks correct Tree-SHA512: d2d7c6cac453a3177c20e256ec50a03066f8dbf5ae45299077ccf4a2b45a3a40252b1b5fcaf9224a59bb5c3df5bd90ac58af27eb0f47dc87c2640df5b2b460ca
This commit is contained in:
commit
76e64525ff
@ -1,7 +1,5 @@
|
|||||||
# Valgrind suppressions file for Bitcoin.
|
# This valgrind suppressions file includes known Valgrind warnings in our
|
||||||
#
|
# dependencies that cannot be fixed in-tree.
|
||||||
# Includes known Valgrind warnings in our dependencies that cannot be fixed
|
|
||||||
# in-tree.
|
|
||||||
#
|
#
|
||||||
# Example use:
|
# Example use:
|
||||||
# $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
|
# $ valgrind --suppressions=contrib/valgrind.supp src/test/test_bitcoin
|
||||||
@ -14,6 +12,9 @@
|
|||||||
# --error-limit=no src/test/test_bitcoin
|
# --error-limit=no src/test/test_bitcoin
|
||||||
#
|
#
|
||||||
# Note that suppressions may depend on OS and/or library versions.
|
# Note that suppressions may depend on OS and/or library versions.
|
||||||
|
# Tested on:
|
||||||
|
# * aarch64 (Ubuntu 20.04 system libs, without gui)
|
||||||
|
# * x86_64 (Ubuntu 18.04 system libs, without gui)
|
||||||
{
|
{
|
||||||
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
|
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
@ -47,8 +48,7 @@
|
|||||||
Suppress libdb warning
|
Suppress libdb warning
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
pwrite64(buf)
|
pwrite64(buf)
|
||||||
fun:pwrite
|
...
|
||||||
fun:__os_io
|
|
||||||
obj:*/libdb_cxx-*.so
|
obj:*/libdb_cxx-*.so
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user