mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
test: Remove unused valgrind suppressions
This commit is contained in:
parent
faccb2d7fe
commit
fa4b61911d
2 changed files with 3 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export DOCKER_NAME_TAG="ubuntu:20.04"
|
export DOCKER_NAME_TAG="ubuntu:22.04"
|
||||||
export CONTAINER_NAME=ci_native_valgrind
|
export CONTAINER_NAME=ci_native_valgrind
|
||||||
export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
|
export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
|
||||||
export USE_VALGRIND=1
|
export USE_VALGRIND=1
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
#
|
#
|
||||||
# Note that suppressions may depend on OS and/or library versions.
|
# Note that suppressions may depend on OS and/or library versions.
|
||||||
# Tested on:
|
# Tested on:
|
||||||
# * aarch64 (Ubuntu 20.04 system libs, without gui)
|
# * aarch64 (Ubuntu 22.04 system libs, clang, without gui)
|
||||||
# * x86_64 (Ubuntu 18.04 system libs, without gui)
|
# * x86_64 (Ubuntu 22.04 system libs, clang, 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
|
||||||
|
@ -112,12 +112,6 @@
|
||||||
...
|
...
|
||||||
fun:GetCoin
|
fun:GetCoin
|
||||||
}
|
}
|
||||||
{
|
|
||||||
Suppress wcsnrtombs glibc SSE4 warning (could be related: https://stroika.atlassian.net/browse/STK-626)
|
|
||||||
Memcheck:Addr16
|
|
||||||
fun:__wcsnlen_sse4_1
|
|
||||||
fun:wcsnrtombs
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
Suppress boost warning
|
Suppress boost warning
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
@ -128,17 +122,6 @@
|
||||||
fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc
|
fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc
|
||||||
fun:main
|
fun:main
|
||||||
}
|
}
|
||||||
{
|
|
||||||
Suppress boost still reachable memory warning
|
|
||||||
Memcheck:Leak
|
|
||||||
match-leak-kinds: reachable
|
|
||||||
fun:_Znwm
|
|
||||||
...
|
|
||||||
fun:_M_construct_aux<char*>
|
|
||||||
fun:_M_construct<char*>
|
|
||||||
fun:basic_string
|
|
||||||
fun:path
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
Suppress LogInstance still reachable memory warning
|
Suppress LogInstance still reachable memory warning
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
|
Loading…
Add table
Reference in a new issue