File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ task:
120
120
FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
121
121
122
122
task :
123
- name : ' [depends, sanitizers: thread (TSan), no gui] [focal ]'
123
+ name : ' [depends, sanitizers: thread (TSan), no gui] [hirsute ]'
124
124
<< : *GLOBAL_TASK_TEMPLATE
125
125
container :
126
- image : ubuntu:focal
126
+ image : ubuntu:hirsute
127
127
cpu : 6 # Increase CPU and Memory to avoid timeout
128
128
memory : 24G
129
129
env :
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_tsan
10
- export DOCKER_NAME_TAG=ubuntu:20.04
10
+ export DOCKER_NAME_TAG=ubuntu:hirsute
11
11
export PACKAGES=" clang llvm libc++abi-dev libc++-dev python3-zmq"
12
12
export DEP_OPTS=" CC=clang CXX='clang++ -stdlib=libc++'"
13
13
export GOAL=" install"
Original file line number Diff line number Diff line change 3
3
#
4
4
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
5
5
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
-
19
6
# race (TODO fix)
20
- race:CConnman::WakeMessageHandler
21
- race:CConnman::ThreadMessageHandler
22
- race:fHaveGenesis
23
- race:ProcessNewBlock
24
- race:ThreadImport
25
7
race:LoadWallet
26
8
race:WalletBatch::WriteHDChain
27
9
race:BerkeleyBatch
You can’t perform that action at this time.
0 commit comments