Skip to content

Commit

Permalink
Merge bitcoin#20745: qa: Correct epoll_ctl data race suppression
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarcoFalke authored and UdjinM6 committed Oct 28, 2022
1 parent 129ca73 commit da942c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/sanitizer_suppressions/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ deadlock:src/qt/test/*
# External libraries
deadlock:libdb
race:libzmq
race:epoll_ctl # https://github.com/bitcoin/bitcoin/pull/20218

# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
race:epoll_ctl

0 comments on commit da942c3

Please sign in to comment.