Skip to content

Commit

Permalink
Remove TSAN suppresion in P2PTransport
Browse files Browse the repository at this point in the history
The error seems to have been fixed in an intervening refactoring.

Bug: chromium:348982
Change-Id: I79771bd75624cf4fca6b7e3b248679fc28228c36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562181
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Reviewed-by: Alexander Potapenko <glider@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831386}
  • Loading branch information
alvestrand authored and Commit Bot committed Nov 26, 2020
1 parent da9c018 commit 508ac67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/sanitizers/tsan_suppressions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/328868
"race:PR_Lock\n"

// http://crbug.com/348982
"race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
"race:cricket::P2PTransportChannel::AddConnection\n"

// http://crbug.com/348984
"race:sctp_express_handle_sack\n"
"race:system_base_info\n"
Expand Down

0 comments on commit 508ac67

Please sign in to comment.