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

Unified Diff: base/debug/tsan_suppressions.cc

Issue 306333002: Suppress a false positive race report in tzset_internal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | 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 6b1d9e45a19cdd0aaffe74fb1dfcf7ebae1f3b47..13b7de5657a4c6e2a9d4b74a1484dadf1500dc11 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -289,6 +289,9 @@ char kTSanDefaultSuppressions[] =
"deadlock:media::AudioOutputDispatcherImpl::StopStream\n"
"deadlock:media::AudioStreamHandler::AudioStreamContainer::OnMoreData\n"
+// False positive in libc's tzset_internal, http://crbug.com/379738.
+"race:tzset_internal\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