Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: base/debug/tsan_suppressions.cc

Issue 308733004: Update tsan suppressions due to r273571. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more suppression Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index 6bc44ecda5f069679c63898c49739dd98dd6cac3..6b1d9e45a19cdd0aaffe74fb1dfcf7ebae1f3b47 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -289,12 +289,6 @@ char kTSanDefaultSuppressions[] =
"deadlock:media::AudioOutputDispatcherImpl::StopStream\n"
"deadlock:media::AudioStreamHandler::AudioStreamContainer::OnMoreData\n"
-// http://crbug.com/374151
-"deadlock:media::FakeAudioConsumer::Worker::DoRead\n"
-
-// http://crbug.com/377420
-"deadlock:media::AudioRendererMixerInput::Play\n"
-
// End of suppressions.
; // Please keep this semicolon.
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698