Skip to content

Commit da942c3

Browse files
MarcoFalkeUdjinM6
authored andcommitted
Merge bitcoin#20745: qa: Correct epoll_ctl data race suppression
d71e29e qa: Correct epoll_ctl data race suppression (Hennadii Stepanov) Pull request description: Fixup of bitcoin#20218. Comments must start from the beginning of the line. ACKs for top commit: MarcoFalke: review ACK d71e29e Tree-SHA512: 4d8663ab505c347bcb62c2f118656e3343d5179825be0d1b86761ffdfdae1e7462002bf226a54dfc94be5885ce7f2633abaf70421ea35bf06eddad8e99fb9683
1 parent 129ca73 commit da942c3

File tree

1 file changed

+3
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-1
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ deadlock:src/qt/test/*
2323
# External libraries
2424
deadlock:libdb
2525
race:libzmq
26-
race:epoll_ctl # https://github.com/bitcoin/bitcoin/pull/20218
26+
27+
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
28+
race:epoll_ctl

0 commit comments

Comments
 (0)