Skip to content

Commit fa4b619

Browse files
author
MarcoFalke
committed
test: Remove unused valgrind suppressions
1 parent faccb2d commit fa4b619

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

ci/test/00_setup_env_native_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export LC_ALL=C.UTF-8
88

9-
export DOCKER_NAME_TAG="ubuntu:20.04"
9+
export DOCKER_NAME_TAG="ubuntu:22.04"
1010
export CONTAINER_NAME=ci_native_valgrind
1111
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"
1212
export USE_VALGRIND=1

contrib/valgrind.supp

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#
1414
# Note that suppressions may depend on OS and/or library versions.
1515
# Tested on:
16-
# * aarch64 (Ubuntu 20.04 system libs, without gui)
17-
# * x86_64 (Ubuntu 18.04 system libs, without gui)
16+
# * aarch64 (Ubuntu 22.04 system libs, clang, without gui)
17+
# * x86_64 (Ubuntu 22.04 system libs, clang, without gui)
1818
{
1919
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
2020
Memcheck:Leak
@@ -112,12 +112,6 @@
112112
...
113113
fun:GetCoin
114114
}
115-
{
116-
Suppress wcsnrtombs glibc SSE4 warning (could be related: https://stroika.atlassian.net/browse/STK-626)
117-
Memcheck:Addr16
118-
fun:__wcsnlen_sse4_1
119-
fun:wcsnrtombs
120-
}
121115
{
122116
Suppress boost warning
123117
Memcheck:Leak
@@ -128,17 +122,6 @@
128122
fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc
129123
fun:main
130124
}
131-
{
132-
Suppress boost still reachable memory warning
133-
Memcheck:Leak
134-
match-leak-kinds: reachable
135-
fun:_Znwm
136-
...
137-
fun:_M_construct_aux<char*>
138-
fun:_M_construct<char*>
139-
fun:basic_string
140-
fun:path
141-
}
142125
{
143126
Suppress LogInstance still reachable memory warning
144127
Memcheck:Leak

0 commit comments

Comments
 (0)