aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-11 15:44:52 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-11 15:45:19 +0100
commit179ece42734a126ee0b9b7b62feedb4011995eff (patch)
tree997753933ad9418f3662176b8e67d4e2f234e5ce /test
parent155bf91c3b66e3ec9f870d8161e1a3c9a5c23251 (diff)
parentfa949b3c1325693ea7ecc5556b2de50d2a6c9ead (diff)
downloadbitcoin-179ece42734a126ee0b9b7b62feedb4011995eff.tar.xz
Merge #20218: test: Suppress epoll_ctl data race
fa949b3c1325693ea7ecc5556b2de50d2a6c9ead test: Suppress epoll_ctl data race (MarcoFalke) Pull request description: Happens intermittently: https://cirrus-ci.com/task/5462892373868544?command=ci#L5385 ACKs for top commit: hebasto: ACK fa949b3c1325693ea7ecc5556b2de50d2a6c9ead, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: d5aa559fc105053da594531722f2a03d898eadeb4413c3a728fc5116cc4d1a2c16c49649a24c75ea810e4ec6bb9728b0bcd2ea991886bb9d206170218eddf6d2
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_suppressions/tsan1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan
index 625085c55b..c07f405944 100644
--- a/test/sanitizer_suppressions/tsan
+++ b/test/sanitizer_suppressions/tsan
@@ -47,3 +47,4 @@ deadlock:src/qt/test/*
# External libraries
deadlock:libdb
race:libzmq
+race:epoll_ctl # https://github.com/bitcoin/bitcoin/pull/20218