Skip to content

Commit

Permalink
Remove stale PostTaskToInProcessRendererAndWait TSan suppression
Browse files Browse the repository at this point in the history
This appears to be fixed now. See
https://bugs.chromium.org/p/chromium/issues/detail?id=454655#c12

Bug: 454655
Change-Id: Ib77a0621aa1857b37e0b356a34ba44b3b9ed7deb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617863
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: François Doray <fdoray@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#661807}
  • Loading branch information
davidben authored and Commit Bot committed May 21, 2019
1 parent fb68554 commit f6fcb3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/sanitizers/tsan_suppressions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ char kTSanDefaultSuppressions[] =
// https://crbug.com/459429
"race:randomnessPid\n"

// https://crbug.com/454655
"race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"

// http://crbug.com/582274
"race:usrsctp_close\n"

Expand Down

0 comments on commit f6fcb3b

Please sign in to comment.