mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
test: Remove spurious double lock tsan suppressions by bumping to clang-12
This commit is contained in:
parent
a1f0b8b62e
commit
fadbd99885
3 changed files with 3 additions and 21 deletions
|
@ -120,10 +120,10 @@ task:
|
||||||
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[depends, sanitizers: thread (TSan), no gui] [focal]'
|
name: '[depends, sanitizers: thread (TSan), no gui] [hirsute]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:hirsute
|
||||||
cpu: 6 # Increase CPU and Memory to avoid timeout
|
cpu: 6 # Increase CPU and Memory to avoid timeout
|
||||||
memory: 24G
|
memory: 24G
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export CONTAINER_NAME=ci_native_tsan
|
export CONTAINER_NAME=ci_native_tsan
|
||||||
export DOCKER_NAME_TAG=ubuntu:20.04
|
export DOCKER_NAME_TAG=ubuntu:hirsute
|
||||||
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
|
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
|
||||||
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
|
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
|
|
|
@ -3,25 +3,7 @@
|
||||||
#
|
#
|
||||||
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
||||||
|
|
||||||
# double locks (TODO fix)
|
|
||||||
mutex:g_genesis_wait_mutex
|
|
||||||
mutex:Interrupt
|
|
||||||
mutex:CThreadInterrupt
|
|
||||||
mutex:CConnman::Interrupt
|
|
||||||
mutex:CConnman::WakeMessageHandler
|
|
||||||
mutex:CConnman::ThreadOpenConnections
|
|
||||||
mutex:CConnman::ThreadOpenAddedConnections
|
|
||||||
mutex:CConnman::SocketHandler
|
|
||||||
mutex:UpdateTip
|
|
||||||
mutex:PeerManagerImpl::UpdatedBlockTip
|
|
||||||
mutex:g_best_block_mutex
|
|
||||||
|
|
||||||
# race (TODO fix)
|
# race (TODO fix)
|
||||||
race:CConnman::WakeMessageHandler
|
|
||||||
race:CConnman::ThreadMessageHandler
|
|
||||||
race:fHaveGenesis
|
|
||||||
race:ProcessNewBlock
|
|
||||||
race:ThreadImport
|
|
||||||
race:LoadWallet
|
race:LoadWallet
|
||||||
race:WalletBatch::WriteHDChain
|
race:WalletBatch::WriteHDChain
|
||||||
race:BerkeleyBatch
|
race:BerkeleyBatch
|
||||||
|
|
Loading…
Add table
Reference in a new issue