aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMicky Yun Chan <michan@redhat.com>2019-12-18 14:54:25 +0800
committerMicky Yun Chan <michan@redhat.com>2020-01-25 15:51:35 +0800
commit2d23082cbe4641175d752a5969f67cdadf1afcea (patch)
tree99c97bfda49497de34cbda28efd44cd1ae606170 /contrib
parent6fef85bfa3cd7f76e83b8b57f9e4acd63eb664ec (diff)
downloadbitcoin-2d23082cbe4641175d752a5969f67cdadf1afcea.tar.xz
bump test timeouts so that functional tests run in valgrind
Diffstat (limited to 'contrib')
-rw-r--r--contrib/valgrind.supp13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
index f232bb62c2..744b8ee70f 100644
--- a/contrib/valgrind.supp
+++ b/contrib/valgrind.supp
@@ -184,3 +184,16 @@
...
fun:_ZN5BCLog6Logger12StartLoggingEv
}
+{
+ Suppress BCLog::Logger::StartLogging() still reachable memory warning
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ ...
+ fun:_ZN5BCLog6Logger12StartLoggingEv
+}
+{
+ Suppress rest_blockhash_by_height Conditional jump or move depends on uninitialised value(s)
+ Memcheck:Cond
+ fun:_ZL24rest_blockhash_by_heightP11HTTPRequestRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
+}