Skip to content

Commit a82437c

Browse files
fanquakesidhujag
authored and
sidhujag
committed
Merge bitcoin#19159: test: Make valgrind.supp work on aarch64
fab7d95 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: ACK fab7d95 -- diff looks correct Tree-SHA512: d2d7c6cac453a3177c20e256ec50a03066f8dbf5ae45299077ccf4a2b45a3a40252b1b5fcaf9224a59bb5c3df5bd90ac58af27eb0f47dc87c2640df5b2b460ca
1 parent 611c885 commit a82437c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contrib/valgrind.supp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Valgrind suppressions file for Syscoin.
2-
#
3-
# Includes known Valgrind warnings in our dependencies that cannot be fixed
4-
# in-tree.
1+
# This valgrind suppressions file includes known Valgrind warnings in our
2+
# dependencies that cannot be fixed in-tree.
53
#
64
# Example use:
75
# $ valgrind --suppressions=contrib/valgrind.supp src/test/test_syscoin
@@ -14,6 +12,9 @@
1412
# --error-limit=no src/test/test_syscoin
1513
#
1614
# Note that suppressions may depend on OS and/or library versions.
15+
# Tested on:
16+
# * aarch64 (Ubuntu 20.04 system libs, without gui)
17+
# * x86_64 (Ubuntu 18.04 system libs, without gui)
1718
{
1819
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
1920
Memcheck:Leak
@@ -47,8 +48,7 @@
4748
Suppress libdb warning
4849
Memcheck:Param
4950
pwrite64(buf)
50-
fun:pwrite
51-
fun:__os_io
51+
...
5252
obj:*/libdb_cxx-*.so
5353
}
5454
{

0 commit comments

Comments
 (0)