Skip to content

Commit

Permalink
Merge bitcoin#24390: test: Remove suppression no longer needed with h…
Browse files Browse the repository at this point in the history
…eaders-only Boost.Test

81738d2 test: Remove suppression no longer needed with headers-only Boost.Test (Hennadii Stepanov)

Pull request description:

  It appears, that moving to [headers-only](bitcoin#24301) Boost.Test makes the removed suppression unneeded even without [bumping](bitcoin#24383) boost version.

ACKs for top commit:
  MarcoFalke:
    cr ACK 81738d2

Tree-SHA512: e60443f79a2e38cc78fceeff5c2956d622e8a10730129f9c27c14aef59bc6fa0894b8011e6191530443bf3165f78da978bc08ad04248ddb65e2da373264afa6a
  • Loading branch information
fanquake authored and PastaPastaPasta committed Mar 25, 2024
1 parent 51630d2 commit d5d1a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/sanitizer_suppressions/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ race:InterruptRPC
race:src/qt/test/*
deadlock:src/qt/test/*

# Race in src/test/main.cpp
# Can be removed once upgraded to boost test 1.74 in depends
race:validation_chainstatemanager_tests

# External libraries
deadlock:libdb
race:libzmq
Expand Down

0 comments on commit d5d1a71

Please sign in to comment.