From faa835e7e564536fb0589ec94d3f85042a1f9cd8 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 30 Dec 2022 08:59:55 +0100 Subject: [PATCH] Revert "test: Drop no longer needed `race:epoll_ctl` TSan suppression" This reverts commit a3f5e541523a843e834df1858e16f89188fe19a2. --- test/sanitizer_suppressions/tsan | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index 0e6a429f35..d331991273 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -35,5 +35,8 @@ race:libzmq # https://github.com/bitcoin/bitcoin/issues/20618 race:CZMQAbstractPublishNotifier::SendZmqMessage +# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745 +race:epoll_ctl + # https://github.com/bitcoin/bitcoin/issues/23366 race:std::__1::ios_base::*