Skip to content

Commit 972d056

Browse files
MarcoFalkepull[bot]
MarcoFalke
authored andcommitted
test: Remove spurious double lock tsan suppressions by bumping to clang-12
1 parent d09cac0 commit 972d056

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ task:
120120
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
121121

122122
task:
123-
name: '[depends, sanitizers: thread (TSan), no gui] [focal]'
123+
name: '[depends, sanitizers: thread (TSan), no gui] [hirsute]'
124124
<< : *GLOBAL_TASK_TEMPLATE
125125
container:
126-
image: ubuntu:focal
126+
image: ubuntu:hirsute
127127
cpu: 6 # Increase CPU and Memory to avoid timeout
128128
memory: 24G
129129
env:

ci/test/00_setup_env_native_tsan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_native_tsan
10-
export DOCKER_NAME_TAG=ubuntu:20.04
10+
export DOCKER_NAME_TAG=ubuntu:hirsute
1111
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
1212
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
1313
export GOAL="install"

test/sanitizer_suppressions/tsan

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,7 @@
33
#
44
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
55

6-
# double locks (TODO fix)
7-
mutex:g_genesis_wait_mutex
8-
mutex:Interrupt
9-
mutex:CThreadInterrupt
10-
mutex:CConnman::Interrupt
11-
mutex:CConnman::WakeMessageHandler
12-
mutex:CConnman::ThreadOpenConnections
13-
mutex:CConnman::ThreadOpenAddedConnections
14-
mutex:CConnman::SocketHandler
15-
mutex:UpdateTip
16-
mutex:PeerManagerImpl::UpdatedBlockTip
17-
mutex:g_best_block_mutex
18-
196
# race (TODO fix)
20-
race:CConnman::WakeMessageHandler
21-
race:CConnman::ThreadMessageHandler
22-
race:fHaveGenesis
23-
race:ProcessNewBlock
24-
race:ThreadImport
257
race:LoadWallet
268
race:WalletBatch::WriteHDChain
279
race:BerkeleyBatch

0 commit comments

Comments
 (0)