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

Unified Diff: base/debug/tsan_suppressions.cc

Issue 411283003: Suppress a deadlock in TraceEventTestFixture.ThreadOnceBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | 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 428e729f5dab94eb372778d5917a0564bb765c57..aeb0e5a64d9baca9dd2001372135de73e523f715 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -301,6 +301,10 @@ char kTSanDefaultSuppressions[] =
"race:webrtc::RemoteNtpTimeEstimator::Estimate\n"
"race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n"
+// http://crbug.com/397022
+"deadlock:"
+"base::debug::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
+
// End of suppressions.
; // Please keep this semicolon.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698